@cedarjs/core 1.0.0-canary.13002 → 1.0.0-canary.13004

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.
@@ -6,5 +6,5 @@ const pkgJsonPath = require2.resolve("@cedarjs/cli/package.json");
6
6
  const cliPackageJsonFileUrl = pathToFileURL(pkgJsonPath);
7
7
  const requireFromCli = createRequire(cliPackageJsonFileUrl);
8
8
  const bins = requireFromCli("./package.json")["bin"];
9
- const cliEntryPointUrl = new URL(bins["rwfw"], cliPackageJsonFileUrl);
9
+ const cliEntryPointUrl = new URL(bins["cfw"], cliPackageJsonFileUrl);
10
10
  import(cliEntryPointUrl.toString());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/core",
3
- "version": "1.0.0-canary.13002+f213ad7ba",
3
+ "version": "1.0.0-canary.13004+66daa5ace",
4
4
  "description": "Foundational packages and config required to build CedarJS",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,6 +14,7 @@
14
14
  "cedarjs": "./dist/bins/cedar.js",
15
15
  "cedarjs-api-server-watch": "./dist/bins/cedarjs-api-server-watch.js",
16
16
  "cedarjs-serve-api": "./dist/bins/cedarjs-serve-api.js",
17
+ "cfw": "./dist/bins/cfw.js",
17
18
  "cross-env": "./dist/bins/cross-env.js",
18
19
  "eslint": "./dist/bins/eslint.js",
19
20
  "jest": "./dist/bins/jest.js",
@@ -30,7 +31,6 @@
30
31
  "rw-serve-api": "./dist/bins/rw-serve-api.js",
31
32
  "rw-serve-fe": "./dist/bins/rw-serve-fe.js",
32
33
  "rw-web-server": "./dist/bins/rw-web-server.js",
33
- "rwfw": "./dist/bins/rwfw.js",
34
34
  "vitest": "./dist/bins/vitest.js"
35
35
  },
36
36
  "files": [
@@ -44,13 +44,13 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@babel/cli": "7.28.3",
47
- "@cedarjs/api-server": "1.0.0-canary.13002",
48
- "@cedarjs/cli": "1.0.0-canary.13002",
49
- "@cedarjs/eslint-config": "1.0.0-canary.13002",
50
- "@cedarjs/internal": "1.0.0-canary.13002",
51
- "@cedarjs/project-config": "1.0.0-canary.13002",
52
- "@cedarjs/testing": "1.0.0-canary.13002",
53
- "@cedarjs/web-server": "1.0.0-canary.13002",
47
+ "@cedarjs/api-server": "1.0.0-canary.13004",
48
+ "@cedarjs/cli": "1.0.0-canary.13004",
49
+ "@cedarjs/eslint-config": "1.0.0-canary.13004",
50
+ "@cedarjs/internal": "1.0.0-canary.13004",
51
+ "@cedarjs/project-config": "1.0.0-canary.13004",
52
+ "@cedarjs/testing": "1.0.0-canary.13004",
53
+ "@cedarjs/web-server": "1.0.0-canary.13004",
54
54
  "graphql-tag": "2.12.6",
55
55
  "lodash": "4.17.21",
56
56
  "nodemon": "3.1.11",
@@ -59,7 +59,7 @@
59
59
  "typescript": "5.9.3"
60
60
  },
61
61
  "devDependencies": {
62
- "@cedarjs/framework-tools": "1.0.0-canary.13002",
62
+ "@cedarjs/framework-tools": "1.0.0-canary.13004",
63
63
  "@types/lodash": "4.17.21",
64
64
  "publint": "0.3.16",
65
65
  "tsx": "4.21.0"
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "f213ad7ba7ebb4768e41e24b4129bd0bc04df9b5"
70
+ "gitHead": "66daa5ace3dd7b03200d5e6dd977a6759da9725f"
71
71
  }