flowpilot 0.0.3 → 0.1.16
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/cli.js +0 -0
- package/package.json +12 -4
- package/dist/client/chunks/client--NE0zi4T.js +0 -1920
- package/dist/client/chunks/client-BF_WM329.js +0 -1904
- package/dist/client/chunks/client-BGmrOa8Y.js +0 -1946
- package/dist/client/chunks/client-BluVbVm8.js +0 -1952
- package/dist/client/chunks/client-C0KoXDjl.js +0 -1944
- package/dist/client/chunks/client-CDHibxXX.js +0 -1928
- package/dist/client/chunks/client-CLsT0Mu4.js +0 -1960
- package/dist/client/chunks/client-CT2KUspC.js +0 -1921
- package/dist/client/chunks/client-Cp__BVLw.js +0 -1944
- package/dist/client/chunks/client-DTD3V4tx.js +0 -1948
- package/dist/client/chunks/client-F7AJUX5n.js +0 -1965
- package/dist/client/chunks/client-J1BWGN98.js +0 -1949
- package/dist/client/chunks/client-LpHagnEc.js +0 -1931
- package/dist/client/chunks/client-flsn8fYd.js +0 -1954
- package/dist/client/chunks/client-ub-snoTu.js +0 -1922
- package/dist/client/chunks/client-um7et8ko.js +0 -1931
package/dist/cli.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flowpilot",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=22.13"
|
|
@@ -24,9 +24,10 @@
|
|
|
24
24
|
"dev": "rolldown -c rolldown.config.ts --watch",
|
|
25
25
|
"format": "biome format --write",
|
|
26
26
|
"test": "vitest",
|
|
27
|
-
"release
|
|
28
|
-
"release:
|
|
29
|
-
"release:
|
|
27
|
+
"release": "vitest run && pnpm build && bash scripts/bump-version.sh | xargs npm version && git push && git push --tags",
|
|
28
|
+
"release:patch": "vitest run && pnpm build && npm version patch && git push && git push --tags",
|
|
29
|
+
"release:minor": "vitest run && pnpm build && npm version minor && git push && git push --tags",
|
|
30
|
+
"release:major": "vitest run && pnpm build && npm version major && git push && git push --tags",
|
|
30
31
|
"postinstall": "node dist/cli.js serve",
|
|
31
32
|
"prepublishOnly": "pnpm build"
|
|
32
33
|
},
|
|
@@ -45,6 +46,13 @@
|
|
|
45
46
|
"devops"
|
|
46
47
|
],
|
|
47
48
|
"author": "Corazon",
|
|
49
|
+
"repository": {
|
|
50
|
+
"type": "git",
|
|
51
|
+
"url": "https://github.com/FriendsA/flowpilot"
|
|
52
|
+
},
|
|
53
|
+
"publishConfig": {
|
|
54
|
+
"provenance": true
|
|
55
|
+
},
|
|
48
56
|
"license": "ISC",
|
|
49
57
|
"dependencies": {
|
|
50
58
|
"@clack/prompts": "^1.4.0",
|