stacks 0.56.3 → 0.56.23
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/core/actions/package.json +3 -4
- package/core/ai/package.json +2 -2
- package/core/alias/build.config.ts +3 -3
- package/core/alias/package.json +6 -2
- package/core/analytics/package.json +2 -2
- package/core/arrays/package.json +2 -2
- package/core/auth/package.json +2 -2
- package/core/buddy/build.config.ts +0 -1
- package/core/buddy/package.json +2 -1
- package/core/build/build.config.ts +1 -4
- package/core/build/package.json +4 -4
- package/core/cache/package.json +2 -2
- package/core/chat/package.json +6 -6
- package/core/cli/build.config.ts +0 -3
- package/core/cli/package.json +1 -2
- package/core/cloud/package.json +2 -2
- package/core/collections/package.json +2 -2
- package/core/config/build.config.ts +1 -4
- package/core/config/package.json +1 -1
- package/core/database/build.config.ts +5 -5
- package/core/database/package.json +2 -2
- package/core/datetime/build.config.ts +2 -3
- package/core/datetime/package.json +2 -2
- package/core/desktop/package.json +2 -2
- package/core/development/build.config.ts +10 -7
- package/core/development/package.json +3 -3
- package/core/dns/build.config.ts +0 -4
- package/core/dns/package.json +1 -2
- package/core/docs/package.json +2 -2
- package/core/email/build.config.ts +2 -3
- package/core/email/package.json +13 -13
- package/core/error-handling/build.config.ts +5 -5
- package/core/error-handling/package.json +1 -2
- package/core/events/build.config.ts +2 -4
- package/core/events/package.json +1 -3
- package/core/faker/package.json +2 -2
- package/core/git/package.json +2 -2
- package/core/health/package.json +2 -2
- package/core/lint/package.json +3 -3
- package/core/logging/build.config.ts +16 -7
- package/core/logging/package.json +4 -6
- package/core/modules/package.json +1 -2
- package/core/notifications/build.config.ts +4 -3
- package/core/notifications/package.json +23 -23
- package/core/objects/build.config.ts +0 -4
- package/core/objects/package.json +2 -2
- package/core/orm/build.config.ts +2 -4
- package/core/orm/package.json +2 -2
- package/core/pages/package.json +2 -2
- package/core/path/build.config.ts +4 -2
- package/core/path/package.json +1 -2
- package/core/payments/package.json +2 -2
- package/core/push/package.json +4 -4
- package/core/query-builder/package.json +2 -2
- package/core/queue/package.json +2 -2
- package/core/realtime/package.json +2 -2
- package/core/repl/package.json +2 -2
- package/core/router/build.config.ts +0 -4
- package/core/router/package.json +2 -2
- package/core/scheduler/package.json +2 -2
- package/core/search-engine/build.config.ts +0 -4
- package/core/search-engine/package.json +2 -2
- package/core/security/build.config.ts +0 -4
- package/core/security/package.json +2 -2
- package/core/server/package.json +2 -3
- package/core/signals/package.json +2 -2
- package/core/slug/package.json +2 -2
- package/core/sms/package.json +12 -12
- package/core/storage/build.config.ts +2 -1
- package/core/storage/package.json +1 -2
- package/core/strings/build.config.ts +2 -4
- package/core/strings/package.json +2 -2
- package/core/testing/package.json +3 -3
- package/core/tinker/build.config.ts +2 -1
- package/core/tinker/package.json +9 -8
- package/core/tinker/src/index.ts +1 -1
- package/core/tinker/{tinker.js → src/tinker.ts} +1 -1
- package/core/types/build.config.ts +23 -10
- package/core/types/package.json +7 -6
- package/core/ui/package.json +3 -3
- package/core/utils/build.config.ts +1 -5
- package/core/utils/package.json +8 -8
- package/core/validation/build.config.ts +0 -4
- package/core/validation/package.json +2 -2
- package/core/vite-plugin/build.config.ts +0 -4
- package/core/vite-plugin/package.json +2 -2
- package/ide/vscode/.vscode/settings.json +12 -0
- package/package.json +91 -91
- package/stacks/dashboard/package.json +1 -0
- package/stacks/tables/build.config.ts +6 -8
- package/stacks/tinker/package.json +1 -0
- package/stacks/x-ray/package.json +1 -0
- package/views/desktop/package.json +7 -4
- package/ide/jetbrains/.fleet/run.json +0 -5
- package/ide/jetbrains/.idea/workspace.xml +0 -225
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/actions",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "The Stacks actions.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -236,7 +236,6 @@
|
|
|
236
236
|
"scripts": {
|
|
237
237
|
"build": "unbuild",
|
|
238
238
|
"dev": "unbuild --stub",
|
|
239
|
-
"prepublishOnly": "unbuild",
|
|
240
239
|
"typecheck": "tsc --noEmit"
|
|
241
240
|
},
|
|
242
241
|
"peerDependencies": {
|
|
@@ -252,7 +251,7 @@
|
|
|
252
251
|
"@stacksjs/types": "workspace:*",
|
|
253
252
|
"@stacksjs/utils": "workspace:*",
|
|
254
253
|
"markdown-it": "^13.0.1",
|
|
255
|
-
"vue-component-meta": "^1.8.
|
|
254
|
+
"vue-component-meta": "^1.8.3"
|
|
256
255
|
},
|
|
257
256
|
"dependencies": {
|
|
258
257
|
"@stacksjs/cli": "workspace:*",
|
|
@@ -269,7 +268,7 @@
|
|
|
269
268
|
"fast-glob": "^3.2.12",
|
|
270
269
|
"fs-extra": "^11.1.1",
|
|
271
270
|
"markdown-it": "^13.0.1",
|
|
272
|
-
"vue-component-meta": "^1.8.
|
|
271
|
+
"vue-component-meta": "^1.8.3"
|
|
273
272
|
},
|
|
274
273
|
"devDependencies": {
|
|
275
274
|
"@stacksjs/development": "workspace:*"
|
package/core/ai/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/ai",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "Stacks Artificial Intelligence.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"import": "./dist/openai.mjs"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
+
"main": "dist/index.mjs",
|
|
36
37
|
"module": "dist/index.mjs",
|
|
37
38
|
"types": "dist/index.d.ts",
|
|
38
39
|
"contributors": [
|
|
@@ -45,7 +46,6 @@
|
|
|
45
46
|
"scripts": {
|
|
46
47
|
"build": "unbuild .",
|
|
47
48
|
"dev": "unbuild --stub",
|
|
48
|
-
"prepublishOnly": "unbuild",
|
|
49
49
|
"typecheck": "tsc --noEmit"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { defineBuildConfig } from 'unbuild'
|
|
2
|
+
import { alias } from './src'
|
|
2
3
|
|
|
3
4
|
export default defineBuildConfig({
|
|
4
5
|
alias,
|
|
@@ -7,7 +8,6 @@ export default defineBuildConfig({
|
|
|
7
8
|
'./src/index',
|
|
8
9
|
],
|
|
9
10
|
|
|
10
|
-
|
|
11
|
-
clean: true,
|
|
11
|
+
clean: false, // logging, alias, development, storage, tinker, and path are all prerequisites for other packages—needed for the release process
|
|
12
12
|
declaration: true,
|
|
13
13
|
})
|
package/core/alias/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/alias",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "The Stacks aliases.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"import": "./dist/index.mjs"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
|
+
"main": "dist/index.mjs",
|
|
29
30
|
"module": "dist/index.mjs",
|
|
30
31
|
"types": "dist/index.d.ts",
|
|
31
32
|
"contributors": [
|
|
@@ -38,10 +39,13 @@
|
|
|
38
39
|
"scripts": {
|
|
39
40
|
"build": "unbuild",
|
|
40
41
|
"dev": "unbuild --stub",
|
|
41
|
-
"prepublishOnly": "unbuild",
|
|
42
42
|
"typecheck": "tsc --noEmit"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@stacksjs/path": "workspace:*"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"typescript": "^5.1.5",
|
|
49
|
+
"unbuild": "^1.2.1"
|
|
46
50
|
}
|
|
47
51
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/analytics",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "Stacks Analytics. Privacy-friendly.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"import": "./dist/fathom.mjs"
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
+
"main": "dist/index.mjs",
|
|
42
43
|
"module": "dist/index.mjs",
|
|
43
44
|
"types": "dist/index.d.ts",
|
|
44
45
|
"contributors": [
|
|
@@ -51,7 +52,6 @@
|
|
|
51
52
|
"scripts": {
|
|
52
53
|
"build": "unbuild",
|
|
53
54
|
"dev": "unbuild --stub",
|
|
54
|
-
"prepublishOnly": "unbuild",
|
|
55
55
|
"typecheck": "tsc --noEmit"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
package/core/arrays/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/arrays",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "The Stacks array utilities.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"import": "./dist/index.mjs"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
+
"main": "dist/index.mjs",
|
|
33
34
|
"module": "dist/index.mjs",
|
|
34
35
|
"types": "dist/index.d.ts",
|
|
35
36
|
"contributors": [
|
|
@@ -42,7 +43,6 @@
|
|
|
42
43
|
"scripts": {
|
|
43
44
|
"build": "unbuild",
|
|
44
45
|
"dev": "unbuild --stub",
|
|
45
|
-
"prepublishOnly": "unbuild",
|
|
46
46
|
"typecheck": "tsc --noEmit"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
package/core/auth/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/auth",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "A more simplistic way to authenticate.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"import": "./dist/index.mjs"
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
|
+
"main": "dist/index.mjs",
|
|
30
31
|
"module": "dist/index.mjs",
|
|
31
32
|
"types": "dist/index.d.ts",
|
|
32
33
|
"contributors": [
|
|
@@ -39,7 +40,6 @@
|
|
|
39
40
|
"scripts": {
|
|
40
41
|
"build": "unbuild",
|
|
41
42
|
"dev": "unbuild --stub",
|
|
42
|
-
"prepublishOnly": "unbuild",
|
|
43
43
|
"typecheck": "tsc --noEmit"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
package/core/buddy/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/buddy",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "Meet Buddy. The Stacks runtime.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"import": "./dist/cli.mjs"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
+
"main": "dist/index.mjs",
|
|
49
50
|
"module": "dist/index.mjs",
|
|
50
51
|
"types": "dist/index.d.ts",
|
|
51
52
|
"contributors": [
|
|
@@ -16,15 +16,12 @@ export default defineBuildConfig({
|
|
|
16
16
|
'@stacksjs/utils',
|
|
17
17
|
'@stacksjs/development',
|
|
18
18
|
'unocss',
|
|
19
|
+
'unocss/vite',
|
|
19
20
|
'defu',
|
|
20
21
|
'vite-plugin-mkcert',
|
|
21
22
|
'picocolors',
|
|
22
23
|
],
|
|
23
24
|
|
|
24
|
-
rollup: {
|
|
25
|
-
inlineDependencies: true,
|
|
26
|
-
},
|
|
27
|
-
|
|
28
25
|
clean: true,
|
|
29
26
|
declaration: true,
|
|
30
27
|
})
|
package/core/build/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/build",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "The Stacks framework build tools and configurations.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"import": "./dist/index.mjs"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
+
"main": "dist/index.mjs",
|
|
35
36
|
"module": "dist/index.mjs",
|
|
36
37
|
"types": "dist/index.d.ts",
|
|
37
38
|
"contributors": [
|
|
@@ -44,7 +45,6 @@
|
|
|
44
45
|
"scripts": {
|
|
45
46
|
"build": "unbuild",
|
|
46
47
|
"dev": "unbuild --stub",
|
|
47
|
-
"prepublishOnly": "unbuild",
|
|
48
48
|
"typecheck": "tsc --noEmit"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"unplugin-auto-import": "^0.16.4",
|
|
62
62
|
"unplugin-vue-components": "^0.25.1",
|
|
63
63
|
"vite": "^4.3.9",
|
|
64
|
-
"vite-plugin-inspect": "^0.7.
|
|
64
|
+
"vite-plugin-inspect": "^0.7.30",
|
|
65
65
|
"vite-plugin-pages": "^0.31.0",
|
|
66
66
|
"vite-plugin-pwa": "^0.16.4",
|
|
67
67
|
"vite-plugin-vue-layouts": "^0.8.0",
|
|
@@ -72,6 +72,6 @@
|
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@stacksjs/development": "workspace:*",
|
|
75
|
-
"vite-plugin-mkcert": "^1.
|
|
75
|
+
"vite-plugin-mkcert": "^1.16.0"
|
|
76
76
|
}
|
|
77
77
|
}
|
package/core/cache/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/cache",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "The Stacks way of caching.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"import": "./dist/dynamodb.mjs"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
+
"main": "dist/index.mjs",
|
|
51
52
|
"module": "dist/index.mjs",
|
|
52
53
|
"types": "dist/index.d.ts",
|
|
53
54
|
"contributors": [
|
|
@@ -60,7 +61,6 @@
|
|
|
60
61
|
"scripts": {
|
|
61
62
|
"build": "unbuild",
|
|
62
63
|
"dev": "unbuild --stub",
|
|
63
|
-
"prepublishOnly": "unbuild",
|
|
64
64
|
"typecheck": "tsc --noEmit"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
package/core/chat/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/chat",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "The Stacks Chat Integration. Easy sending of messages for chat services",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"import": "./dist/index.mjs"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
|
+
"main": "dist/index.mjs",
|
|
31
32
|
"module": "dist/index.mjs",
|
|
32
33
|
"types": "dist/index.d.ts",
|
|
33
34
|
"contributors": [
|
|
@@ -40,15 +41,14 @@
|
|
|
40
41
|
"scripts": {
|
|
41
42
|
"build": "unbuild",
|
|
42
43
|
"dev": "unbuild --stub",
|
|
43
|
-
"prepublishOnly": "unbuild",
|
|
44
44
|
"typecheck": "tsc --noEmit"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@novu/discord": "^0.16.
|
|
47
|
+
"@novu/discord": "^0.16.2",
|
|
48
48
|
"@novu/ms-teams": "^0.16.1",
|
|
49
|
-
"@novu/node": "^0.16.
|
|
50
|
-
"@novu/slack": "^0.16.
|
|
51
|
-
"@novu/stateless": "^0.16.
|
|
49
|
+
"@novu/node": "^0.16.2",
|
|
50
|
+
"@novu/slack": "^0.16.2",
|
|
51
|
+
"@novu/stateless": "^0.16.2",
|
|
52
52
|
"@stacksjs/cli": "workspace:*",
|
|
53
53
|
"@stacksjs/config": "workspace:*",
|
|
54
54
|
"@stacksjs/error-handling": "workspace:*",
|
package/core/cli/build.config.ts
CHANGED
package/core/cli/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "The simple way to create beautiful CLIs.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "unbuild",
|
|
50
50
|
"dev": "unbuild --stub",
|
|
51
|
-
"prepublishOnly": "unbuild",
|
|
52
51
|
"typecheck": "tsc --noEmit"
|
|
53
52
|
},
|
|
54
53
|
"peerDependencies": {
|
package/core/cloud/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/cloud",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "The Stacks cloud/serverless integration & implementation.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"import": "./dist/index.mjs"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
+
"main": "dist/index.mjs",
|
|
34
35
|
"module": "dist/index.mjs",
|
|
35
36
|
"types": "dist/index.d.ts",
|
|
36
37
|
"contributors": [
|
|
@@ -43,7 +44,6 @@
|
|
|
43
44
|
"scripts": {
|
|
44
45
|
"build": "unbuild",
|
|
45
46
|
"dev": "unbuild --stub",
|
|
46
|
-
"prepublishOnly": "unbuild",
|
|
47
47
|
"typecheck": "tsc --noEmit"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/collections",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "The Stacks collections.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"import": "./dist/index.mjs"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
+
"main": "dist/index.mjs",
|
|
34
35
|
"module": "dist/index.mjs",
|
|
35
36
|
"types": "dist/index.d.ts",
|
|
36
37
|
"contributors": [
|
|
@@ -43,7 +44,6 @@
|
|
|
43
44
|
"scripts": {
|
|
44
45
|
"build": "unbuild",
|
|
45
46
|
"dev": "unbuild --stub",
|
|
46
|
-
"prepublishOnly": "unbuild",
|
|
47
47
|
"typecheck": "tsc --noEmit"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
@@ -13,6 +13,7 @@ export default defineBuildConfig({
|
|
|
13
13
|
'@stacksjs/path',
|
|
14
14
|
'@stacksjs/types',
|
|
15
15
|
'@stacksjs/utils',
|
|
16
|
+
'@stacksjs/validation',
|
|
16
17
|
'@vinejs/vine',
|
|
17
18
|
'c12',
|
|
18
19
|
'macroable',
|
|
@@ -40,10 +41,6 @@ export default defineBuildConfig({
|
|
|
40
41
|
'yaml',
|
|
41
42
|
],
|
|
42
43
|
|
|
43
|
-
rollup: {
|
|
44
|
-
inlineDependencies: true,
|
|
45
|
-
},
|
|
46
|
-
|
|
47
44
|
declaration: true,
|
|
48
45
|
clean: true,
|
|
49
46
|
})
|
package/core/config/package.json
CHANGED
|
@@ -2,15 +2,15 @@ import { alias, defineBuildConfig } from '@stacksjs/development'
|
|
|
2
2
|
|
|
3
3
|
export default defineBuildConfig({
|
|
4
4
|
alias,
|
|
5
|
+
|
|
5
6
|
entries: [
|
|
6
7
|
'./src/index',
|
|
7
8
|
],
|
|
8
|
-
|
|
9
|
-
clean: true,
|
|
10
|
-
rollup: {
|
|
11
|
-
inlineDependencies: true,
|
|
12
|
-
},
|
|
9
|
+
|
|
13
10
|
externals: [
|
|
14
11
|
'@stacksjs/storage',
|
|
15
12
|
],
|
|
13
|
+
|
|
14
|
+
declaration: true,
|
|
15
|
+
clean: true,
|
|
16
16
|
})
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/database",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "The Stacks database integration.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"import": "./dist/index.mjs"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
|
+
"main": "dist/index.mjs",
|
|
35
36
|
"module": "dist/index.mjs",
|
|
36
37
|
"types": "dist/index.d.ts",
|
|
37
38
|
"contributors": [
|
|
@@ -44,7 +45,6 @@
|
|
|
44
45
|
"scripts": {
|
|
45
46
|
"build": "unbuild",
|
|
46
47
|
"dev": "unbuild --stub",
|
|
47
|
-
"prepublishOnly": "unbuild",
|
|
48
48
|
"typecheck": "tsc --noEmit"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/datetime",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "The Stacks datetime helpers.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"import": "./dist/index.mjs"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
+
"main": "dist/index.mjs",
|
|
33
34
|
"module": "dist/index.mjs",
|
|
34
35
|
"types": "dist/index.d.ts",
|
|
35
36
|
"contributors": [
|
|
@@ -42,7 +43,6 @@
|
|
|
42
43
|
"scripts": {
|
|
43
44
|
"build": "unbuild",
|
|
44
45
|
"dev": "unbuild --stub",
|
|
45
|
-
"prepublishOnly": "unbuild",
|
|
46
46
|
"typecheck": "tsc --noEmit"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/desktop",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "The Stacks Desktop engine.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"import": "./dist/index.mjs"
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
|
+
"main": "dist/index.mjs",
|
|
40
41
|
"module": "dist/index.mjs",
|
|
41
42
|
"types": "dist/index.d.ts",
|
|
42
43
|
"contributors": [
|
|
@@ -49,7 +50,6 @@
|
|
|
49
50
|
"scripts": {
|
|
50
51
|
"build": "unbuild",
|
|
51
52
|
"dev": "unbuild --stub",
|
|
52
|
-
"prepublishOnly": "unbuild",
|
|
53
53
|
"typecheck": "tsc --noEmit"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { alias, defineBuildConfig } from '
|
|
1
|
+
import { alias, defineBuildConfig } from './src'
|
|
2
2
|
|
|
3
3
|
export default defineBuildConfig({
|
|
4
4
|
alias,
|
|
@@ -7,16 +7,19 @@ export default defineBuildConfig({
|
|
|
7
7
|
'./src/index',
|
|
8
8
|
],
|
|
9
9
|
|
|
10
|
-
externals: [
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
// externals: [
|
|
11
|
+
// '@stacksjs/alias',
|
|
12
|
+
// '@stacksjs/logging',
|
|
13
|
+
// '@stacksjs/testing',
|
|
14
|
+
// '@stacksjs/tinker',
|
|
15
|
+
// '@stacksjs/types',
|
|
16
|
+
// 'unbuild',
|
|
17
|
+
// ],
|
|
15
18
|
|
|
16
19
|
rollup: {
|
|
17
20
|
inlineDependencies: true,
|
|
18
21
|
},
|
|
19
22
|
|
|
20
|
-
clean: false,
|
|
23
|
+
clean: false, // logging, alias, development, storage, tinker, and path are all prerequisites for other packages—needed for the release process
|
|
21
24
|
declaration: true,
|
|
22
25
|
})
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/development",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "The Stacks development dependencies.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"import": "./dist/index.mjs"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
+
"main": "dist/index.mjs",
|
|
34
35
|
"module": "dist/index.mjs",
|
|
35
36
|
"types": "dist/index.d.ts",
|
|
36
37
|
"contributors": [
|
|
@@ -42,7 +43,6 @@
|
|
|
42
43
|
"scripts": {
|
|
43
44
|
"build": "unbuild",
|
|
44
45
|
"dev": "unbuild --stub",
|
|
45
|
-
"prepublishOnly": "unbuild",
|
|
46
46
|
"typecheck": "tsc --noEmit"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@stacksjs/testing": "workspace:*",
|
|
52
52
|
"@stacksjs/tinker": "workspace:*",
|
|
53
53
|
"@stacksjs/types": "workspace:*",
|
|
54
|
-
"typescript": "^5.1.
|
|
54
|
+
"typescript": "^5.1.5",
|
|
55
55
|
"unbuild": "^1.2.1"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
package/core/dns/build.config.ts
CHANGED
package/core/dns/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/dns",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "Easily manage your DNS.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "unbuild",
|
|
46
46
|
"dev": "unbuild --stub",
|
|
47
|
-
"prepublishOnly": "unbuild",
|
|
48
47
|
"typecheck": "tsc --noEmit"
|
|
49
48
|
},
|
|
50
49
|
"dependencies": {
|
package/core/docs/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/docs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "The Stacks way to document.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"import": "./dist/index.mjs"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
|
+
"main": "dist/index.mjs",
|
|
31
32
|
"module": "dist/index.mjs",
|
|
32
33
|
"types": "dist/index.d.ts",
|
|
33
34
|
"contributors": [
|
|
@@ -40,7 +41,6 @@
|
|
|
40
41
|
"scripts": {
|
|
41
42
|
"build": "unbuild",
|
|
42
43
|
"dev": "unbuild --stub",
|
|
43
|
-
"prepublishOnly": "unbuild",
|
|
44
44
|
"typecheck": "tsc --noEmit"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|