@decaf-ts/for-fabric 0.1.44 → 0.1.45
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.
- package/lib/esm/shared/erc20/index.d.ts +1 -0
- package/lib/esm/shared/erc20/index.js +2 -0
- package/lib/esm/shared/erc20/index.js.map +1 -0
- package/lib/esm/shared/index.d.ts +13 -5
- package/lib/esm/shared/index.js +13 -5
- package/lib/esm/shared/index.js.map +1 -1
- package/lib/esm/shared/interfaces/index.d.ts +1 -0
- package/lib/esm/shared/interfaces/index.js +2 -0
- package/lib/esm/shared/interfaces/index.js.map +1 -0
- package/lib/esm/version.d.ts +1 -1
- package/lib/esm/version.js +1 -1
- package/lib/shared/erc20/index.cjs +18 -0
- package/lib/shared/erc20/index.d.ts +1 -0
- package/lib/shared/erc20/index.js.map +1 -0
- package/lib/shared/index.cjs +13 -5
- package/lib/shared/index.d.ts +13 -5
- package/lib/shared/index.js.map +1 -1
- package/lib/shared/interfaces/index.cjs +18 -0
- package/lib/shared/interfaces/index.d.ts +1 -0
- package/lib/shared/interfaces/index.js.map +1 -0
- package/lib/version.cjs +1 -1
- package/lib/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./erc20-constants";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/shared/erc20/index.ts"],"names":[],"mappings":"AAAA,qCAAkC"}
|
|
@@ -4,11 +4,19 @@
|
|
|
4
4
|
* @namespace shared
|
|
5
5
|
* @memberOf module:for-fabric
|
|
6
6
|
*/
|
|
7
|
+
export * from "./erc20";
|
|
8
|
+
export * from "./interfaces";
|
|
9
|
+
export * from "./model";
|
|
7
10
|
export * from "./overrides";
|
|
11
|
+
export * from "./ClientSerializer";
|
|
12
|
+
export * from "./constants";
|
|
13
|
+
export * from "./crypto";
|
|
14
|
+
export * from "./decorators";
|
|
15
|
+
export * from "./DeterministicSerializer";
|
|
16
|
+
export * from "./errors";
|
|
8
17
|
export * from "./events";
|
|
9
|
-
export * from "./
|
|
18
|
+
export * from "./fabric-types";
|
|
19
|
+
export * from "./math";
|
|
20
|
+
export * from "./SimpleDeterministicSerializer";
|
|
10
21
|
export * from "./types";
|
|
11
|
-
export * from "
|
|
12
|
-
export * from "./model";
|
|
13
|
-
export * from "./decorators";
|
|
14
|
-
export * from "./constants";
|
|
22
|
+
export * from "./utils";
|
package/lib/esm/shared/index.js
CHANGED
|
@@ -4,12 +4,20 @@
|
|
|
4
4
|
* @namespace shared
|
|
5
5
|
* @memberOf module:for-fabric
|
|
6
6
|
*/
|
|
7
|
+
export * from "./erc20/index.js";
|
|
8
|
+
export * from "./interfaces/index.js";
|
|
9
|
+
export * from "./model/index.js";
|
|
7
10
|
export * from "./overrides/index.js";
|
|
11
|
+
export * from "./ClientSerializer.js";
|
|
12
|
+
export * from "./constants.js";
|
|
13
|
+
export * from "./crypto.js";
|
|
14
|
+
export * from "./decorators.js";
|
|
15
|
+
export * from "./DeterministicSerializer.js";
|
|
16
|
+
export * from "./errors.js";
|
|
8
17
|
export * from "./events.js";
|
|
9
|
-
export * from "./
|
|
18
|
+
export * from "./fabric-types.js";
|
|
19
|
+
export * from "./math.js";
|
|
20
|
+
export * from "./SimpleDeterministicSerializer.js";
|
|
10
21
|
export * from "./types.js";
|
|
11
|
-
export * from "
|
|
12
|
-
export * from "./model/index.js";
|
|
13
|
-
export * from "./decorators.js";
|
|
14
|
-
export * from "./constants.js";
|
|
22
|
+
export * from "./utils.js";
|
|
15
23
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/shared/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,qCAA4B;AAC5B,4BAAyB;AACzB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/shared/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,iCAAwB;AACxB,sCAA6B;AAC7B,iCAAwB;AACxB,qCAA4B;AAC5B,sCAAmC;AACnC,+BAA4B;AAC5B,4BAAyB;AACzB,gCAA6B;AAC7B,6CAA0C;AAC1C,4BAAyB;AACzB,4BAAyB;AACzB,kCAA+B;AAC/B,0BAAuB;AACvB,mDAAgD;AAChD,2BAAwB;AACxB,2BAAwB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./Checkable";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/shared/interfaces/index.ts"],"names":[],"mappings":"AAAA,+BAA4B"}
|
package/lib/esm/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.1.
|
|
1
|
+
export declare const VERSION = "0.1.44";
|
|
2
2
|
export declare const PACKAGE_NAME = "@decaf-ts/for-fabric";
|
package/lib/esm/version.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./erc20-constants.cjs"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./erc20-constants";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/shared/erc20/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAkC"}
|
package/lib/shared/index.cjs
CHANGED
|
@@ -20,12 +20,20 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
20
20
|
* @namespace shared
|
|
21
21
|
* @memberOf module:for-fabric
|
|
22
22
|
*/
|
|
23
|
+
__exportStar(require("./erc20/index.cjs"), exports);
|
|
24
|
+
__exportStar(require("./interfaces/index.cjs"), exports);
|
|
25
|
+
__exportStar(require("./model/index.cjs"), exports);
|
|
23
26
|
__exportStar(require("./overrides/index.cjs"), exports);
|
|
27
|
+
__exportStar(require("./ClientSerializer.cjs"), exports);
|
|
28
|
+
__exportStar(require("./constants.cjs"), exports);
|
|
29
|
+
__exportStar(require("./crypto.cjs"), exports);
|
|
30
|
+
__exportStar(require("./decorators.cjs"), exports);
|
|
31
|
+
__exportStar(require("./DeterministicSerializer.cjs"), exports);
|
|
32
|
+
__exportStar(require("./errors.cjs"), exports);
|
|
24
33
|
__exportStar(require("./events.cjs"), exports);
|
|
25
|
-
__exportStar(require("./
|
|
34
|
+
__exportStar(require("./fabric-types.cjs"), exports);
|
|
35
|
+
__exportStar(require("./math.cjs"), exports);
|
|
36
|
+
__exportStar(require("./SimpleDeterministicSerializer.cjs"), exports);
|
|
26
37
|
__exportStar(require("./types.cjs"), exports);
|
|
27
|
-
__exportStar(require("
|
|
28
|
-
__exportStar(require("./model/index.cjs"), exports);
|
|
29
|
-
__exportStar(require("./decorators.cjs"), exports);
|
|
30
|
-
__exportStar(require("./constants.cjs"), exports);
|
|
38
|
+
__exportStar(require("./utils.cjs"), exports);
|
|
31
39
|
//# sourceMappingURL=index.js.map
|
package/lib/shared/index.d.ts
CHANGED
|
@@ -4,11 +4,19 @@
|
|
|
4
4
|
* @namespace shared
|
|
5
5
|
* @memberOf module:for-fabric
|
|
6
6
|
*/
|
|
7
|
+
export * from "./erc20";
|
|
8
|
+
export * from "./interfaces";
|
|
9
|
+
export * from "./model";
|
|
7
10
|
export * from "./overrides";
|
|
11
|
+
export * from "./ClientSerializer";
|
|
12
|
+
export * from "./constants";
|
|
13
|
+
export * from "./crypto";
|
|
14
|
+
export * from "./decorators";
|
|
15
|
+
export * from "./DeterministicSerializer";
|
|
16
|
+
export * from "./errors";
|
|
8
17
|
export * from "./events";
|
|
9
|
-
export * from "./
|
|
18
|
+
export * from "./fabric-types";
|
|
19
|
+
export * from "./math";
|
|
20
|
+
export * from "./SimpleDeterministicSerializer";
|
|
10
21
|
export * from "./types";
|
|
11
|
-
export * from "
|
|
12
|
-
export * from "./model";
|
|
13
|
-
export * from "./decorators";
|
|
14
|
-
export * from "./constants";
|
|
22
|
+
export * from "./utils";
|
package/lib/shared/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/shared/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;;;GAKG;AACH,wDAA4B;AAC5B,+CAAyB;AACzB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/shared/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;;;GAKG;AACH,oDAAwB;AACxB,yDAA6B;AAC7B,oDAAwB;AACxB,wDAA4B;AAC5B,yDAAmC;AACnC,kDAA4B;AAC5B,+CAAyB;AACzB,mDAA6B;AAC7B,gEAA0C;AAC1C,+CAAyB;AACzB,+CAAyB;AACzB,qDAA+B;AAC/B,6CAAuB;AACvB,sEAAgD;AAChD,8CAAwB;AACxB,8CAAwB"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./Checkable.cjs"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./Checkable";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/shared/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA4B"}
|
package/lib/version.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PACKAGE_NAME = exports.VERSION = void 0;
|
|
4
4
|
const decoration_1 = require("@decaf-ts/decoration");
|
|
5
|
-
exports.VERSION = "0.1.
|
|
5
|
+
exports.VERSION = "0.1.44";
|
|
6
6
|
exports.PACKAGE_NAME = "@decaf-ts/for-fabric";
|
|
7
7
|
decoration_1.Metadata.registerLibrary(exports.PACKAGE_NAME, exports.VERSION);
|
|
8
8
|
//# sourceMappingURL=version.js.map
|
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.1.
|
|
1
|
+
export declare const VERSION = "0.1.44";
|
|
2
2
|
export declare const PACKAGE_NAME = "@decaf-ts/for-fabric";
|