@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/REFERENCE.md +4 -4
- package/dist/authoring/index.js +2 -2
- package/dist/{chunk-LKJLAGND.js → chunk-AQMEN3AT.js} +2 -2
- package/dist/{chunk-SUMZ5OEH.js → chunk-FXQPZZXC.js} +2 -2
- package/dist/{chunk-SUMZ5OEH.js.map → chunk-FXQPZZXC.js.map} +1 -1
- package/dist/{chunk-CP35NPPY.js → chunk-KHY3RJLT.js} +7 -2
- package/dist/{chunk-CP35NPPY.js.map → chunk-KHY3RJLT.js.map} +1 -1
- package/dist/codegen.js +1 -1
- package/dist/index.js +2 -2
- package/dist/package-set.d.ts +2 -2
- package/dist/package-set.js +2 -2
- package/dist/reducer-contract.js +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-LKJLAGND.js.map → chunk-AQMEN3AT.js.map} +0 -0
package/dist/codegen.js
CHANGED
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-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-AQMEN3AT.js";
|
|
6
|
+
import "./chunk-FXQPZZXC.js";
|
|
7
7
|
import "./chunk-PZ5AY32C.js";
|
|
8
8
|
export {
|
|
9
9
|
DREAMBOARD_SDK_PACKAGES,
|
package/dist/package-set.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare const DREAMBOARD_SDK_VERSION: "0.4.0-alpha.
|
|
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.
|
|
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 = {
|
package/dist/package-set.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-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-AQMEN3AT.js";
|
|
6
|
+
import "./chunk-FXQPZZXC.js";
|
|
7
7
|
import "./chunk-PZ5AY32C.js";
|
|
8
8
|
export {
|
|
9
9
|
DREAMBOARD_SDK_PACKAGES,
|
package/dist/reducer-contract.js
CHANGED
package/package.json
CHANGED
|
File without changes
|