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