@xyo-network/crypto-cards-plugins 2.97.0-rc.1 → 2.97.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/dist/browser/index.cjs +1 -33
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +1 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/index.cjs +1 -33
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +1 -11
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/index.cjs +1 -39
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +1 -11
- package/dist/node/index.js.map +1 -1
- package/package.json +8 -9
package/dist/browser/index.cjs
CHANGED
|
@@ -1,34 +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 __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
19
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
|
-
var src_exports = {};
|
|
23
|
-
__export(src_exports, {
|
|
24
|
-
CryptoCardsPlugins: () => CryptoCardsPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
__reExport(src_exports, require("@xyo-network/crypto-cards-game-plugin"), module.exports);
|
|
29
|
-
__reExport(src_exports, require("@xyo-network/crypto-cards-move-plugin"), module.exports);
|
|
30
|
-
var import_crypto_cards_game_plugin = require("@xyo-network/crypto-cards-game-plugin");
|
|
31
|
-
var import_crypto_cards_move_plugin = require("@xyo-network/crypto-cards-move-plugin");
|
|
32
|
-
var CryptoCardsPlugins = [import_crypto_cards_game_plugin.CryptoCardsGamePlugin, import_crypto_cards_move_plugin.CryptoCardsMovePlugin];
|
|
33
|
-
var src_default = CryptoCardsPlugins;
|
|
1
|
+
"use strict";var i=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var C=Object.prototype.hasOwnProperty;var g=(p,t)=>{for(var a in t)i(p,a,{get:t[a],enumerable:!0})},m=(p,t,a,l)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of f(t))!C.call(p,e)&&e!==a&&i(p,e,{get:()=>t[e],enumerable:!(l=d(t,e))||l.enumerable});return p},r=(p,t,a)=>(m(p,t,"default"),a&&m(a,t,"default"));var s=p=>m(i({},"__esModule",{value:!0}),p);var o={};g(o,{CryptoCardsPlugins:()=>P,default:()=>y});module.exports=s(o);r(o,require("@xyo-network/crypto-cards-game-plugin"),module.exports);r(o,require("@xyo-network/crypto-cards-move-plugin"),module.exports);var n=require("@xyo-network/crypto-cards-game-plugin"),u=require("@xyo-network/crypto-cards-move-plugin"),P=[n.CryptoCardsGamePlugin,u.CryptoCardsMovePlugin],y=P;
|
|
34
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoCardsPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoCardsPlugins\n"],"mappings":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,wBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,iDAAd,gBACAK,EAAAL,EAAc,iDADd,gBAGA,IAAAM,EAAsC,iDACtCC,EAAsC,iDAGzBL,EAA6C,CAAC,wBAAuB,uBAAqB,EAGhGC,EAAQD","names":["src_exports","__export","CryptoCardsPlugins","src_default","__toCommonJS","__reExport","import_crypto_cards_game_plugin","import_crypto_cards_move_plugin"]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
|
|
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 src_default = CryptoCardsPlugins;
|
|
8
|
-
export {
|
|
9
|
-
CryptoCardsPlugins,
|
|
10
|
-
src_default as default
|
|
11
|
-
};
|
|
1
|
+
export*from"@xyo-network/crypto-cards-game-plugin";export*from"@xyo-network/crypto-cards-move-plugin";import{CryptoCardsGamePlugin as o}from"@xyo-network/crypto-cards-game-plugin";import{CryptoCardsMovePlugin as r}from"@xyo-network/crypto-cards-move-plugin";var t=[o,r],e=t;export{t as CryptoCardsPlugins,e as default};
|
|
12
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoCardsPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoCardsPlugins\n"],"mappings":"AAAA,WAAc,wCACd,WAAc,wCAEd,OAAS,yBAAAA,MAA6B,wCACtC,OAAS,yBAAAC,MAA6B,wCAG/B,IAAMC,EAA6C,CAACF,EAAuBC,CAAqB,EAGhGE,EAAQD","names":["CryptoCardsGamePlugin","CryptoCardsMovePlugin","CryptoCardsPlugins","src_default"]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -1,34 +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 __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
19
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
|
-
var src_exports = {};
|
|
23
|
-
__export(src_exports, {
|
|
24
|
-
CryptoCardsPlugins: () => CryptoCardsPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
__reExport(src_exports, require("@xyo-network/crypto-cards-game-plugin"), module.exports);
|
|
29
|
-
__reExport(src_exports, require("@xyo-network/crypto-cards-move-plugin"), module.exports);
|
|
30
|
-
var import_crypto_cards_game_plugin = require("@xyo-network/crypto-cards-game-plugin");
|
|
31
|
-
var import_crypto_cards_move_plugin = require("@xyo-network/crypto-cards-move-plugin");
|
|
32
|
-
var CryptoCardsPlugins = [import_crypto_cards_game_plugin.CryptoCardsGamePlugin, import_crypto_cards_move_plugin.CryptoCardsMovePlugin];
|
|
33
|
-
var src_default = CryptoCardsPlugins;
|
|
1
|
+
"use strict";var i=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var C=Object.prototype.hasOwnProperty;var g=(p,t)=>{for(var a in t)i(p,a,{get:t[a],enumerable:!0})},m=(p,t,a,l)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of f(t))!C.call(p,e)&&e!==a&&i(p,e,{get:()=>t[e],enumerable:!(l=d(t,e))||l.enumerable});return p},r=(p,t,a)=>(m(p,t,"default"),a&&m(a,t,"default"));var s=p=>m(i({},"__esModule",{value:!0}),p);var o={};g(o,{CryptoCardsPlugins:()=>P,default:()=>y});module.exports=s(o);r(o,require("@xyo-network/crypto-cards-game-plugin"),module.exports);r(o,require("@xyo-network/crypto-cards-move-plugin"),module.exports);var n=require("@xyo-network/crypto-cards-game-plugin"),u=require("@xyo-network/crypto-cards-move-plugin"),P=[n.CryptoCardsGamePlugin,u.CryptoCardsMovePlugin],y=P;
|
|
34
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoCardsPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoCardsPlugins\n"],"mappings":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,wBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,iDAAd,gBACAK,EAAAL,EAAc,iDADd,gBAGA,IAAAM,EAAsC,iDACtCC,EAAsC,iDAGzBL,EAA6C,CAAC,wBAAuB,uBAAqB,EAGhGC,EAAQD","names":["src_exports","__export","CryptoCardsPlugins","src_default","__toCommonJS","__reExport","import_crypto_cards_game_plugin","import_crypto_cards_move_plugin"]}
|
package/dist/neutral/index.js
CHANGED
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
|
|
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 src_default = CryptoCardsPlugins;
|
|
8
|
-
export {
|
|
9
|
-
CryptoCardsPlugins,
|
|
10
|
-
src_default as default
|
|
11
|
-
};
|
|
1
|
+
export*from"@xyo-network/crypto-cards-game-plugin";export*from"@xyo-network/crypto-cards-move-plugin";import{CryptoCardsGamePlugin as o}from"@xyo-network/crypto-cards-game-plugin";import{CryptoCardsMovePlugin as r}from"@xyo-network/crypto-cards-move-plugin";var t=[o,r],e=t;export{t as CryptoCardsPlugins,e as default};
|
|
12
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoCardsPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoCardsPlugins\n"],"mappings":"AAAA,WAAc,wCACd,WAAc,wCAEd,OAAS,yBAAAA,MAA6B,wCACtC,OAAS,yBAAAC,MAA6B,wCAG/B,IAAMC,EAA6C,CAACF,EAAuBC,CAAqB,EAGhGE,EAAQD","names":["CryptoCardsGamePlugin","CryptoCardsMovePlugin","CryptoCardsPlugins","src_default"]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -1,40 +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 __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
19
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
|
-
var src_exports = {};
|
|
23
|
-
__export(src_exports, {
|
|
24
|
-
CryptoCardsPlugins: () => CryptoCardsPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
__reExport(src_exports, require("@xyo-network/crypto-cards-game-plugin"), module.exports);
|
|
29
|
-
__reExport(src_exports, require("@xyo-network/crypto-cards-move-plugin"), module.exports);
|
|
30
|
-
var import_crypto_cards_game_plugin = require("@xyo-network/crypto-cards-game-plugin");
|
|
31
|
-
var import_crypto_cards_move_plugin = require("@xyo-network/crypto-cards-move-plugin");
|
|
32
|
-
var CryptoCardsPlugins = [import_crypto_cards_game_plugin.CryptoCardsGamePlugin, import_crypto_cards_move_plugin.CryptoCardsMovePlugin];
|
|
33
|
-
var src_default = CryptoCardsPlugins;
|
|
34
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
35
|
-
0 && (module.exports = {
|
|
36
|
-
CryptoCardsPlugins,
|
|
37
|
-
...require("@xyo-network/crypto-cards-game-plugin"),
|
|
38
|
-
...require("@xyo-network/crypto-cards-move-plugin")
|
|
39
|
-
});
|
|
1
|
+
"use strict";var i=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var C=Object.prototype.hasOwnProperty;var g=(p,t)=>{for(var a in t)i(p,a,{get:t[a],enumerable:!0})},m=(p,t,a,l)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of f(t))!C.call(p,e)&&e!==a&&i(p,e,{get:()=>t[e],enumerable:!(l=d(t,e))||l.enumerable});return p},r=(p,t,a)=>(m(p,t,"default"),a&&m(a,t,"default"));var s=p=>m(i({},"__esModule",{value:!0}),p);var o={};g(o,{CryptoCardsPlugins:()=>P,default:()=>y});module.exports=s(o);r(o,require("@xyo-network/crypto-cards-game-plugin"),module.exports);r(o,require("@xyo-network/crypto-cards-move-plugin"),module.exports);var n=require("@xyo-network/crypto-cards-game-plugin"),u=require("@xyo-network/crypto-cards-move-plugin"),P=[n.CryptoCardsGamePlugin,u.CryptoCardsMovePlugin],y=P;0&&(module.exports={CryptoCardsPlugins,...require("@xyo-network/crypto-cards-game-plugin"),...require("@xyo-network/crypto-cards-move-plugin")});
|
|
40
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoCardsPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoCardsPlugins\n"],"mappings":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,wBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAAK,EAAAL,EAAc,iDAAd,gBACAK,EAAAL,EAAc,iDADd,gBAGA,IAAAM,EAAsC,iDACtCC,EAAsC,iDAGzBL,EAA6C,CAAC,wBAAuB,uBAAqB,EAGhGC,EAAQD","names":["src_exports","__export","CryptoCardsPlugins","src_default","__toCommonJS","__reExport","import_crypto_cards_game_plugin","import_crypto_cards_move_plugin"]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
|
|
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 src_default = CryptoCardsPlugins;
|
|
8
|
-
export {
|
|
9
|
-
CryptoCardsPlugins,
|
|
10
|
-
src_default as default
|
|
11
|
-
};
|
|
1
|
+
export*from"@xyo-network/crypto-cards-game-plugin";export*from"@xyo-network/crypto-cards-move-plugin";import{CryptoCardsGamePlugin as o}from"@xyo-network/crypto-cards-game-plugin";import{CryptoCardsMovePlugin as r}from"@xyo-network/crypto-cards-move-plugin";var t=[o,r],e=t;export{t as CryptoCardsPlugins,e as default};
|
|
12
2
|
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoCardsPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoCardsPlugins\n"],"mappings":"AAAA,WAAc,wCACd,WAAc,wCAEd,OAAS,yBAAAA,MAA6B,wCACtC,OAAS,yBAAAC,MAA6B,wCAG/B,IAAMC,EAA6C,CAACF,EAAuBC,CAAqB,EAGhGE,EAAQD","names":["CryptoCardsGamePlugin","CryptoCardsMovePlugin","CryptoCardsPlugins","src_default"]}
|
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-cards-game-plugin": "~2.97.0
|
|
14
|
-
"@xyo-network/crypto-cards-move-plugin": "~2.97.0
|
|
15
|
-
"@xyo-network/payloadset-plugin": "
|
|
13
|
+
"@xyo-network/crypto-cards-game-plugin": "~2.97.0",
|
|
14
|
+
"@xyo-network/crypto-cards-move-plugin": "~2.97.0",
|
|
15
|
+
"@xyo-network/payloadset-plugin": "^2.107.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
|
19
|
-
"@xylabs/tsconfig": "^3.11.
|
|
20
|
-
"typescript": "^5.
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.8",
|
|
19
|
+
"@xylabs/tsconfig": "^3.11.8",
|
|
20
|
+
"typescript": "^5.5.2"
|
|
21
21
|
},
|
|
22
22
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
23
23
|
"types": "dist/node/index.d.ts",
|
|
@@ -58,7 +58,6 @@
|
|
|
58
58
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
59
59
|
},
|
|
60
60
|
"sideEffects": false,
|
|
61
|
-
"version": "2.97.0
|
|
62
|
-
"type": "module"
|
|
63
|
-
"stableVersion": "2.96.0"
|
|
61
|
+
"version": "2.97.0",
|
|
62
|
+
"type": "module"
|
|
64
63
|
}
|