res-pareto-build 0.12.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
|
|
1
1
|
import { API } from "./api.generated";
|
2
|
-
export declare const $
|
2
|
+
export declare const $api: API;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.$
|
3
|
+
exports.$api = void 0;
|
4
4
|
const buildArray_native_1 = require("./implementations/buildArray.native");
|
5
5
|
const buildSafeDictionary_native_1 = require("./implementations/buildSafeDictionary.native");
|
6
6
|
const buildUnsafeDictionary_native_1 = require("./implementations/buildUnsafeDictionary.native");
|
@@ -8,7 +8,7 @@ const createArrayBuilder_native_1 = require("./implementations/createArrayBuilde
|
|
8
8
|
const createSafeDictionaryBuilder_native_1 = require("./implementations/createSafeDictionaryBuilder.native");
|
9
9
|
const createStringBuilder_native_1 = require("./implementations/createStringBuilder.native");
|
10
10
|
const createUnsafeDictionaryBuilder_native_1 = require("./implementations/createUnsafeDictionaryBuilder.native");
|
11
|
-
exports.$
|
11
|
+
exports.$api = {
|
12
12
|
'buildArray': buildArray_native_1.$$,
|
13
13
|
'buildSafeDictionary': buildSafeDictionary_native_1.$$,
|
14
14
|
'buildUnsafeDictionary': buildUnsafeDictionary_native_1.$$,
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
@@ -18,4 +18,4 @@ exports.$r = void 0;
|
|
18
18
|
__exportStar(require("./api.generated"), exports);
|
19
19
|
__exportStar(require("./glossary"), exports);
|
20
20
|
var implementation_generated_1 = require("./implementation.generated");
|
21
|
-
Object.defineProperty(exports, "$r", { enumerable: true, get: function () { return implementation_generated_1.$
|
21
|
+
Object.defineProperty(exports, "$r", { enumerable: true, get: function () { return implementation_generated_1.$api; } });
|
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.
|
7
|
-
"pareto-core-internals": "^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.
|
20
|
-
"content-fingerprint": "
|
19
|
+
"version": "0.14.0",
|
20
|
+
"content-fingerprint": "edecfa0917c2c22013d5f2f43c503186ffefac7c"
|
21
21
|
}
|