cam-fe-code-generator 1.2.1 → 1.3.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.
package/dist/templates/init.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const CONFIG_FILE_NAME = "cam.config.json";
|
|
2
|
-
export declare const CONFIG_FILE_CONTENT = "\n{\n \"services\": {},\n \"outDir\": \"cam-auto-generate\",\n \"generateConfig\": {}\n}\n";
|
|
2
|
+
export declare const CONFIG_FILE_CONTENT = "\n{\n \"services\": {},\n \"outDir\": \"src/cam-auto-generate\",\n \"generateConfig\": {}\n}\n";
|
|
3
3
|
//# sourceMappingURL=init.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../src/templates/init.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,oBAAoB,CAAC;AAElD,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../src/templates/init.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,oBAAoB,CAAC;AAElD,eAAO,MAAM,mBAAmB,sGAM/B,CAAC"}
|
package/dist/templates/init.js
CHANGED
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.
|
|
1
|
+
export declare const VERSION = "1.3.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.js
CHANGED