@xyo-network/sdk-js 2.107.3 → 2.107.4
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/dist/browser/index.cjs +25 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +7 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/index.cjs +25 -1
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +7 -1
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/index.cjs +34 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +7 -1
- package/dist/node/index.js.map +1 -1
- package/package.json +11 -11
package/dist/browser/index.cjs
CHANGED
|
@@ -1,2 +1,26 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// src/index.ts
|
|
18
|
+
var src_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(src_exports);
|
|
20
|
+
__reExport(src_exports, require("@xyo-network/core-payload-plugins"), module.exports);
|
|
21
|
+
__reExport(src_exports, require("@xyo-network/manifest"), module.exports);
|
|
22
|
+
__reExport(src_exports, require("@xyo-network/modules"), module.exports);
|
|
23
|
+
__reExport(src_exports, require("@xyo-network/protocol"), module.exports);
|
|
24
|
+
__reExport(src_exports, require("@xyo-network/sdk-utils"), module.exports);
|
|
25
|
+
__reExport(src_exports, require("@xyo-network/shared"), module.exports);
|
|
2
26
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;AACA,wBAAc,8CADd;AAEA,wBAAc,kCAFd;AAGA,wBAAc,iCAHd;AAIA,wBAAc,kCAJd;AAKA,wBAAc,mCALd;AAMA,wBAAc,gCANd;","names":[]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,2 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
// src/index.ts
|
|
2
|
+
export * from "@xyo-network/core-payload-plugins";
|
|
3
|
+
export * from "@xyo-network/manifest";
|
|
4
|
+
export * from "@xyo-network/modules";
|
|
5
|
+
export * from "@xyo-network/protocol";
|
|
6
|
+
export * from "@xyo-network/sdk-utils";
|
|
7
|
+
export * from "@xyo-network/shared";
|
|
2
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"AACA,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":";AACA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -1,2 +1,26 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// src/index.ts
|
|
18
|
+
var src_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(src_exports);
|
|
20
|
+
__reExport(src_exports, require("@xyo-network/core-payload-plugins"), module.exports);
|
|
21
|
+
__reExport(src_exports, require("@xyo-network/manifest"), module.exports);
|
|
22
|
+
__reExport(src_exports, require("@xyo-network/modules"), module.exports);
|
|
23
|
+
__reExport(src_exports, require("@xyo-network/protocol"), module.exports);
|
|
24
|
+
__reExport(src_exports, require("@xyo-network/sdk-utils"), module.exports);
|
|
25
|
+
__reExport(src_exports, require("@xyo-network/shared"), module.exports);
|
|
2
26
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;AACA,wBAAc,8CADd;AAEA,wBAAc,kCAFd;AAGA,wBAAc,iCAHd;AAIA,wBAAc,kCAJd;AAKA,wBAAc,mCALd;AAMA,wBAAc,gCANd;","names":[]}
|
package/dist/neutral/index.js
CHANGED
|
@@ -1,2 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
// src/index.ts
|
|
2
|
+
export * from "@xyo-network/core-payload-plugins";
|
|
3
|
+
export * from "@xyo-network/manifest";
|
|
4
|
+
export * from "@xyo-network/modules";
|
|
5
|
+
export * from "@xyo-network/protocol";
|
|
6
|
+
export * from "@xyo-network/sdk-utils";
|
|
7
|
+
export * from "@xyo-network/shared";
|
|
2
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"AACA,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":";AACA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -1,2 +1,35 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// src/index.ts
|
|
18
|
+
var src_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(src_exports);
|
|
20
|
+
__reExport(src_exports, require("@xyo-network/core-payload-plugins"), module.exports);
|
|
21
|
+
__reExport(src_exports, require("@xyo-network/manifest"), module.exports);
|
|
22
|
+
__reExport(src_exports, require("@xyo-network/modules"), module.exports);
|
|
23
|
+
__reExport(src_exports, require("@xyo-network/protocol"), module.exports);
|
|
24
|
+
__reExport(src_exports, require("@xyo-network/sdk-utils"), module.exports);
|
|
25
|
+
__reExport(src_exports, require("@xyo-network/shared"), module.exports);
|
|
26
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
27
|
+
0 && (module.exports = {
|
|
28
|
+
...require("@xyo-network/core-payload-plugins"),
|
|
29
|
+
...require("@xyo-network/manifest"),
|
|
30
|
+
...require("@xyo-network/modules"),
|
|
31
|
+
...require("@xyo-network/protocol"),
|
|
32
|
+
...require("@xyo-network/sdk-utils"),
|
|
33
|
+
...require("@xyo-network/shared")
|
|
34
|
+
});
|
|
2
35
|
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;AACA,wBAAc,8CADd;AAEA,wBAAc,kCAFd;AAGA,wBAAc,iCAHd;AAIA,wBAAc,kCAJd;AAKA,wBAAc,mCALd;AAMA,wBAAc,gCANd;","names":[]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,2 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
// src/index.ts
|
|
2
|
+
export * from "@xyo-network/core-payload-plugins";
|
|
3
|
+
export * from "@xyo-network/manifest";
|
|
4
|
+
export * from "@xyo-network/modules";
|
|
5
|
+
export * from "@xyo-network/protocol";
|
|
6
|
+
export * from "@xyo-network/sdk-utils";
|
|
7
|
+
export * from "@xyo-network/shared";
|
|
2
8
|
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":"AACA,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/* eslint-disable no-restricted-imports */\nexport * from '@xyo-network/core-payload-plugins'\nexport * from '@xyo-network/manifest'\nexport * from '@xyo-network/modules'\nexport * from '@xyo-network/protocol'\nexport * from '@xyo-network/sdk-utils'\nexport * from '@xyo-network/shared'\n"],"mappings":";AACA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
package/package.json
CHANGED
|
@@ -12,22 +12,22 @@
|
|
|
12
12
|
"packages/**/*"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@xyo-network/core-payload-plugins": "~2.107.
|
|
16
|
-
"@xyo-network/manifest": "~2.107.
|
|
17
|
-
"@xyo-network/modules": "~2.107.
|
|
18
|
-
"@xyo-network/protocol": "~2.107.
|
|
19
|
-
"@xyo-network/sdk-utils": "~2.107.
|
|
20
|
-
"@xyo-network/shared": "~2.107.
|
|
15
|
+
"@xyo-network/core-payload-plugins": "~2.107.4",
|
|
16
|
+
"@xyo-network/manifest": "~2.107.4",
|
|
17
|
+
"@xyo-network/modules": "~2.107.4",
|
|
18
|
+
"@xyo-network/protocol": "~2.107.4",
|
|
19
|
+
"@xyo-network/sdk-utils": "~2.107.4",
|
|
20
|
+
"@xyo-network/shared": "~2.107.4"
|
|
21
21
|
},
|
|
22
22
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/jest": "^29.5.12",
|
|
25
25
|
"@types/supertest": "^6.0.2",
|
|
26
|
-
"@xylabs/eslint-config-flat": "^3.11.
|
|
26
|
+
"@xylabs/eslint-config-flat": "^3.11.10",
|
|
27
27
|
"@xylabs/forget": "^3.5.1",
|
|
28
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
|
29
|
-
"@xylabs/tsconfig": "^3.11.
|
|
30
|
-
"@xylabs/tsconfig-dom-jest": "^3.11.
|
|
28
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.10",
|
|
29
|
+
"@xylabs/tsconfig": "^3.11.10",
|
|
30
|
+
"@xylabs/tsconfig-dom-jest": "^3.11.10",
|
|
31
31
|
"dotenv": "^16.4.5",
|
|
32
32
|
"eslint": "^9.5.0",
|
|
33
33
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"build-typedoc-site": "typedoc"
|
|
117
117
|
},
|
|
118
118
|
"sideEffects": false,
|
|
119
|
-
"version": "2.107.
|
|
119
|
+
"version": "2.107.4",
|
|
120
120
|
"packageManager": "yarn@4.3.1",
|
|
121
121
|
"volta": {
|
|
122
122
|
"node": "22.3.0",
|