@cedarjs/api 1.0.0-canary.13002 → 1.0.0-canary.13003
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/bins/cfw.d.ts +3 -0
- package/dist/bins/cfw.d.ts.map +1 -0
- package/dist/cjs/bins/cfw.d.ts +3 -0
- package/dist/cjs/bins/cfw.d.ts.map +1 -0
- package/dist/cjs/bins/{rwfw.js → cfw.js} +1 -1
- package/package.json +4 -4
- package/dist/bins/rwfw.d.ts +0 -3
- package/dist/bins/rwfw.d.ts.map +0 -1
- package/dist/cjs/bins/rwfw.d.ts +0 -3
- package/dist/cjs/bins/rwfw.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cfw.d.ts","sourceRoot":"","sources":["../../src/bins/cfw.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cfw.d.ts","sourceRoot":"","sources":["../../../src/bins/cfw.ts"],"names":[],"mappings":""}
|
|
@@ -29,7 +29,7 @@ const cliPackageJsonFileUrl = (0, import_node_url.pathToFileURL)(
|
|
|
29
29
|
);
|
|
30
30
|
const requireFromCli = (0, import_node_module.createRequire)(cliPackageJsonFileUrl);
|
|
31
31
|
const bins = requireFromCli("./package.json")["bin"];
|
|
32
|
-
const cliEntryPointUrl = new URL(bins["
|
|
32
|
+
const cliEntryPointUrl = new URL(bins["cfw"], cliPackageJsonFileUrl);
|
|
33
33
|
if (process.env.PROJECT_CWD) {
|
|
34
34
|
process.chdir(process.env.PROJECT_CWD);
|
|
35
35
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/api",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.13003+1e88dffa3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"bin": {
|
|
67
67
|
"cedar": "./dist/cjs/bins/cedar.js",
|
|
68
68
|
"cedarjs": "./dist/cjs/bins/cedar.js",
|
|
69
|
+
"cfw": "./dist/cjs/bins/cfw.js",
|
|
69
70
|
"redwood": "./dist/cjs/bins/redwood.js",
|
|
70
71
|
"rw": "./dist/cjs/bins/redwood.js",
|
|
71
|
-
"rwfw": "./dist/cjs/bins/rwfw.js",
|
|
72
72
|
"tsc": "./dist/cjs/bins/tsc.js"
|
|
73
73
|
},
|
|
74
74
|
"files": [
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"title-case": "3.0.3"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@cedarjs/framework-tools": "1.0.0-canary.
|
|
100
|
+
"@cedarjs/framework-tools": "1.0.0-canary.13003",
|
|
101
101
|
"@types/aws-lambda": "8.10.159",
|
|
102
102
|
"@types/jsonwebtoken": "9.0.10",
|
|
103
103
|
"@types/memjs": "1",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"publishConfig": {
|
|
129
129
|
"access": "public"
|
|
130
130
|
},
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "1e88dffa36c1f082855af6c93425b30464aa7ec7"
|
|
132
132
|
}
|
package/dist/bins/rwfw.d.ts
DELETED
package/dist/bins/rwfw.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rwfw.d.ts","sourceRoot":"","sources":["../../src/bins/rwfw.ts"],"names":[],"mappings":""}
|
package/dist/cjs/bins/rwfw.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rwfw.d.ts","sourceRoot":"","sources":["../../../src/bins/rwfw.ts"],"names":[],"mappings":""}
|