res-pareto-build 0.12.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,2 @@
1
1
  import { API } from "./api.generated";
2
- export declare const $r: API;
2
+ export declare const $api: API;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.$r = void 0;
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.$r = {
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
@@ -1,3 +1,3 @@
1
1
  export * from "./api.generated";
2
2
  export * from "./glossary";
3
- export { $r } from "./implementation.generated";
3
+ export { $api as $r } from "./implementation.generated";
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.$r; } });
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.28.0",
7
- "pareto-core-internals": "^0.13.4"
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.12.0",
20
- "content-fingerprint": "421d7d800b6fd7f16004729e735e19fe7c2b389b"
19
+ "version": "0.14.0",
20
+ "content-fingerprint": "edecfa0917c2c22013d5f2f43c503186ffefac7c"
21
21
  }