create-vatts-app 1.2.0-canary → 1.2.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.
@@ -30,6 +30,7 @@ async function buildPackageJson(ctx) {
30
30
  scripts: {
31
31
  start: "vatts start",
32
32
  dev: "vatts dev",
33
+ build: "vatts build",
33
34
  },
34
35
  dependencies: {
35
36
  vatts: `^${version}`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vatts-app",
3
- "version": "1.2.0-canary",
3
+ "version": "1.2.0",
4
4
  "description": "CLI tool to create a new Vatts.js application",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "commander": "^14.0.2",
29
29
  "ts-node": "^10.9.2",
30
- "vatts": "2.1.0-canary.2"
30
+ "vatts": "2.1.1"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rimraf dist && tsc",