@dreamboard-games/sdk 0.2.0 → 0.2.1-alpha.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/{bundle-TIZcw8LB.d.ts → bundle-CDd5FKeD.d.ts} +3 -1
- package/dist/{chunk-VFTAA4WO.js → chunk-MKXPVOUT.js} +4 -2
- package/dist/chunk-MKXPVOUT.js.map +1 -0
- package/dist/{chunk-WN74KVNY.js → chunk-YFY3RL52.js} +2 -2
- package/dist/chunk-YFY3RL52.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/infrastructure/reducer-bundle-abi.d.ts +113 -113
- package/dist/infrastructure/reducer-bundle-abi.js +1 -1
- package/dist/package-set.d.ts +2 -2
- package/dist/package-set.js +1 -1
- package/dist/reducer.d.ts +1 -1
- package/dist/reducer.js +1 -1
- package/dist/reducer.js.map +1 -1
- package/dist/testing.d.ts +1 -1
- package/package.json +9 -9
- package/src/generated/reducer-contract/wire.ts +1 -1
- package/src/generated/reducer-contract/zod.ts +3 -1
- package/src/package-set.ts +1 -1
- package/src/reducer/bundle/ingress-bundle.ts +1 -1
- package/dist/chunk-VFTAA4WO.js.map +0 -1
- package/dist/chunk-WN74KVNY.js.map +0 -1
package/dist/package-set.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare const DREAMBOARD_SDK_VERSION = "0.2.0";
|
|
1
|
+
declare const DREAMBOARD_SDK_VERSION = "0.2.1-alpha.0";
|
|
2
2
|
declare const DREAMBOARD_SDK_PACKAGES: {
|
|
3
|
-
readonly "@dreamboard-games/sdk": "0.2.0";
|
|
3
|
+
readonly "@dreamboard-games/sdk": "0.2.1-alpha.0";
|
|
4
4
|
};
|
|
5
5
|
type DreamboardSdkPackageName = keyof typeof DREAMBOARD_SDK_PACKAGES;
|
|
6
6
|
type DreamboardSdkPackageSet = {
|
package/dist/package-set.js
CHANGED
package/dist/reducer.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { C as CardCollection, V as ViewCard } from './cards-Sl3b40Mv.js';
|
|
3
3
|
import { V as ViewSlotOccupant } from './slots-1GPGihk8.js';
|
|
4
|
-
import { R as ReducerBundleContract } from './bundle-
|
|
4
|
+
import { R as ReducerBundleContract } from './bundle-CDd5FKeD.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Opaque brand applied to a runtime player identifier.
|