@stoker-platform/cli 0.5.12 → 0.5.14
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/init-files/bin/build.js +0 -0
- package/init-files/package.json +2 -1
- package/lib/package.json +2 -2
- package/package.json +1 -1
package/init-files/bin/build.js
CHANGED
|
File without changes
|
package/init-files/package.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"scripts": {
|
|
8
8
|
"clean:lib": "rm -rf lib",
|
|
9
9
|
"clean:functions": "rm -rf functions/lib",
|
|
10
|
-
"dev": "
|
|
10
|
+
"dev:assets": "npm run clean:lib && tsc && cp -r src/. web-app/src/assets/system-custom && cp lib/main.js web-app/src/assets/system-custom/main.js",
|
|
11
|
+
"dev": "concurrently \"bash -c 'nodemon --quiet --watch src --ext ts,tsx,js,json --exec \\\"npm run dev:assets\\\"'\" \"bash -c 'npm --prefix functions run build:watch'\"",
|
|
11
12
|
"web:dev": "cd web-app && npm run dev",
|
|
12
13
|
"prestart": "npm run build && npx stoker build-web-app && rm -rf web-app && mkdir web-app && cp -r node_modules/@stoker-platform/web-app/. web-app/ && stoker apply",
|
|
13
14
|
"start": "concurrently \"npm run dev\" \"npm run web:dev\" \"stoker start\"",
|
package/lib/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stoker-platform/cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"main": "./lib/src/main.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@google-cloud/secret-manager": "^6.1.1",
|
|
25
25
|
"@google-cloud/storage": "^7.18.0",
|
|
26
26
|
"@inquirer/prompts": "^8.1.0",
|
|
27
|
-
"@stoker-platform/node-client": "0.5.
|
|
27
|
+
"@stoker-platform/node-client": "0.5.9",
|
|
28
28
|
"@stoker-platform/types": "0.5.4",
|
|
29
29
|
"@stoker-platform/utils": "0.5.5",
|
|
30
30
|
"algoliasearch": "^5.46.2",
|