create-velar 0.23.1 → 0.23.2
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/types.d.ts +1 -1
- package/dist/types.js +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const VELAR_CREATE_VERSION = "0.23.
|
|
1
|
+
export declare const VELAR_CREATE_VERSION = "0.23.2";
|
|
2
2
|
export declare const VELAR_PROJECT_FORMAT_VERSION = 2;
|
|
3
3
|
export declare const VELAR_PROJECT_TEMPLATES: readonly ["web", "node", "desktop", "docs", "library", "component"];
|
|
4
4
|
export type VelarProjectTemplate = typeof VELAR_PROJECT_TEMPLATES[number];
|
package/dist/types.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const VELAR_CREATE_VERSION = "0.23.
|
|
1
|
+
export const VELAR_CREATE_VERSION = "0.23.2";
|
|
2
2
|
export const VELAR_PROJECT_FORMAT_VERSION = 2;
|
|
3
3
|
export const VELAR_PROJECT_TEMPLATES = Object.freeze(["web", "node", "desktop", "docs", "library", "component"]);
|
|
4
4
|
//# sourceMappingURL=types.js.map
|
package/package.json
CHANGED