dreamboard 0.1.26 → 0.1.28

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/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runDreamboardCli
4
- } from "./chunk-VRJ4FOH2.js";
4
+ } from "./chunk-EHPYIVNN.js";
5
5
  import "./chunk-4S67A2YA.js";
6
6
  import "./chunk-3JGO32FA.js";
7
7
  import "./chunk-YI5DUODD.js";
package/dist/internal.js CHANGED
@@ -46,7 +46,7 @@ import {
46
46
  sync_default,
47
47
  test_default,
48
48
  toDreamboardApiError
49
- } from "./chunk-VRJ4FOH2.js";
49
+ } from "./chunk-EHPYIVNN.js";
50
50
  import {
51
51
  DEFAULT_LOGIN_TIMEOUT_MS,
52
52
  ENVIRONMENT_CONFIGS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dreamboard",
3
- "version": "0.1.26",
3
+ "version": "0.1.28",
4
4
  "description": "Design board games with AI and turn ideas into playable digital prototypes.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -44,7 +44,7 @@
44
44
  "zustand": "^5.0.4",
45
45
  "@dreamboard-games/api-client": "^0.1.2",
46
46
  "@dreamboard-games/sdk-types": "^0.1.2",
47
- "@dreamboard-games/ui-sdk": "^0.0.47",
47
+ "@dreamboard-games/ui-sdk": "^0.0.48",
48
48
  "@hookform/resolvers": "^5.2.2",
49
49
  "@radix-ui/react-accordion": "^1.2.12",
50
50
  "@radix-ui/react-alert-dialog": "^1.1.14",
@@ -95,10 +95,10 @@
95
95
  },
96
96
  "dreamboardSdkDependencyRanges": {
97
97
  "@dreamboard/api-client": "npm:@dreamboard-games/api-client@^0.1.2",
98
- "@dreamboard/app-sdk": "npm:@dreamboard-games/app-sdk@^0.0.45",
98
+ "@dreamboard/app-sdk": "npm:@dreamboard-games/app-sdk@^0.0.46",
99
99
  "@dreamboard/sdk-types": "npm:@dreamboard-games/sdk-types@^0.1.2",
100
100
  "@dreamboard/testing": "npm:@dreamboard-games/testing@^0.1.3",
101
- "@dreamboard/ui-sdk": "npm:@dreamboard-games/ui-sdk@^0.0.47"
101
+ "@dreamboard/ui-sdk": "npm:@dreamboard-games/ui-sdk@^0.0.48"
102
102
  },
103
103
  "license": "SEE LICENSE IN LICENSE",
104
104
  "repository": {