@xyo-network/crypto-cards-plugins 2.61.0 → 2.62.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/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/docs.json +158 -158
- package/dist/esm/index.js +4 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/index.ts +4 -4
package/dist/cjs/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.CryptoCardsPlugins = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
tslib_1.__exportStar(require("@xyo-network/crypto-cards-game-plugin"), exports);
|
|
6
6
|
tslib_1.__exportStar(require("@xyo-network/crypto-cards-move-plugin"), exports);
|
|
7
7
|
const crypto_cards_game_plugin_1 = require("@xyo-network/crypto-cards-game-plugin");
|
|
8
8
|
const crypto_cards_move_plugin_1 = require("@xyo-network/crypto-cards-move-plugin");
|
|
9
|
-
exports.
|
|
9
|
+
exports.CryptoCardsPlugins = [crypto_cards_game_plugin_1.CryptoCardsGamePlugin, crypto_cards_move_plugin_1.CryptoCardsMovePlugin];
|
|
10
10
|
// eslint-disable-next-line import/no-default-export
|
|
11
|
-
exports.default = exports.
|
|
11
|
+
exports.default = exports.CryptoCardsPlugins;
|
|
12
12
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,gFAAqD;AACrD,gFAAqD;AAErD,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,gFAAqD;AACrD,gFAAqD;AAErD,oFAA6E;AAC7E,oFAA6E;AAGhE,QAAA,kBAAkB,GAA2B,CAAC,gDAAqB,EAAE,gDAAqB,CAAC,CAAA;AAExG,oDAAoD;AACpD,kBAAe,0BAAkB,CAAA"}
|