@vived/sandbox 1.3.0 → 1.4.1

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;AAoBrB,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,aAAa,GACpB,aAAa,CAsCf"}
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,CAgDf"}
@@ -4,5 +4,21 @@ export interface SandboxConfig {
4
4
  persistentStates: SandboxStateData[];
5
5
  version: string;
6
6
  zSpaceSupported?: boolean;
7
+ /**
8
+ * Activity ID used as the owner when uploading activity assets from the
9
+ * Sandbox. The asset backend authorizes writes against this value, so to
10
+ * exercise the upload path locally it must be an activity/channel the
11
+ * logged-in developer may author. Defaults to the built-in mock activity
12
+ * when omitted.
13
+ */
14
+ mockActivityID?: string;
15
+ /**
16
+ * Channel ID used as the owner when uploading app assets and when browsing
17
+ * channels from the Sandbox. Defaults to the built-in development channel
18
+ * when omitted.
19
+ */
20
+ channelID?: string;
21
+ /** Display name for the configured channel. Defaults to the built-in name. */
22
+ channelName?: string;
7
23
  }
8
24
  //# 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,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;IAC1B;;;;;;OAMG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8EAA8E;IAC9E,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vived/sandbox",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
4
4
  "description": "Sandbox development host for VIVED Slide Apps",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -31,7 +31,7 @@
31
31
  "access": "public"
32
32
  },
33
33
  "dependencies": {
34
- "@vived/host": "^5.3.0",
34
+ "@vived/host": "^5.4.1",
35
35
  "@emotion/react": "^11.14.0",
36
36
  "@emotion/styled": "^11.14.1",
37
37
  "@mui/icons-material": "^9.0.0",