res-pareto-build 0.13.0 → 0.14.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 +4 -4
package/package.json CHANGED
@@ -3,8 +3,8 @@
3
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
- "glo-pareto-common": "^0.31.0",
7
- "pareto-core-internals": "^0.19.0"
6
+ "glo-pareto-common": "^0.32.0",
7
+ "pareto-core-internals": "^0.19.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.13.0",
20
- "content-fingerprint": "064ceb84865f266776fdc41edf6a73d2b543c29f"
19
+ "version": "0.14.0",
20
+ "content-fingerprint": "edecfa0917c2c22013d5f2f43c503186ffefac7c"
21
21
  }