@dreamboard-games/sdk 0.4.0-alpha.4 → 0.4.0-alpha.5

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/codegen.js CHANGED
@@ -18,7 +18,7 @@ import {
18
18
  materializeManifestTable,
19
19
  materializePresetCardSet,
20
20
  validateManifestAuthoring
21
- } from "./chunk-CP35NPPY.js";
21
+ } from "./chunk-KHY3RJLT.js";
22
22
  import "./chunk-PZ5AY32C.js";
23
23
  export {
24
24
  AUTHORITATIVE_GENERATED_FILES,
package/dist/index.js CHANGED
@@ -2,8 +2,8 @@ import {
2
2
  DREAMBOARD_SDK_PACKAGES,
3
3
  DREAMBOARD_SDK_PACKAGE_SET,
4
4
  DREAMBOARD_SDK_VERSION
5
- } from "./chunk-LKJLAGND.js";
6
- import "./chunk-SUMZ5OEH.js";
5
+ } from "./chunk-AQMEN3AT.js";
6
+ import "./chunk-FXQPZZXC.js";
7
7
  import "./chunk-PZ5AY32C.js";
8
8
  export {
9
9
  DREAMBOARD_SDK_PACKAGES,
@@ -1,6 +1,6 @@
1
- declare const DREAMBOARD_SDK_VERSION: "0.4.0-alpha.4";
1
+ declare const DREAMBOARD_SDK_VERSION: "0.4.0-alpha.5";
2
2
  declare const DREAMBOARD_SDK_PACKAGES: {
3
- readonly "@dreamboard-games/sdk": "0.4.0-alpha.4";
3
+ readonly "@dreamboard-games/sdk": "0.4.0-alpha.5";
4
4
  };
5
5
  type DreamboardSdkPackageName = keyof typeof DREAMBOARD_SDK_PACKAGES;
6
6
  type DreamboardSdkPackageSet = {
@@ -2,8 +2,8 @@ import {
2
2
  DREAMBOARD_SDK_PACKAGES,
3
3
  DREAMBOARD_SDK_PACKAGE_SET,
4
4
  DREAMBOARD_SDK_VERSION
5
- } from "./chunk-LKJLAGND.js";
6
- import "./chunk-SUMZ5OEH.js";
5
+ } from "./chunk-AQMEN3AT.js";
6
+ import "./chunk-FXQPZZXC.js";
7
7
  import "./chunk-PZ5AY32C.js";
8
8
  export {
9
9
  DREAMBOARD_SDK_PACKAGES,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  materializeManifestTable
3
- } from "./chunk-CP35NPPY.js";
3
+ } from "./chunk-KHY3RJLT.js";
4
4
  import {
5
5
  REDUCER_CONTRACT_VERSION,
6
6
  zod_exports
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreamboard-games/sdk",
3
- "version": "0.4.0-alpha.4",
3
+ "version": "0.4.0-alpha.5",
4
4
  "description": "Dreamboard SDK package set metadata and public facade",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",