res-pareto-build 0.15.0 → 0.16.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
@@ -4,7 +4,7 @@
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.33.0",
7
- "pareto-core-internals": "^0.21.0"
7
+ "pareto-core-internals": "^0.22.2"
8
8
  },
9
9
  "files": [
10
10
  "dist"
@@ -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.15.0",
20
- "content-fingerprint": "ccf061287353cf6300e7d5ece4d69d478d49d7e6"
19
+ "version": "0.16.0",
20
+ "content-fingerprint": "66f44b56d9473541e6eb9de608d49770bd2db16a"
21
21
  }