@xyo-network/crypto-nft-plugin 2.99.4 → 2.99.5

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 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-diviner-score-plugin'\nexport * from '@xyo-network/crypto-nft-witness-wallet-plugin'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,yDAAd;AACA,wBAAc,0DADd;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-diviner-score-plugin'\nexport * from '@xyo-network/crypto-nft-witness-wallet-plugin'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;wBAAc,yDAAd;AACA,wBAAc,0DADd;","names":[]}
@@ -1,4 +1,4 @@
1
1
  // src/index.ts
2
2
  export * from "@xyo-network/crypto-nft-diviner-score-plugin";
3
3
  export * from "@xyo-network/crypto-nft-witness-wallet-plugin";
4
- //# sourceMappingURL=index.js.map
4
+ //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-diviner-score-plugin'\nexport * from '@xyo-network/crypto-nft-witness-wallet-plugin'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,yDAAd;AACA,wBAAc,0DADd;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-diviner-score-plugin'\nexport * from '@xyo-network/crypto-nft-witness-wallet-plugin'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;wBAAc,yDAAd;AACA,wBAAc,0DADd;","names":[]}
@@ -1,4 +1,4 @@
1
1
  // src/index.ts
2
2
  export * from "@xyo-network/crypto-nft-diviner-score-plugin";
3
3
  export * from "@xyo-network/crypto-nft-witness-wallet-plugin";
4
- //# sourceMappingURL=index.js.map
4
+ //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-diviner-score-plugin'\nexport * from '@xyo-network/crypto-nft-witness-wallet-plugin'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,yDAAd;AACA,wBAAc,0DADd;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-nft-diviner-score-plugin'\nexport * from '@xyo-network/crypto-nft-witness-wallet-plugin'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;wBAAc,yDAAd;AACA,wBAAc,0DADd;","names":[]}
@@ -1,4 +1,4 @@
1
1
  // src/index.ts
2
2
  export * from "@xyo-network/crypto-nft-diviner-score-plugin";
3
3
  export * from "@xyo-network/crypto-nft-witness-wallet-plugin";
4
- //# sourceMappingURL=index.js.map
4
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -10,14 +10,14 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/crypto-nft-diviner-score-plugin": "^2.99.4",
14
- "@xyo-network/crypto-nft-witness-wallet-plugin": "^2.99.4"
13
+ "@xyo-network/crypto-nft-diviner-score-plugin": "^2.99.5",
14
+ "@xyo-network/crypto-nft-witness-wallet-plugin": "^2.99.5"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^3.12.2",
18
- "@xylabs/tsconfig": "^3.12.2",
17
+ "@xylabs/ts-scripts-yarn3": "^3.15.13",
18
+ "@xylabs/tsconfig": "^3.15.13",
19
19
  "jest": "^29.7.0",
20
- "typescript": "^5.5.3"
20
+ "typescript": "^5.5.4"
21
21
  },
22
22
  "description": "Typescript/Javascript Plugins for XYO Platform",
23
23
  "types": "dist/node/index.d.ts",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "import": {
32
32
  "types": "./dist/browser/index.d.mts",
33
- "default": "./dist/browser/index.js"
33
+ "default": "./dist/browser/index.mjs"
34
34
  }
35
35
  },
36
36
  "node": {
@@ -40,14 +40,14 @@
40
40
  },
41
41
  "import": {
42
42
  "types": "./dist/node/index.d.mts",
43
- "default": "./dist/node/index.js"
43
+ "default": "./dist/node/index.mjs"
44
44
  }
45
45
  }
46
46
  },
47
47
  "./package.json": "./package.json"
48
48
  },
49
49
  "main": "dist/node/index.cjs",
50
- "module": "dist/node/index.js",
50
+ "module": "dist/node/index.mjs",
51
51
  "homepage": "https://xyo.network",
52
52
  "license": "LGPL-3.0-only",
53
53
  "publishConfig": {
@@ -58,6 +58,6 @@
58
58
  "url": "https://github.com/XYOracleNetwork/plugins.git"
59
59
  },
60
60
  "sideEffects": false,
61
- "version": "2.99.4",
61
+ "version": "2.99.5",
62
62
  "type": "module"
63
63
  }
File without changes
File without changes
File without changes