create-velar 0.27.1 → 0.27.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 CHANGED
@@ -1,4 +1,4 @@
1
- export declare const VELAR_CREATE_VERSION = "0.27.1";
1
+ export declare const VELAR_CREATE_VERSION = "0.27.2";
2
2
  export declare const VELAR_PROJECT_FORMAT_VERSION = 2;
3
3
  /**
4
4
  * D110 rule 5 — the surface versions `velar create` writes into a new project's
package/dist/types.js CHANGED
@@ -1,4 +1,4 @@
1
- export const VELAR_CREATE_VERSION = "0.27.1";
1
+ export const VELAR_CREATE_VERSION = "0.27.2";
2
2
  export const VELAR_PROJECT_FORMAT_VERSION = 2;
3
3
  /**
4
4
  * D110 rule 5 — the surface versions `velar create` writes into a new project's
@@ -16,7 +16,7 @@ export const VELAR_PROJECT_FORMAT_VERSION = 2;
16
16
  * reaches this table in the same commit or not at all.
17
17
  */
18
18
  export const VELAR_TEMPLATE_SURFACE_VERSIONS = Object.freeze({
19
- core: "0.3",
19
+ core: "0.4",
20
20
  web: "0.11",
21
21
  node: "0.16",
22
22
  server: "0.15",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-velar",
3
- "version": "0.27.1",
3
+ "version": "0.27.2",
4
4
  "description": "Create reproducible VelarScript Web, Server, and Desktop applications plus documentation sites and source packages.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",