@vived/sandbox 1.1.4 → 1.2.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.
@@ -1 +1 @@
1
- {"version":3,"file":"makeSandboxDomain.d.ts","sourceRoot":"","sources":["../../../src/Domain/makeSandboxDomain.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAId,MAAM,aAAa,CAAC;AAqBrB,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,aAAa,GACpB,aAAa,CA0Cf"}
1
+ {"version":3,"file":"makeSandboxDomain.d.ts","sourceRoot":"","sources":["../../../src/Domain/makeSandboxDomain.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAId,MAAM,aAAa,CAAC;AAoBrB,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,aAAa,GACpB,aAAa,CAsCf"}
@@ -0,0 +1,2 @@
1
+ export declare const DevModeCheckbox: () => JSX.Element;
2
+ //# sourceMappingURL=DevModeCheckbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DevModeCheckbox.d.ts","sourceRoot":"","sources":["../../../../../src/Frameworks/React/Containers/DevModeCheckbox.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,eAAe,QAAO,GAAG,CAAC,OAetC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Mounted.d.ts","sourceRoot":"","sources":["../../../../../src/Frameworks/React/Containers/Mounted.tsx"],"names":[],"mappings":"AA6CA,eAAO,MAAM,OAAO,QAAO,GAAG,CAAC,OAgH9B,CAAC"}
1
+ {"version":3,"file":"Mounted.d.ts","sourceRoot":"","sources":["../../../../../src/Frameworks/React/Containers/Mounted.tsx"],"names":[],"mappings":"AA8CA,eAAO,MAAM,OAAO,QAAO,GAAG,CAAC,OAqH9B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SandboxToolbar.d.ts","sourceRoot":"","sources":["../../../../../src/Frameworks/React/Containers/SandboxToolbar.tsx"],"names":[],"mappings":"AAiBA,eAAO,MAAM,cAAc,QAAO,GAAG,CAAC,OA8CrC,CAAC"}
1
+ {"version":3,"file":"SandboxToolbar.d.ts","sourceRoot":"","sources":["../../../../../src/Frameworks/React/Containers/SandboxToolbar.tsx"],"names":[],"mappings":"AAgBA,eAAO,MAAM,cAAc,QAAO,GAAG,CAAC,OA2CrC,CAAC"}
@@ -3,7 +3,6 @@ import type { SandboxStateData } from "@vived/host";
3
3
  export interface SandboxConfig {
4
4
  persistentStates: SandboxStateData[];
5
5
  version: string;
6
- babylonInspectorSupported?: boolean;
7
6
  zSpaceSupported?: boolean;
8
7
  }
9
8
  //# sourceMappingURL=SandboxConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SandboxConfig.d.ts","sourceRoot":"","sources":["../../src/SandboxConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAEpD,MAAM,WAAW,aAAa;IAC5B,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B"}
1
+ {"version":3,"file":"SandboxConfig.d.ts","sourceRoot":"","sources":["../../src/SandboxConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAEpD,MAAM,WAAW,aAAa;IAC5B,gBAAgB,EAAE,gBAAgB,EAAE,CAAC;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vived/sandbox",
3
- "version": "1.1.4",
3
+ "version": "1.2.0",
4
4
  "description": "Sandbox development host for VIVED Slide Apps",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -14,6 +14,7 @@
14
14
  },
15
15
  "scripts": {
16
16
  "build": "vite build && tsc --emitDeclarationOnly",
17
+ "prepublishOnly": "npm run build",
17
18
  "test:once": "jest --config jestconfig.json",
18
19
  "lint": "tslint -p tsconfig.json"
19
20
  },
@@ -1,2 +0,0 @@
1
- export declare const BabylonInspectorCheckbox: () => JSX.Element;
2
- //# sourceMappingURL=BabylonInspectorCheckbox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BabylonInspectorCheckbox.d.ts","sourceRoot":"","sources":["../../../../../src/Frameworks/React/Containers/BabylonInspectorCheckbox.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,wBAAwB,QAAO,GAAG,CAAC,OAe/C,CAAC"}