create-harper 1.5.6 → 1.5.8
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/package.json
CHANGED
|
@@ -6,20 +6,20 @@
|
|
|
6
6
|
"scripts": {
|
|
7
7
|
"agent:run": "npx -y @harperfast/agent@latest",
|
|
8
8
|
"agent:skills:update": "npx -y skills@latest add harperfast/skills --all --yes",
|
|
9
|
-
"start": "
|
|
10
|
-
"dev": "
|
|
9
|
+
"start": "harper run .",
|
|
10
|
+
"dev": "harper dev .",
|
|
11
11
|
"lint": "eslint .",
|
|
12
12
|
"format": "prettier --write .",
|
|
13
13
|
"test": "node --test test/*.test.js",
|
|
14
14
|
"test:watch": "node --watch --test test/*.test.js",
|
|
15
15
|
"build": "vite build",
|
|
16
16
|
"deploy": "rm -Rf deploy && npm run build && mkdir deploy && mv web deploy/ && cp -R deploy-template/* deploy/ && cp -R schemas resources deploy/ && dotenv -- npm run deploy:component && rm -Rf deploy",
|
|
17
|
-
"deploy:component": "(cd deploy &&
|
|
17
|
+
"deploy:component": "(cd deploy && harper deploy_component . project=web restart=rolling replicated=true)"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@eslint/js": "^10.0.1",
|
|
21
21
|
"@harperfast/schema-codegen": "^1.0.9",
|
|
22
|
-
"@harperfast/vite-plugin": "^0.0
|
|
22
|
+
"@harperfast/vite-plugin": "^0.1.0",
|
|
23
23
|
"@vitejs/plugin-react": "^6.0.1",
|
|
24
24
|
"dotenv-cli": "^11.0.0",
|
|
25
25
|
"eslint": "^10.0.2",
|
|
@@ -6,20 +6,20 @@
|
|
|
6
6
|
"scripts": {
|
|
7
7
|
"agent:run": "npx -y @harperfast/agent@latest",
|
|
8
8
|
"agent:skills:update": "npx -y skills@latest add harperfast/skills --all --yes",
|
|
9
|
-
"start": "
|
|
10
|
-
"dev": "
|
|
9
|
+
"start": "harper run .",
|
|
10
|
+
"dev": "harper dev .",
|
|
11
11
|
"lint": "eslint .",
|
|
12
12
|
"format": "prettier --write .",
|
|
13
13
|
"test": "node --test test/*.test.ts",
|
|
14
14
|
"test:watch": "node --watch --test test/*.test.ts",
|
|
15
15
|
"build": "vite build",
|
|
16
16
|
"deploy": "rm -Rf deploy && npm run build && mkdir deploy && mv web deploy/ && cp -R deploy-template/* deploy/ && cp -R schemas resources deploy/ && dotenv -- npm run deploy:component && rm -Rf deploy",
|
|
17
|
-
"deploy:component": "(cd deploy &&
|
|
17
|
+
"deploy:component": "(cd deploy && harper deploy_component . project=web restart=rolling replicated=true)"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@eslint/js": "^10.0.1",
|
|
21
21
|
"@harperfast/schema-codegen": "^1.0.9",
|
|
22
|
-
"@harperfast/vite-plugin": "^0.0
|
|
22
|
+
"@harperfast/vite-plugin": "^0.1.0",
|
|
23
23
|
"@types/node": "^24.10.1",
|
|
24
24
|
"@types/react": "^19.2.10",
|
|
25
25
|
"@types/react-dom": "^19.2.3",
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
"scripts": {
|
|
7
7
|
"agent:run": "npx -y @harperfast/agent@latest",
|
|
8
8
|
"agent:skills:update": "npx -y skills@latest add harperfast/skills --all --yes",
|
|
9
|
-
"start": "
|
|
10
|
-
"dev": "
|
|
9
|
+
"start": "harper run .",
|
|
10
|
+
"dev": "harper dev .",
|
|
11
11
|
"lint": "eslint .",
|
|
12
12
|
"format": "prettier --write .",
|
|
13
13
|
"test": "node --test test/*.test.js",
|
|
14
14
|
"test:watch": "node --watch --test test/*.test.js",
|
|
15
15
|
"deploy": "dotenv -- npm run deploy:component",
|
|
16
|
-
"deploy:component": "
|
|
16
|
+
"deploy:component": "harper deploy_component . restart=rolling replicated=true"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@eslint/js": "^10.0.1",
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
"scripts": {
|
|
7
7
|
"agent:run": "npx -y @harperfast/agent@latest",
|
|
8
8
|
"agent:skills:update": "npx -y skills@latest add harperfast/skills --all --yes",
|
|
9
|
-
"start": "
|
|
10
|
-
"dev": "
|
|
9
|
+
"start": "harper run .",
|
|
10
|
+
"dev": "harper dev .",
|
|
11
11
|
"lint": "eslint .",
|
|
12
12
|
"format": "prettier --write .",
|
|
13
13
|
"test": "node --test test/*.test.js",
|
|
14
14
|
"test:watch": "node --watch --test test/*.test.js",
|
|
15
15
|
"deploy": "dotenv -- npm run deploy:component",
|
|
16
|
-
"deploy:component": "
|
|
16
|
+
"deploy:component": "harper deploy_component . restart=rolling replicated=true"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@eslint/js": "^10.0.1",
|
|
@@ -6,20 +6,20 @@
|
|
|
6
6
|
"scripts": {
|
|
7
7
|
"agent:run": "npx -y @harperfast/agent@latest",
|
|
8
8
|
"agent:skills:update": "npx -y skills@latest add harperfast/skills --all --yes",
|
|
9
|
-
"start": "
|
|
10
|
-
"dev": "
|
|
9
|
+
"start": "harper run .",
|
|
10
|
+
"dev": "harper dev .",
|
|
11
11
|
"lint": "eslint .",
|
|
12
12
|
"format": "prettier --write .",
|
|
13
13
|
"test": "node --test test/*.test.js",
|
|
14
14
|
"test:watch": "node --watch --test test/*.test.js",
|
|
15
15
|
"build": "vite build",
|
|
16
16
|
"deploy": "rm -Rf deploy && npm run build && mkdir deploy && mv web deploy/ && cp -R deploy-template/* deploy/ && cp -R schemas resources deploy/ && dotenv -- npm run deploy:component && rm -Rf deploy",
|
|
17
|
-
"deploy:component": "(cd deploy &&
|
|
17
|
+
"deploy:component": "(cd deploy && harper deploy_component . project=web restart=rolling replicated=true)"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@eslint/js": "^10.0.1",
|
|
21
21
|
"@harperfast/schema-codegen": "^1.0.9",
|
|
22
|
-
"@harperfast/vite-plugin": "^0.0
|
|
22
|
+
"@harperfast/vite-plugin": "^0.1.0",
|
|
23
23
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
24
24
|
"dotenv-cli": "^11.0.0",
|
|
25
25
|
"eslint": "^10.0.2",
|
|
@@ -6,20 +6,20 @@
|
|
|
6
6
|
"scripts": {
|
|
7
7
|
"agent:run": "npx -y @harperfast/agent@latest",
|
|
8
8
|
"agent:skills:update": "npx -y skills@latest add harperfast/skills --all --yes",
|
|
9
|
-
"start": "
|
|
10
|
-
"dev": "
|
|
9
|
+
"start": "harper run .",
|
|
10
|
+
"dev": "harper dev .",
|
|
11
11
|
"lint": "eslint .",
|
|
12
12
|
"format": "prettier --write .",
|
|
13
13
|
"test": "node --test test/*.test.ts",
|
|
14
14
|
"test:watch": "node --watch --test test/*.test.ts",
|
|
15
15
|
"build": "vite build",
|
|
16
16
|
"deploy": "rm -Rf deploy && npm run build && mkdir deploy && mv web deploy/ && cp -R deploy-template/* deploy/ && cp -R schemas resources deploy/ && dotenv -- npm run deploy:component && rm -Rf deploy",
|
|
17
|
-
"deploy:component": "(cd deploy &&
|
|
17
|
+
"deploy:component": "(cd deploy && harper deploy_component . project=web restart=rolling replicated=true)"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@eslint/js": "^10.0.1",
|
|
21
21
|
"@harperfast/schema-codegen": "^1.0.9",
|
|
22
|
-
"@harperfast/vite-plugin": "^0.0
|
|
22
|
+
"@harperfast/vite-plugin": "^0.1.0",
|
|
23
23
|
"@types/node": "^24.10.1",
|
|
24
24
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
25
25
|
"dotenv-cli": "^11.0.0",
|