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.
- 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.
|
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.
|
20
|
-
"content-fingerprint": "
|
19
|
+
"version": "0.16.0",
|
20
|
+
"content-fingerprint": "66f44b56d9473541e6eb9de608d49770bd2db16a"
|
21
21
|
}
|