@ketvietlab/ketjs 0.1.8 → 0.1.9

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.
@@ -11,7 +11,7 @@
11
11
  // exception someone has to remember.
12
12
  import { mkdirSync, writeFileSync, existsSync, readFileSync } from 'node:fs';
13
13
  import { join } from 'node:path';
14
- const VERSION = '0.1.8';
14
+ const VERSION = '0.1.9';
15
15
  const TEMPLATES = new URL('./templates/', import.meta.url);
16
16
  /** Template file → path it is written to, relative to the new project's directory. */
17
17
  const LAYOUT = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ketvietlab/ketjs",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Ket — a zero-dependency, module-composable, theme-driven fullstack framework for Node.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -51,7 +51,7 @@
51
51
  "ket": "dist/cli.js"
52
52
  },
53
53
  "dependencies": {
54
- "@ketvietlab/ketjs-view": "0.1.8"
54
+ "@ketvietlab/ketjs-view": "0.1.9"
55
55
  },
56
56
  "publishConfig": {
57
57
  "access": "public",