@cedarjs/cli 1.0.0-canary.13147 → 1.0.0-canary.13149

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.
@@ -5,7 +5,7 @@ const handler = async (options) => {
5
5
  console.log(
6
6
  "The studio package is not installed, installing it for you, this may take a moment..."
7
7
  );
8
- await installModule("@cedarjs/studio", "1");
8
+ await installModule("@cedarjs/studio", "2");
9
9
  console.log("Studio package installed successfully.");
10
10
  const installedRealtime = await installModule("@cedarjs/realtime");
11
11
  if (installedRealtime) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "1.0.0-canary.13147+333966618",
3
+ "version": "1.0.0-canary.13149+e1d69e063",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,15 +32,15 @@
32
32
  "dependencies": {
33
33
  "@babel/preset-typescript": "7.28.5",
34
34
  "@babel/runtime-corejs3": "7.28.4",
35
- "@cedarjs/api-server": "1.0.0-canary.13147",
36
- "@cedarjs/cli-helpers": "1.0.0-canary.13147",
37
- "@cedarjs/fastify-web": "1.0.0-canary.13147",
38
- "@cedarjs/internal": "1.0.0-canary.13147",
39
- "@cedarjs/prerender": "1.0.0-canary.13147",
40
- "@cedarjs/project-config": "1.0.0-canary.13147",
41
- "@cedarjs/structure": "1.0.0-canary.13147",
42
- "@cedarjs/telemetry": "1.0.0-canary.13147",
43
- "@cedarjs/web-server": "1.0.0-canary.13147",
35
+ "@cedarjs/api-server": "1.0.0-canary.13149",
36
+ "@cedarjs/cli-helpers": "1.0.0-canary.13149",
37
+ "@cedarjs/fastify-web": "1.0.0-canary.13149",
38
+ "@cedarjs/internal": "1.0.0-canary.13149",
39
+ "@cedarjs/prerender": "1.0.0-canary.13149",
40
+ "@cedarjs/project-config": "1.0.0-canary.13149",
41
+ "@cedarjs/structure": "1.0.0-canary.13149",
42
+ "@cedarjs/telemetry": "1.0.0-canary.13149",
43
+ "@cedarjs/web-server": "1.0.0-canary.13149",
44
44
  "@listr2/prompt-adapter-enquirer": "2.0.16",
45
45
  "@opentelemetry/api": "1.8.0",
46
46
  "@opentelemetry/core": "1.22.0",
@@ -102,5 +102,5 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "gitHead": "333966618c64d7e50cb5f02ac281c1d60bee2d5d"
105
+ "gitHead": "e1d69e063b9294fac561b6ba95ac1e3d24a31c64"
106
106
  }