stacks 0.39.1 → 0.41.1
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 +71 -70
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stacks",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
6
|
-
"description": "The Stacks
|
|
4
|
+
"version": "0.41.1",
|
|
5
|
+
"packageManager": "pnpm@7.16.0",
|
|
6
|
+
"description": "The Stacks runtime, named Buddy.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
13
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
14
|
-
"directory": "./.stacks/
|
|
14
|
+
"directory": "./.stacks/buddy"
|
|
15
15
|
},
|
|
16
16
|
"bugs": {
|
|
17
17
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
"bin": {
|
|
43
43
|
"stacks": "bin/stacks.mjs",
|
|
44
44
|
"stx": "bin/stacks.mjs",
|
|
45
|
-
"
|
|
45
|
+
"buddy": "bin/stacks.mjs",
|
|
46
|
+
"bud": "bin/stacks.mjs"
|
|
46
47
|
},
|
|
47
48
|
"files": [
|
|
48
49
|
"dist",
|
|
@@ -50,38 +51,38 @@
|
|
|
50
51
|
],
|
|
51
52
|
"engines": {
|
|
52
53
|
"node": ">=v18.12.1",
|
|
53
|
-
"pnpm": ">=7.
|
|
54
|
+
"pnpm": ">=7.16.0"
|
|
54
55
|
},
|
|
55
56
|
"dependencies": {
|
|
56
|
-
"@stacksjs/actions": "0.
|
|
57
|
-
"@stacksjs/arrays": "0.
|
|
58
|
-
"@stacksjs/build": "0.
|
|
59
|
-
"@stacksjs/cli": "0.
|
|
60
|
-
"@stacksjs/cloud": "0.
|
|
61
|
-
"@stacksjs/collections": "0.
|
|
62
|
-
"@stacksjs/config": "0.
|
|
63
|
-
"@stacksjs/docs": "0.
|
|
64
|
-
"@stacksjs/error-handling": "0.
|
|
65
|
-
"@stacksjs/git": "0.
|
|
66
|
-
"@stacksjs/lint": "0.
|
|
67
|
-
"@stacksjs/modules": "0.
|
|
68
|
-
"@stacksjs/objects": "0.
|
|
69
|
-
"@stacksjs/path": "0.
|
|
70
|
-
"@stacksjs/router": "0.
|
|
71
|
-
"@stacksjs/security": "0.
|
|
72
|
-
"@stacksjs/server": "0.
|
|
73
|
-
"@stacksjs/storage": "0.
|
|
74
|
-
"@stacksjs/strings": "0.
|
|
75
|
-
"@stacksjs/tests": "0.
|
|
76
|
-
"@stacksjs/types": "0.
|
|
77
|
-
"@stacksjs/ui": "0.
|
|
78
|
-
"@stacksjs/utils": "0.
|
|
79
|
-
"@stacksjs/x-ray": "0.
|
|
57
|
+
"@stacksjs/actions": "0.41.1",
|
|
58
|
+
"@stacksjs/arrays": "0.41.1",
|
|
59
|
+
"@stacksjs/build": "0.41.1",
|
|
60
|
+
"@stacksjs/cli": "0.41.1",
|
|
61
|
+
"@stacksjs/cloud": "0.41.1",
|
|
62
|
+
"@stacksjs/collections": "0.41.1",
|
|
63
|
+
"@stacksjs/config": "0.41.1",
|
|
64
|
+
"@stacksjs/docs": "0.41.1",
|
|
65
|
+
"@stacksjs/error-handling": "0.41.1",
|
|
66
|
+
"@stacksjs/git": "0.41.1",
|
|
67
|
+
"@stacksjs/lint": "0.41.1",
|
|
68
|
+
"@stacksjs/modules": "0.41.1",
|
|
69
|
+
"@stacksjs/objects": "0.41.1",
|
|
70
|
+
"@stacksjs/path": "0.41.1",
|
|
71
|
+
"@stacksjs/router": "0.41.1",
|
|
72
|
+
"@stacksjs/security": "0.41.1",
|
|
73
|
+
"@stacksjs/server": "0.41.1",
|
|
74
|
+
"@stacksjs/storage": "0.41.1",
|
|
75
|
+
"@stacksjs/strings": "0.41.1",
|
|
76
|
+
"@stacksjs/tests": "0.41.1",
|
|
77
|
+
"@stacksjs/types": "0.41.1",
|
|
78
|
+
"@stacksjs/ui": "0.41.1",
|
|
79
|
+
"@stacksjs/utils": "0.41.1",
|
|
80
|
+
"@stacksjs/x-ray": "0.41.1"
|
|
80
81
|
},
|
|
81
82
|
"devDependencies": {
|
|
82
83
|
"only-allow": "^1.1.1",
|
|
83
|
-
"pnpm": ">=7.
|
|
84
|
-
"typescript": "^4.
|
|
84
|
+
"pnpm": ">=7.16.0",
|
|
85
|
+
"typescript": "^4.9.3"
|
|
85
86
|
},
|
|
86
87
|
"config": {
|
|
87
88
|
"commitizen": {
|
|
@@ -90,27 +91,28 @@
|
|
|
90
91
|
},
|
|
91
92
|
"web-types": "./web-types.json",
|
|
92
93
|
"scripts": {
|
|
93
|
-
"
|
|
94
|
-
"
|
|
94
|
+
"buddy": "esno ./src/cli.ts",
|
|
95
|
+
"stacks": "pnpm run buddy",
|
|
96
|
+
"stx": "pnpm run buddy",
|
|
95
97
|
"preinstall": "npx only-allow pnpm",
|
|
96
|
-
"fresh": "pnpm
|
|
97
|
-
"clean": "pnpm
|
|
98
|
-
"update": "pnpm
|
|
99
|
-
"update:dependencies": "pnpm
|
|
100
|
-
"update:framework": "pnpm
|
|
101
|
-
"update:package-manager": "pnpm
|
|
102
|
-
"update:node": "pnpm
|
|
103
|
-
"update:all": "pnpm
|
|
104
|
-
"dev": "pnpm
|
|
98
|
+
"fresh": "pnpm buddy fresh",
|
|
99
|
+
"clean": "pnpm buddy clean",
|
|
100
|
+
"update": "pnpm buddy update",
|
|
101
|
+
"update:dependencies": "pnpm buddy update:dependencies",
|
|
102
|
+
"update:framework": "pnpm buddy update:framework",
|
|
103
|
+
"update:package-manager": "pnpm buddy update:package-manager",
|
|
104
|
+
"update:node": "pnpm buddy update:node",
|
|
105
|
+
"update:all": "pnpm buddy update:all",
|
|
106
|
+
"dev": "pnpm buddy dev",
|
|
105
107
|
"dev:components": "npx vite serve ./components/vue -c ./core/build/src/vue-components.ts",
|
|
106
|
-
"dev:core": "pnpm --filter '../**' --filter '!../
|
|
108
|
+
"dev:core": "pnpm --filter '../**' --filter '!../buddy/' dev",
|
|
107
109
|
"dev:docs": "vitepress dev ../apps/docs",
|
|
108
110
|
"dev:pages": "nitro dev",
|
|
109
|
-
"dev:functions": "pnpm
|
|
111
|
+
"dev:functions": "pnpm buddy dev:functions",
|
|
110
112
|
"development": "pnpm run dev",
|
|
111
|
-
"build": "pnpm
|
|
113
|
+
"build": "pnpm buddy build",
|
|
112
114
|
"build:bin": "pkg .",
|
|
113
|
-
"build:components": "pnpm
|
|
115
|
+
"build:components": "pnpm buddy build:components",
|
|
114
116
|
"build:vue-components": "npx vite build -c ./core/build/src/vue-components.ts",
|
|
115
117
|
"build:web-components": "npx vite build -c ./core/build/src/web-components.ts",
|
|
116
118
|
"build:functions": "npx vite build -c ./core/build/src/functions.ts",
|
|
@@ -133,48 +135,47 @@
|
|
|
133
135
|
"prod:pages": "pnpm run build:pages",
|
|
134
136
|
"prod:stacks": "pnpm run build:stacks",
|
|
135
137
|
"prod:all": "pnpm run build:all",
|
|
136
|
-
"deploy": "pnpm
|
|
137
|
-
"deploy:functions": "pnpm
|
|
138
|
-
"deploy:pages": "pnpm
|
|
139
|
-
"deploy:docs": "pnpm
|
|
140
|
-
"deploy:all": "pnpm
|
|
138
|
+
"deploy": "pnpm buddy deploy",
|
|
139
|
+
"deploy:functions": "pnpm buddy deploy:functions",
|
|
140
|
+
"deploy:pages": "pnpm buddy deploy:functions",
|
|
141
|
+
"deploy:docs": "pnpm buddy deploy:docs",
|
|
142
|
+
"deploy:all": "pnpm buddy deploy:all",
|
|
141
143
|
"example": "wip",
|
|
142
144
|
"example:vue": "pnpm run build:components && cd examples/vue && ln -sf ../../components/vue/dist dist && npx vite serve -c ../../core/build/example-vue.ts",
|
|
143
145
|
"example:web-components": "pnpm run build:web-components && cd examples/web && ln -sf ../../components/web/dist dist && npx vite serve -c ../../core/build/example-wc.ts",
|
|
144
146
|
"lint": "eslint ..",
|
|
145
147
|
"lint:fix": "eslint .. --fix",
|
|
146
|
-
"serve": "pnpm
|
|
148
|
+
"serve": "pnpm buddy serve",
|
|
147
149
|
"serve:pages": "pnpm run dev:pages",
|
|
148
150
|
"serve:functions": "pnpm run dev:functions",
|
|
149
|
-
"make": "pnpm
|
|
150
|
-
"make:component": "pnpm
|
|
151
|
-
"make:function": "pnpm
|
|
152
|
-
"make:database": "pnpm
|
|
153
|
-
"make:migration": "pnpm
|
|
154
|
-
"make:factory": "pnpm
|
|
155
|
-
"make:lang": "pnpm
|
|
156
|
-
"make:stack": "pnpm
|
|
157
|
-
"key": "pnpm
|
|
158
|
-
"key:generate": "pnpm
|
|
151
|
+
"make": "pnpm buddy make",
|
|
152
|
+
"make:component": "pnpm buddy make:component",
|
|
153
|
+
"make:function": "pnpm buddy make:function",
|
|
154
|
+
"make:database": "pnpm buddy make:migration",
|
|
155
|
+
"make:migration": "pnpm buddy make:migration",
|
|
156
|
+
"make:factory": "pnpm buddy make:factory",
|
|
157
|
+
"make:lang": "pnpm buddy make:lang",
|
|
158
|
+
"make:stack": "pnpm buddy make:stack",
|
|
159
|
+
"key": "pnpm buddy key",
|
|
160
|
+
"key:generate": "pnpm buddy key:generate",
|
|
159
161
|
"commit": "git cz",
|
|
160
|
-
"release": "esno ./core/actions/src/generate-package-json.ts && pnpm lint:fix && bumpp ./package.json ./core/**/package.json --execute 'pnpm run changelog' --all",
|
|
162
|
+
"release": "esno ./core/actions/src/generate-package-json.ts && pnpm lint:fix && bumpp ./package.json ./core/**/package.json ../package.json --execute 'pnpm run changelog' --all",
|
|
161
163
|
"changelog": "cd .. && conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
|
162
|
-
"generate": "pnpm
|
|
163
|
-
"generate:entries": "pnpm
|
|
164
|
+
"generate": "pnpm buddy generate",
|
|
165
|
+
"generate:entries": "pnpm buddy generate:entries",
|
|
164
166
|
"generate:vue-compat": "esno ./core/actions/src/generate-vue-compat.ts",
|
|
165
167
|
"generate:vscode-custom-data": "esno ./core/actions/src/generate-vscode-custom-data.ts",
|
|
166
168
|
"generate:web-types": "vue-docgen-web-types -c ./core/build/web-types.config.cjs",
|
|
167
169
|
"generate:component-meta": "esno ./core/actions/src/component-meta.ts",
|
|
168
170
|
"generate:ide-helpers": "esno ./core/actions/src/generate-ide-helpers.ts",
|
|
169
|
-
"generate:all": "pnpm
|
|
171
|
+
"generate:all": "pnpm buddy generate:all",
|
|
170
172
|
"types:generate": "vue-tsc --declaration --emitDeclarationOnly && esno ./core/actions/src/copy-types.ts",
|
|
171
173
|
"types:fix": "esno actions/src/fix-types.ts",
|
|
172
|
-
"add": "pnpm
|
|
174
|
+
"add": "pnpm buddy add",
|
|
173
175
|
"test": "vitest --config vitest.config.ts",
|
|
174
176
|
"test:unit": "wip",
|
|
175
177
|
"test:e2e": "wip",
|
|
176
178
|
"test:coverage": "vitest run --coverage --config vitest.config.ts",
|
|
177
|
-
"test:types": "vue-tsc --noEmit"
|
|
178
|
-
"artisan": "pnpm run stacks"
|
|
179
|
+
"test:types": "vue-tsc --noEmit"
|
|
179
180
|
}
|
|
180
181
|
}
|