@xyo-network/crypto-cards-plugins 6.0.3 → 7.0.0
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/README.md +5 -0
- package/package.json +21 -22
- package/dist/browser/index.d.ts +0 -6
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/index.mjs +0 -12
- package/dist/browser/index.mjs.map +0 -7
- package/dist/node/index.d.ts +0 -6
- package/dist/node/index.d.ts.map +0 -1
- package/dist/node/index.mjs +0 -12
- package/dist/node/index.mjs.map +0 -7
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[![logo][]](https://xyo.network)
|
|
2
|
+
|
|
1
3
|
# @xyo-network/crypto-cards-plugins
|
|
2
4
|
|
|
3
5
|
[![npm][npm-badge]][npm-link]
|
|
@@ -36,9 +38,12 @@ bun add {{name}}
|
|
|
36
38
|
|
|
37
39
|
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
38
40
|
|
|
41
|
+
## Credits
|
|
39
42
|
|
|
43
|
+
[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
|
|
40
44
|
|
|
41
45
|
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/crypto-cards-plugins.svg
|
|
42
46
|
[npm-link]: https://www.npmjs.com/package/@xyo-network/crypto-cards-plugins
|
|
43
47
|
[license-badge]: https://img.shields.io/npm/l/@xyo-network/crypto-cards-plugins.svg
|
|
44
48
|
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
49
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/crypto-cards-plugins",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,31 +31,29 @@
|
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xyo-network/crypto-cards-
|
|
35
|
-
"@xyo-network/crypto-cards-
|
|
34
|
+
"@xyo-network/crypto-cards-game-plugin": "~7.0.0",
|
|
35
|
+
"@xyo-network/crypto-cards-move-plugin": "~7.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@bitauth/libauth": "~3.0.0",
|
|
39
39
|
"@metamask/providers": "^22.1.1",
|
|
40
40
|
"@noble/post-quantum": "~0.6.1",
|
|
41
41
|
"@opentelemetry/api": "^1.9.1",
|
|
42
|
-
"@opentelemetry/sdk-trace-base": "^2.
|
|
42
|
+
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
43
43
|
"@scure/base": "^2.2.0",
|
|
44
44
|
"@scure/bip39": "~2.2.0",
|
|
45
|
-
"@xylabs/geo": "^6.
|
|
46
|
-
"@xylabs/sdk-js": "^6.
|
|
47
|
-
"@xylabs/threads": "^6.
|
|
48
|
-
"@xylabs/toolchain": "~8.
|
|
49
|
-
"@xylabs/tsconfig": "~8.
|
|
50
|
-
"@xylabs/vitest-extended": "
|
|
51
|
-
"@xyo-network/sdk-js": "^
|
|
52
|
-
"@xyo-network/sdk-protocol-js": "~
|
|
45
|
+
"@xylabs/geo": "^6.1.3",
|
|
46
|
+
"@xylabs/sdk-js": "^6.1.3",
|
|
47
|
+
"@xylabs/threads": "^6.1.3",
|
|
48
|
+
"@xylabs/toolchain": "~8.2.7",
|
|
49
|
+
"@xylabs/tsconfig": "~8.2.7",
|
|
50
|
+
"@xylabs/vitest-extended": "^6.1.3",
|
|
51
|
+
"@xyo-network/sdk-js": "^7.0.0",
|
|
52
|
+
"@xyo-network/sdk-protocol-js": "~7.0",
|
|
53
53
|
"ajv": "^8.20.0",
|
|
54
54
|
"async-mutex": "^0.5.0",
|
|
55
|
-
"bn.js": "^5.2.3",
|
|
56
|
-
"buffer": "^6.0.3",
|
|
57
55
|
"debug": "~4.4.3",
|
|
58
|
-
"eslint": "^10.
|
|
56
|
+
"eslint": "^10.5.0",
|
|
59
57
|
"ethers": "^6.16.0",
|
|
60
58
|
"hash-wasm": "^4.12.0",
|
|
61
59
|
"idb": "^8.0.3",
|
|
@@ -63,11 +61,11 @@
|
|
|
63
61
|
"observable-fns": "~0.6.1",
|
|
64
62
|
"typescript": "~6.0.3",
|
|
65
63
|
"vite": "^8.0.16",
|
|
66
|
-
"vitest": "^4.1.
|
|
64
|
+
"vitest": "^4.1.9",
|
|
67
65
|
"webextension-polyfill": "^0.12.0",
|
|
68
66
|
"zod": "^4.4.3",
|
|
69
|
-
"@xyo-network/crypto-cards-
|
|
70
|
-
"@xyo-network/crypto-cards-
|
|
67
|
+
"@xyo-network/crypto-cards-move-payload-plugin": "~7.0.0",
|
|
68
|
+
"@xyo-network/crypto-cards-game-payload-plugin": "~7.0.0"
|
|
71
69
|
},
|
|
72
70
|
"peerDependencies": {
|
|
73
71
|
"@bitauth/libauth": "~3.0",
|
|
@@ -80,12 +78,10 @@
|
|
|
80
78
|
"@xylabs/geo": "^6.0",
|
|
81
79
|
"@xylabs/sdk-js": "^6.0",
|
|
82
80
|
"@xylabs/threads": "^6.0",
|
|
83
|
-
"@xyo-network/sdk-js": "^
|
|
84
|
-
"@xyo-network/sdk-protocol-js": "
|
|
81
|
+
"@xyo-network/sdk-js": "^7.0",
|
|
82
|
+
"@xyo-network/sdk-protocol-js": "^7.0",
|
|
85
83
|
"ajv": "^8.20",
|
|
86
84
|
"async-mutex": "^0.5",
|
|
87
|
-
"bn.js": "^5.2",
|
|
88
|
-
"buffer": "^6.0",
|
|
89
85
|
"debug": "~4.4",
|
|
90
86
|
"ethers": "^6.16",
|
|
91
87
|
"hash-wasm": "^4.12",
|
|
@@ -95,6 +91,9 @@
|
|
|
95
91
|
"webextension-polyfill": "^0.12",
|
|
96
92
|
"zod": "^4.4"
|
|
97
93
|
},
|
|
94
|
+
"engines": {
|
|
95
|
+
"node": "^24"
|
|
96
|
+
},
|
|
98
97
|
"publishConfig": {
|
|
99
98
|
"access": "public"
|
|
100
99
|
}
|
package/dist/browser/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from '@xyo-network/crypto-cards-game-plugin';
|
|
2
|
-
export * from '@xyo-network/crypto-cards-move-plugin';
|
|
3
|
-
import type { PayloadSetPluginFunc } from '@xyo-network/sdk-js';
|
|
4
|
-
export declare const CryptoCardsPlugins: PayloadSetPluginFunc[];
|
|
5
|
-
export default CryptoCardsPlugins;
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAA;AACrD,cAAc,uCAAuC,CAAA;AAIrD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAA;AAE/D,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAmD,CAAA;AAExG,eAAe,kBAAkB,CAAA"}
|
package/dist/browser/index.mjs
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
// src/index.ts
|
|
2
|
-
export * from "@xyo-network/crypto-cards-game-plugin";
|
|
3
|
-
export * from "@xyo-network/crypto-cards-move-plugin";
|
|
4
|
-
import { CryptoCardsGamePlugin } from "@xyo-network/crypto-cards-game-plugin";
|
|
5
|
-
import { CryptoCardsMovePlugin } from "@xyo-network/crypto-cards-move-plugin";
|
|
6
|
-
var CryptoCardsPlugins = [CryptoCardsGamePlugin, CryptoCardsMovePlugin];
|
|
7
|
-
var index_default = CryptoCardsPlugins;
|
|
8
|
-
export {
|
|
9
|
-
CryptoCardsPlugins,
|
|
10
|
-
index_default as default
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["export * from '@xyo-network/crypto-cards-game-plugin'\nexport * from '@xyo-network/crypto-cards-move-plugin'\n\nimport { CryptoCardsGamePlugin } from '@xyo-network/crypto-cards-game-plugin'\nimport { CryptoCardsMovePlugin } from '@xyo-network/crypto-cards-move-plugin'\nimport type { PayloadSetPluginFunc } from '@xyo-network/sdk-js'\n\nexport const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]\n\nexport default CryptoCardsPlugins\n"],
|
|
5
|
-
"mappings": ";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,6BAA6B;AACtC,SAAS,6BAA6B;AAG/B,IAAM,qBAA6C,CAAC,uBAAuB,qBAAqB;AAEvG,IAAO,gBAAQ;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
package/dist/node/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from '@xyo-network/crypto-cards-game-plugin';
|
|
2
|
-
export * from '@xyo-network/crypto-cards-move-plugin';
|
|
3
|
-
import type { PayloadSetPluginFunc } from '@xyo-network/sdk-js';
|
|
4
|
-
export declare const CryptoCardsPlugins: PayloadSetPluginFunc[];
|
|
5
|
-
export default CryptoCardsPlugins;
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAA;AACrD,cAAc,uCAAuC,CAAA;AAIrD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAA;AAE/D,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAmD,CAAA;AAExG,eAAe,kBAAkB,CAAA"}
|
package/dist/node/index.mjs
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
// src/index.ts
|
|
2
|
-
export * from "@xyo-network/crypto-cards-game-plugin";
|
|
3
|
-
export * from "@xyo-network/crypto-cards-move-plugin";
|
|
4
|
-
import { CryptoCardsGamePlugin } from "@xyo-network/crypto-cards-game-plugin";
|
|
5
|
-
import { CryptoCardsMovePlugin } from "@xyo-network/crypto-cards-move-plugin";
|
|
6
|
-
var CryptoCardsPlugins = [CryptoCardsGamePlugin, CryptoCardsMovePlugin];
|
|
7
|
-
var index_default = CryptoCardsPlugins;
|
|
8
|
-
export {
|
|
9
|
-
CryptoCardsPlugins,
|
|
10
|
-
index_default as default
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=index.mjs.map
|
package/dist/node/index.mjs.map
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["export * from '@xyo-network/crypto-cards-game-plugin'\nexport * from '@xyo-network/crypto-cards-move-plugin'\n\nimport { CryptoCardsGamePlugin } from '@xyo-network/crypto-cards-game-plugin'\nimport { CryptoCardsMovePlugin } from '@xyo-network/crypto-cards-move-plugin'\nimport type { PayloadSetPluginFunc } from '@xyo-network/sdk-js'\n\nexport const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]\n\nexport default CryptoCardsPlugins\n"],
|
|
5
|
-
"mappings": ";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,6BAA6B;AACtC,SAAS,6BAA6B;AAG/B,IAAM,qBAA6C,CAAC,uBAAuB,qBAAqB;AAEvG,IAAO,gBAAQ;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|