@xyo-network/crypto-nft-payload-plugins 2.99.6 → 3.0.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,3 +1,2 @@
1
1
  export * from '@xyo-network/crypto-nft-collection-payload-plugin';
2
2
  export * from '@xyo-network/crypto-nft-payload-plugin';
3
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -10,43 +10,24 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/crypto-nft-collection-payload-plugin": "^2.99.6",
14
- "@xyo-network/crypto-nft-payload-plugin": "^2.99.6"
13
+ "@xyo-network/crypto-nft-collection-payload-plugin": "^3.0.1",
14
+ "@xyo-network/crypto-nft-payload-plugin": "^3.0.1"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^3.15.14",
18
- "@xylabs/tsconfig": "^3.15.14",
17
+ "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
18
+ "@xylabs/tsconfig": "^4.0.0-rc.15",
19
19
  "typescript": "^5.5.4"
20
20
  },
21
21
  "description": "Typescript/Javascript Plugins for XYO Platform",
22
22
  "exports": {
23
23
  ".": {
24
- "browser": {
25
- "require": {
26
- "types": "./dist/browser/index.d.cts",
27
- "default": "./dist/browser/index.cjs"
28
- },
29
- "import": {
30
- "types": "./dist/browser/index.d.mts",
31
- "default": "./dist/browser/index.mjs"
32
- }
33
- },
34
- "node": {
35
- "require": {
36
- "types": "./dist/node/index.d.cts",
37
- "default": "./dist/node/index.cjs"
38
- },
39
- "import": {
40
- "types": "./dist/node/index.d.mts",
41
- "default": "./dist/node/index.mjs"
42
- }
43
- }
24
+ "types": "./dist/neutral/index.d.ts",
25
+ "default": "./dist/neutral/index.mjs"
44
26
  },
45
27
  "./package.json": "./package.json"
46
28
  },
47
- "main": "dist/node/index.cjs",
48
- "module": "dist/node/index.mjs",
49
- "types": "dist/node/index.d.ts",
29
+ "module": "dist/neutral/index.mjs",
30
+ "types": "dist/neutral/index.d.ts",
50
31
  "homepage": "https://xyo.network",
51
32
  "license": "LGPL-3.0-only",
52
33
  "publishConfig": {
@@ -57,6 +38,6 @@
57
38
  "url": "https://github.com/XYOracleNetwork/plugins.git"
58
39
  },
59
40
  "sideEffects": false,
60
- "version": "2.99.6",
41
+ "version": "3.0.1",
61
42
  "type": "module"
62
43
  }
package/xy.config.ts ADDED
@@ -0,0 +1,12 @@
1
+ import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
+ const config: XyTsupConfig = {
3
+ compile: {
4
+ browser: {},
5
+ neutral: {
6
+ src: true,
7
+ },
8
+ node: {},
9
+ },
10
+ }
11
+
12
+ export default config
@@ -1,22 +0,0 @@
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/crypto-nft-collection-payload-plugin"), module.exports);
21
- __reExport(src_exports, require("@xyo-network/crypto-nft-payload-plugin"), module.exports);
22
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-collection-payload-plugin'\nexport * from '@xyo-network/crypto-nft-payload-plugin'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,8DAAd;AACA,wBAAc,mDADd;","names":[]}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/crypto-nft-collection-payload-plugin';
2
- export * from '@xyo-network/crypto-nft-payload-plugin';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA;AACjE,cAAc,wCAAwC,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/crypto-nft-collection-payload-plugin';
2
- export * from '@xyo-network/crypto-nft-payload-plugin';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA;AACjE,cAAc,wCAAwC,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/crypto-nft-collection-payload-plugin';
2
- export * from '@xyo-network/crypto-nft-payload-plugin';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA;AACjE,cAAc,wCAAwC,CAAA"}
@@ -1,4 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/crypto-nft-collection-payload-plugin";
3
- export * from "@xyo-network/crypto-nft-payload-plugin";
4
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-collection-payload-plugin'\nexport * from '@xyo-network/crypto-nft-payload-plugin'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
@@ -1,22 +0,0 @@
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/crypto-nft-collection-payload-plugin"), module.exports);
21
- __reExport(src_exports, require("@xyo-network/crypto-nft-payload-plugin"), module.exports);
22
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-collection-payload-plugin'\nexport * from '@xyo-network/crypto-nft-payload-plugin'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,8DAAd;AACA,wBAAc,mDADd;","names":[]}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/crypto-nft-collection-payload-plugin';
2
- export * from '@xyo-network/crypto-nft-payload-plugin';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA;AACjE,cAAc,wCAAwC,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/crypto-nft-collection-payload-plugin';
2
- export * from '@xyo-network/crypto-nft-payload-plugin';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA;AACjE,cAAc,wCAAwC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA;AACjE,cAAc,wCAAwC,CAAA"}
@@ -1,27 +0,0 @@
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/crypto-nft-collection-payload-plugin"), module.exports);
21
- __reExport(src_exports, require("@xyo-network/crypto-nft-payload-plugin"), module.exports);
22
- // Annotate the CommonJS export names for ESM import in node:
23
- 0 && (module.exports = {
24
- ...require("@xyo-network/crypto-nft-collection-payload-plugin"),
25
- ...require("@xyo-network/crypto-nft-payload-plugin")
26
- });
27
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-collection-payload-plugin'\nexport * from '@xyo-network/crypto-nft-payload-plugin'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,8DAAd;AACA,wBAAc,mDADd;","names":[]}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/crypto-nft-collection-payload-plugin';
2
- export * from '@xyo-network/crypto-nft-payload-plugin';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA;AACjE,cAAc,wCAAwC,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/crypto-nft-collection-payload-plugin';
2
- export * from '@xyo-network/crypto-nft-payload-plugin';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA;AACjE,cAAc,wCAAwC,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/crypto-nft-collection-payload-plugin';
2
- export * from '@xyo-network/crypto-nft-payload-plugin';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAA;AACjE,cAAc,wCAAwC,CAAA"}
@@ -1,4 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/crypto-nft-collection-payload-plugin";
3
- export * from "@xyo-network/crypto-nft-payload-plugin";
4
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-collection-payload-plugin'\nexport * from '@xyo-network/crypto-nft-payload-plugin'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}