4.9.0 • Published 11 days ago

@graasp/sdk v4.9.0

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
11 days ago

Graasp SDK

Latest version published on NPM Latest version released on Github NPM package downloads per month example branch parameter typescript version

This repository contains all shared utils and types for the Graasp ecosystem.

Installation

Run yarn to install the packages.

yarn

Testing

This project uses vitest as the test runner. It is fast, supports ESM and has an API similar to Jest (which was used previously).

To start the tests run:

yarn test

The tests will run in watch mode, meaning that when you edit a file, the tests in that file (or any test file depending on that file) will be re-run. This allows for a fast feedback loop.

Building

This package exposes a ESM and a CommonJS build as well as type declarations for Typescript.

The structure is as follows:

  • esm contains the javascript files to use with ECMAScript Modules (ESM) it is built with the tsconfig.esm.json file.
  • cjs contains the javascript files to use with CommonJS it is built with the tsconfig.cjs.json file.
  • types contains the type declarations for Typescript it is built with the tsconfig.types.json file.

The last bit of the build process is to add a single line package.json file in esm and cjs with the correct value for the type key (commonjs for cjs and module for esm).

Contributors

4.9.0

11 days ago

4.8.1

13 days ago

4.8.0

17 days ago

4.7.6

19 days ago

4.7.5

23 days ago

4.7.4

23 days ago

4.7.3

24 days ago

4.7.2

27 days ago

4.7.1

1 month ago

4.7.0

1 month ago

4.6.0

1 month ago

4.5.0

1 month ago

4.4.0

2 months ago

4.3.1

2 months ago

4.3.0

2 months ago

4.2.1

2 months ago

4.2.0

2 months ago

4.1.0

2 months ago

4.0.1

3 months ago

4.0.0

3 months ago

3.10.0

3 months ago

3.9.0

3 months ago

3.8.3

3 months ago

3.8.2

3 months ago

3.8.1

3 months ago

3.8.0

3 months ago

3.7.0

3 months ago

3.6.0

3 months ago

3.5.0

4 months ago

3.4.1

4 months ago

3.4.0

4 months ago

1.2.0

9 months ago

1.9.1

7 months ago

1.9.0

7 months ago

1.8.0

7 months ago

1.7.0

8 months ago

1.6.0

8 months ago

1.5.0

8 months ago

1.4.0

8 months ago

1.1.3

10 months ago

1.3.0

9 months ago

1.2.1

9 months ago

1.1.2

10 months ago

2.1.0

6 months ago

2.0.1

6 months ago

2.0.0

6 months ago

3.3.0

6 months ago

3.2.0

6 months ago

3.1.0

6 months ago

3.0.1

6 months ago

3.0.0

6 months ago

1.9.2

7 months ago

1.10.1

7 months ago

1.10.0

7 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago

1.0.0-rc1

12 months ago

0.11.0

1 year ago

0.12.0

1 year ago

0.9.3

1 year ago

0.10.0

1 year ago

0.10.1

1 year ago

0.9.0

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago