@xyo-network/protocol 2.106.0 → 2.107.1

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,24 +1,2 @@
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/account"), module.exports);
21
- __reExport(src_exports, require("@xyo-network/boundwitness"), module.exports);
22
- __reExport(src_exports, require("@xyo-network/core"), module.exports);
23
- __reExport(src_exports, require("@xyo-network/payload"), module.exports);
1
+ "use strict";var a=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var t=(f,e,p,x)=>{if(e&&typeof e=="object"||typeof e=="function")for(let m of c(e))!d.call(f,m)&&m!==p&&a(f,m,{get:()=>e[m],enumerable:!(x=b(e,m))||x.enumerable});return f},r=(f,e,p)=>(t(f,e,"default"),p&&t(p,e,"default"));var g=f=>t(a({},"__esModule",{value:!0}),f);var o={};module.exports=g(o);r(o,require("@xyo-network/account"),module.exports);r(o,require("@xyo-network/boundwitness"),module.exports);r(o,require("@xyo-network/core"),module.exports);r(o,require("@xyo-network/payload"),module.exports);
24
2
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/account'\nexport * from '@xyo-network/boundwitness'\n// eslint-disable-next-line no-restricted-imports\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/payload'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,iCAAd;AACA,wBAAc,sCADd;AAGA,wBAAc,8BAHd;AAIA,wBAAc,iCAJd;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/account'\nexport * from '@xyo-network/boundwitness'\n// eslint-disable-next-line no-restricted-imports\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/payload'\n"],"mappings":"iaAAA,IAAAA,EAAA,kBAAAC,EAAAD,GAAAE,EAAAF,EAAc,gCAAd,gBACAE,EAAAF,EAAc,qCADd,gBAGAE,EAAAF,EAAc,6BAHd,gBAIAE,EAAAF,EAAc,gCAJd","names":["src_exports","__toCommonJS","__reExport"]}
@@ -1,6 +1,2 @@
1
- // src/index.ts
2
- export * from "@xyo-network/account";
3
- export * from "@xyo-network/boundwitness";
4
- export * from "@xyo-network/core";
5
- export * from "@xyo-network/payload";
1
+ export*from"@xyo-network/account";export*from"@xyo-network/boundwitness";export*from"@xyo-network/core";export*from"@xyo-network/payload";
6
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/account'\nexport * from '@xyo-network/boundwitness'\n// eslint-disable-next-line no-restricted-imports\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/payload'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,cAAc;AACd,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/account'\nexport * from '@xyo-network/boundwitness'\n// eslint-disable-next-line no-restricted-imports\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/payload'\n"],"mappings":"AAAA,WAAc,uBACd,WAAc,4BAEd,WAAc,oBACd,WAAc","names":[]}
@@ -1,24 +1,2 @@
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/account"), module.exports);
21
- __reExport(src_exports, require("@xyo-network/boundwitness"), module.exports);
22
- __reExport(src_exports, require("@xyo-network/core"), module.exports);
23
- __reExport(src_exports, require("@xyo-network/payload"), module.exports);
1
+ "use strict";var a=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var t=(f,e,p,x)=>{if(e&&typeof e=="object"||typeof e=="function")for(let m of c(e))!d.call(f,m)&&m!==p&&a(f,m,{get:()=>e[m],enumerable:!(x=b(e,m))||x.enumerable});return f},r=(f,e,p)=>(t(f,e,"default"),p&&t(p,e,"default"));var g=f=>t(a({},"__esModule",{value:!0}),f);var o={};module.exports=g(o);r(o,require("@xyo-network/account"),module.exports);r(o,require("@xyo-network/boundwitness"),module.exports);r(o,require("@xyo-network/core"),module.exports);r(o,require("@xyo-network/payload"),module.exports);
24
2
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/account'\nexport * from '@xyo-network/boundwitness'\n// eslint-disable-next-line no-restricted-imports\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/payload'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,iCAAd;AACA,wBAAc,sCADd;AAGA,wBAAc,8BAHd;AAIA,wBAAc,iCAJd;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/account'\nexport * from '@xyo-network/boundwitness'\n// eslint-disable-next-line no-restricted-imports\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/payload'\n"],"mappings":"iaAAA,IAAAA,EAAA,kBAAAC,EAAAD,GAAAE,EAAAF,EAAc,gCAAd,gBACAE,EAAAF,EAAc,qCADd,gBAGAE,EAAAF,EAAc,6BAHd,gBAIAE,EAAAF,EAAc,gCAJd","names":["src_exports","__toCommonJS","__reExport"]}
@@ -1,6 +1,2 @@
1
- // src/index.ts
2
- export * from "@xyo-network/account";
3
- export * from "@xyo-network/boundwitness";
4
- export * from "@xyo-network/core";
5
- export * from "@xyo-network/payload";
1
+ export*from"@xyo-network/account";export*from"@xyo-network/boundwitness";export*from"@xyo-network/core";export*from"@xyo-network/payload";
6
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/account'\nexport * from '@xyo-network/boundwitness'\n// eslint-disable-next-line no-restricted-imports\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/payload'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,cAAc;AACd,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/account'\nexport * from '@xyo-network/boundwitness'\n// eslint-disable-next-line no-restricted-imports\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/payload'\n"],"mappings":"AAAA,WAAc,uBACd,WAAc,4BAEd,WAAc,oBACd,WAAc","names":[]}
@@ -1,31 +1,2 @@
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/account"), module.exports);
21
- __reExport(src_exports, require("@xyo-network/boundwitness"), module.exports);
22
- __reExport(src_exports, require("@xyo-network/core"), module.exports);
23
- __reExport(src_exports, require("@xyo-network/payload"), module.exports);
24
- // Annotate the CommonJS export names for ESM import in node:
25
- 0 && (module.exports = {
26
- ...require("@xyo-network/account"),
27
- ...require("@xyo-network/boundwitness"),
28
- ...require("@xyo-network/core"),
29
- ...require("@xyo-network/payload")
30
- });
1
+ "use strict";var a=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var t=(f,e,p,x)=>{if(e&&typeof e=="object"||typeof e=="function")for(let m of c(e))!d.call(f,m)&&m!==p&&a(f,m,{get:()=>e[m],enumerable:!(x=b(e,m))||x.enumerable});return f},r=(f,e,p)=>(t(f,e,"default"),p&&t(p,e,"default"));var g=f=>t(a({},"__esModule",{value:!0}),f);var o={};module.exports=g(o);r(o,require("@xyo-network/account"),module.exports);r(o,require("@xyo-network/boundwitness"),module.exports);r(o,require("@xyo-network/core"),module.exports);r(o,require("@xyo-network/payload"),module.exports);0&&(module.exports={...require("@xyo-network/account"),...require("@xyo-network/boundwitness"),...require("@xyo-network/core"),...require("@xyo-network/payload")});
31
2
  //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/account'\nexport * from '@xyo-network/boundwitness'\n// eslint-disable-next-line no-restricted-imports\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/payload'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,iCAAd;AACA,wBAAc,sCADd;AAGA,wBAAc,8BAHd;AAIA,wBAAc,iCAJd;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/account'\nexport * from '@xyo-network/boundwitness'\n// eslint-disable-next-line no-restricted-imports\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/payload'\n"],"mappings":"iaAAA,IAAAA,EAAA,kBAAAC,EAAAD,GAAAE,EAAAF,EAAc,gCAAd,gBACAE,EAAAF,EAAc,qCADd,gBAGAE,EAAAF,EAAc,6BAHd,gBAIAE,EAAAF,EAAc,gCAJd","names":["src_exports","__toCommonJS","__reExport"]}
@@ -1,6 +1,2 @@
1
- // src/index.ts
2
- export * from "@xyo-network/account";
3
- export * from "@xyo-network/boundwitness";
4
- export * from "@xyo-network/core";
5
- export * from "@xyo-network/payload";
1
+ export*from"@xyo-network/account";export*from"@xyo-network/boundwitness";export*from"@xyo-network/core";export*from"@xyo-network/payload";
6
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/account'\nexport * from '@xyo-network/boundwitness'\n// eslint-disable-next-line no-restricted-imports\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/payload'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,cAAc;AACd,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/account'\nexport * from '@xyo-network/boundwitness'\n// eslint-disable-next-line no-restricted-imports\nexport * from '@xyo-network/core'\nexport * from '@xyo-network/payload'\n"],"mappings":"AAAA,WAAc,uBACd,WAAc,4BAEd,WAAc,oBACd,WAAc","names":[]}
package/package.json CHANGED
@@ -10,15 +10,15 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/account": "~2.106.0",
14
- "@xyo-network/boundwitness": "~2.106.0",
15
- "@xyo-network/core": "~2.106.0",
16
- "@xyo-network/payload": "~2.106.0"
13
+ "@xyo-network/account": "~2.107.1",
14
+ "@xyo-network/boundwitness": "~2.107.1",
15
+ "@xyo-network/core": "~2.107.1",
16
+ "@xyo-network/payload": "~2.107.1"
17
17
  },
18
18
  "devDependencies": {
19
- "@xylabs/ts-scripts-yarn3": "^3.11.2",
20
- "@xylabs/tsconfig": "^3.11.2",
21
- "typescript": "^5.4.5"
19
+ "@xylabs/ts-scripts-yarn3": "^3.11.9",
20
+ "@xylabs/tsconfig": "^3.11.9",
21
+ "typescript": "^5.5.2"
22
22
  },
23
23
  "description": "Primary SDK for using XYO Protocol 2.0",
24
24
  "exports": {
@@ -59,6 +59,6 @@
59
59
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
60
60
  },
61
61
  "sideEffects": false,
62
- "version": "2.106.0",
62
+ "version": "2.107.1",
63
63
  "type": "module"
64
64
  }