@xyo-network/crypto-cards-plugins 2.61.0 → 2.61.2

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/esm/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  export * from '@xyo-network/crypto-cards-game-plugin';
2
2
  export * from '@xyo-network/crypto-cards-move-plugin';
3
- import { XyoCryptoCardsGamePlugin } from '@xyo-network/crypto-cards-game-plugin';
4
- import { XyoCryptoCardsMovePlugin } from '@xyo-network/crypto-cards-move-plugin';
5
- export const XyoCryptoCardsPlugins = [XyoCryptoCardsGamePlugin, XyoCryptoCardsMovePlugin];
3
+ import { CryptoCardsGamePlugin } from '@xyo-network/crypto-cards-game-plugin';
4
+ import { CryptoCardsMovePlugin } from '@xyo-network/crypto-cards-move-plugin';
5
+ export const CryptoCardsPlugins = [CryptoCardsGamePlugin, CryptoCardsMovePlugin];
6
6
  // eslint-disable-next-line import/no-default-export
7
- export default XyoCryptoCardsPlugins;
7
+ export default CryptoCardsPlugins;
8
8
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAA;AACrD,cAAc,uCAAuC,CAAA;AAErD,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAA;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAA;AAGhF,MAAM,CAAC,MAAM,qBAAqB,GAA2B,CAAC,wBAAwB,EAAE,wBAAwB,CAAC,CAAA;AAEjH,oDAAoD;AACpD,eAAe,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAA;AACrD,cAAc,uCAAuC,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAA;AAC7E,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAA;AAG7E,MAAM,CAAC,MAAM,kBAAkB,GAA2B,CAAC,qBAAqB,EAAE,qBAAqB,CAAC,CAAA;AAExG,oDAAoD;AACpD,eAAe,kBAAkB,CAAA"}
@@ -1,6 +1,6 @@
1
1
  export * from '@xyo-network/crypto-cards-game-plugin';
2
2
  export * from '@xyo-network/crypto-cards-move-plugin';
3
3
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
- export declare const XyoCryptoCardsPlugins: PayloadSetPluginFunc[];
5
- export default XyoCryptoCardsPlugins;
4
+ export declare const CryptoCardsPlugins: PayloadSetPluginFunc[];
5
+ export default CryptoCardsPlugins;
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAA;AACrD,cAAc,uCAAuC,CAAA;AAIrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,qBAAqB,EAAE,oBAAoB,EAAyD,CAAA;AAGjH,eAAe,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAA;AACrD,cAAc,uCAAuC,CAAA;AAIrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAmD,CAAA;AAGxG,eAAe,kBAAkB,CAAA"}
package/package.json CHANGED
@@ -10,9 +10,9 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/crypto-cards-game-plugin": "^2.61.0",
14
- "@xyo-network/crypto-cards-move-plugin": "^2.61.0",
15
- "@xyo-network/payloadset-plugin": "^2.61.0"
13
+ "@xyo-network/crypto-cards-game-plugin": "^2.61.2",
14
+ "@xyo-network/crypto-cards-move-plugin": "^2.61.2",
15
+ "@xyo-network/payloadset-plugin": "^2.61.2"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@xylabs/ts-scripts-yarn3": "^2.17.13",
@@ -52,5 +52,5 @@
52
52
  },
53
53
  "sideEffects": false,
54
54
  "types": "dist/types/index.d.ts",
55
- "version": "2.61.0"
55
+ "version": "2.61.2"
56
56
  }
package/src/index.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  export * from '@xyo-network/crypto-cards-game-plugin'
2
2
  export * from '@xyo-network/crypto-cards-move-plugin'
3
3
 
4
- import { XyoCryptoCardsGamePlugin } from '@xyo-network/crypto-cards-game-plugin'
5
- import { XyoCryptoCardsMovePlugin } 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
6
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
7
7
 
8
- export const XyoCryptoCardsPlugins: PayloadSetPluginFunc[] = [XyoCryptoCardsGamePlugin, XyoCryptoCardsMovePlugin]
8
+ export const CryptoCardsPlugins: PayloadSetPluginFunc[] = [CryptoCardsGamePlugin, CryptoCardsMovePlugin]
9
9
 
10
10
  // eslint-disable-next-line import/no-default-export
11
- export default XyoCryptoCardsPlugins
11
+ export default CryptoCardsPlugins