res-pareto-build 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "author": "Corno",
3
- "license": "ISC",
3
+ "license": "TBD",
4
4
  "description": "this library provides functions to build arrays and dictionaries by adding entries/elements one by one",
5
5
  "dependencies": {
6
6
  "glo-pareto-common": "^0.15.0",
@@ -16,6 +16,6 @@
16
16
  "main": "dist/index.js",
17
17
  "types": "dist/index.d.ts",
18
18
  "name": "res-pareto-build",
19
- "version": "0.3.0",
20
- "content-fingerprint": "8d6bd7e9c4fbc2ab5096b645592b0329b2bc3620"
19
+ "version": "0.4.0",
20
+ "content-fingerprint": "81d81ba477e59f56ff2bfe4a5304d64592ec6dc0"
21
21
  }