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
package/core/queue/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/queue",
|
|
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 Queue system.",
|
|
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
|
"devDependencies": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/realtime",
|
|
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 realtime integration.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"import": "./dist/index.mjs"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
|
+
"main": "dist/index.mjs",
|
|
32
33
|
"module": "dist/index.mjs",
|
|
33
34
|
"types": "dist/index.d.ts",
|
|
34
35
|
"contributors": [
|
|
@@ -41,7 +42,6 @@
|
|
|
41
42
|
"scripts": {
|
|
42
43
|
"build": "unbuild",
|
|
43
44
|
"dev": "unbuild --stub",
|
|
44
|
-
"prepublishOnly": "unbuild",
|
|
45
45
|
"typecheck": "tsc --noEmit"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
package/core/repl/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/repl",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "A Stacks optimized TS & Vue REPL.",
|
|
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
|
"contributors": [
|
|
35
36
|
"Chris Breuer <chris@ow3.org>"
|
|
@@ -41,7 +42,6 @@
|
|
|
41
42
|
"scripts": {
|
|
42
43
|
"build": "unbuild",
|
|
43
44
|
"dev": "unbuild --stub",
|
|
44
|
-
"prepublishOnly": "unbuild",
|
|
45
45
|
"typecheck": "tsc --noEmit"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
package/core/router/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/router",
|
|
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 router.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"import": "./dist/index.mjs"
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
|
+
"main": "dist/index.mjs",
|
|
32
33
|
"module": "dist/index.mjs",
|
|
33
34
|
"types": "dist/index.d.ts",
|
|
34
35
|
"contributors": [
|
|
@@ -41,7 +42,6 @@
|
|
|
41
42
|
"scripts": {
|
|
42
43
|
"build": "unbuild",
|
|
43
44
|
"dev": "unbuild --stub",
|
|
44
|
-
"prepublishOnly": "unbuild",
|
|
45
45
|
"typecheck": "tsc --noEmit"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/scheduler",
|
|
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 scheduler.",
|
|
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,7 +39,6 @@
|
|
|
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": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/search-engine",
|
|
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 search engine integrations.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"import": "./dist/index.mjs"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
|
+
"main": "dist/index.mjs",
|
|
38
39
|
"module": "dist/index.mjs",
|
|
39
40
|
"types": "dist/index.d.ts",
|
|
40
41
|
"contributors": [
|
|
@@ -47,7 +48,6 @@
|
|
|
47
48
|
"scripts": {
|
|
48
49
|
"build": "unbuild",
|
|
49
50
|
"dev": "unbuild --stub",
|
|
50
|
-
"prepublishOnly": "unbuild",
|
|
51
51
|
"typecheck": "tsc --noEmit"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/security",
|
|
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 security.",
|
|
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": {
|
package/core/server/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/server",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.56.
|
|
4
|
+
"version": "0.56.23",
|
|
5
5
|
"packageManager": "pnpm@8.6.5",
|
|
6
6
|
"description": "Local development and production-ready.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -44,14 +44,13 @@
|
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "unbuild",
|
|
46
46
|
"dev": "unbuild --stub",
|
|
47
|
-
"prepublishOnly": "unbuild",
|
|
48
47
|
"typecheck": "tsc --noEmit"
|
|
49
48
|
},
|
|
50
49
|
"peerDependencies": {
|
|
51
50
|
"@stacksjs/config": "workspace:*",
|
|
52
51
|
"@stacksjs/path": "workspace:*",
|
|
53
52
|
"@stacksjs/validation": "workspace:*",
|
|
54
|
-
"nitropack": "^2.5.
|
|
53
|
+
"nitropack": "^2.5.2",
|
|
55
54
|
"vite": "^4.3.9"
|
|
56
55
|
},
|
|
57
56
|
"devDependencies": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/signals",
|
|
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 signals integration, based on Maverick.",
|
|
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": {
|
package/core/slug/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/slug",
|
|
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 slug functionality.",
|
|
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": {
|
package/core/sms/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/sms",
|
|
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 SMS integration. Painlessly create & manage your inboxes, templates, and send sms.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"import": "./dist/index.mjs"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
|
+
"main": "dist/index.mjs",
|
|
37
38
|
"module": "dist/index.mjs",
|
|
38
39
|
"types": "dist/index.d.ts",
|
|
39
40
|
"contributors": [
|
|
@@ -46,20 +47,19 @@
|
|
|
46
47
|
"scripts": {
|
|
47
48
|
"build": "unbuild",
|
|
48
49
|
"dev": "unbuild --stub",
|
|
49
|
-
"prepublishOnly": "unbuild",
|
|
50
50
|
"typecheck": "tsc --noEmit"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@novu/gupshup": "^0.16.
|
|
54
|
-
"@novu/nexmo": "^0.16.
|
|
55
|
-
"@novu/node": "^0.16.
|
|
56
|
-
"@novu/plivo": "^0.16.
|
|
57
|
-
"@novu/sms77": "^0.16.
|
|
58
|
-
"@novu/sns": "^0.16.
|
|
59
|
-
"@novu/stateless": "^0.16.
|
|
60
|
-
"@novu/telnyx": "^0.16.
|
|
61
|
-
"@novu/termii": "^0.16.
|
|
62
|
-
"@novu/twilio": "^0.16.
|
|
53
|
+
"@novu/gupshup": "^0.16.2",
|
|
54
|
+
"@novu/nexmo": "^0.16.2",
|
|
55
|
+
"@novu/node": "^0.16.2",
|
|
56
|
+
"@novu/plivo": "^0.16.2",
|
|
57
|
+
"@novu/sms77": "^0.16.2",
|
|
58
|
+
"@novu/sns": "^0.16.2",
|
|
59
|
+
"@novu/stateless": "^0.16.2",
|
|
60
|
+
"@novu/telnyx": "^0.16.2",
|
|
61
|
+
"@novu/termii": "^0.16.2",
|
|
62
|
+
"@novu/twilio": "^0.16.2",
|
|
63
63
|
"@stacksjs/cli": "workspace:*",
|
|
64
64
|
"@stacksjs/config": "workspace:*",
|
|
65
65
|
"@stacksjs/error-handling": "workspace:*",
|
|
@@ -2,10 +2,11 @@ import { defineBuildConfig, alias } 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
|
|
|
9
|
-
clean:
|
|
10
|
+
clean: false, // logging, alias, development, storage, tinker, and path are all prerequisites for other packages—needed for the release process
|
|
10
11
|
declaration: true,
|
|
11
12
|
})
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/storage",
|
|
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 file system.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "unbuild",
|
|
47
47
|
"dev": "unbuild --stub",
|
|
48
|
-
"prepublishOnly": "unbuild",
|
|
49
48
|
"typecheck": "tsc --noEmit"
|
|
50
49
|
},
|
|
51
50
|
"peerDependencies": {
|
|
@@ -2,13 +2,11 @@ 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
|
],
|
|
9
|
+
|
|
8
10
|
declaration: true,
|
|
9
11
|
clean: true,
|
|
10
|
-
rollup: {
|
|
11
|
-
emitCJS: true,
|
|
12
|
-
inlineDependencies: true,
|
|
13
|
-
},
|
|
14
12
|
})
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/strings",
|
|
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 string utilities.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"import": "./dist/index.mjs"
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
+
"main": "dist/index.mjs",
|
|
43
44
|
"module": "dist/index.mjs",
|
|
44
45
|
"types": "dist/index.d.ts",
|
|
45
46
|
"contributors": [
|
|
@@ -52,7 +53,6 @@
|
|
|
52
53
|
"scripts": {
|
|
53
54
|
"build": "unbuild",
|
|
54
55
|
"dev": "unbuild --stub",
|
|
55
|
-
"prepublishOnly": "unbuild",
|
|
56
56
|
"typecheck": "tsc --noEmit"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/testing",
|
|
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 testing.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"import": "./dist/index.mjs"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
|
+
"main": "dist/index.mjs",
|
|
37
38
|
"module": "dist/index.mjs",
|
|
38
39
|
"types": "dist/index.d.ts",
|
|
39
40
|
"contributors": [
|
|
@@ -46,7 +47,6 @@
|
|
|
46
47
|
"scripts": {
|
|
47
48
|
"build": "unbuild",
|
|
48
49
|
"dev": "unbuild --stub",
|
|
49
|
-
"prepublishOnly": "unbuild",
|
|
50
50
|
"typecheck": "tsc --noEmit"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"vitest": "^0.32.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"typescript": "^5.1.
|
|
59
|
+
"typescript": "^5.1.5",
|
|
60
60
|
"unbuild": "^1.2.1"
|
|
61
61
|
}
|
|
62
62
|
}
|
|
@@ -5,8 +5,9 @@ export default defineBuildConfig({
|
|
|
5
5
|
|
|
6
6
|
entries: [
|
|
7
7
|
'./src/index',
|
|
8
|
+
'./src/tinker',
|
|
8
9
|
],
|
|
9
10
|
|
|
10
|
-
clean:
|
|
11
|
+
clean: false, // logging, alias, development, storage, tinker, and path are all prerequisites for other packages—needed for the release process
|
|
11
12
|
declaration: true,
|
|
12
13
|
})
|
package/core/tinker/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/tinker",
|
|
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 tinker.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -21,16 +21,18 @@
|
|
|
21
21
|
"repl",
|
|
22
22
|
"typescript",
|
|
23
23
|
"tsx",
|
|
24
|
+
"esno",
|
|
24
25
|
"zero-config",
|
|
25
26
|
"stacks"
|
|
26
27
|
],
|
|
27
|
-
"
|
|
28
|
-
"
|
|
28
|
+
"main": "./dist/index.mjs",
|
|
29
|
+
"module": "./dist/index.mjs",
|
|
30
|
+
"types": "./dist/index.d.ts",
|
|
29
31
|
"contributors": [
|
|
30
32
|
"Chris Breuer <chris@ow3.org>"
|
|
31
33
|
],
|
|
32
34
|
"bin": {
|
|
33
|
-
"tinker": "tinker.
|
|
35
|
+
"tinker": "./dist/tinker.mjs"
|
|
34
36
|
},
|
|
35
37
|
"files": [
|
|
36
38
|
"dist",
|
|
@@ -39,19 +41,18 @@
|
|
|
39
41
|
"scripts": {
|
|
40
42
|
"build": "unbuild",
|
|
41
43
|
"dev": "unbuild --stub",
|
|
42
|
-
"prepublishOnly": "unbuild",
|
|
43
44
|
"typecheck": "tsc --noEmit"
|
|
44
45
|
},
|
|
45
46
|
"peerDependencies": {
|
|
46
|
-
"@vue/repl": "^2.
|
|
47
|
+
"@vue/repl": "^2.4.0",
|
|
47
48
|
"tsx": "^3.12.7"
|
|
48
49
|
},
|
|
49
50
|
"dependencies": {
|
|
50
|
-
"@vue/repl": "^2.
|
|
51
|
+
"@vue/repl": "^2.4.0",
|
|
51
52
|
"tsx": "^3.12.7"
|
|
52
53
|
},
|
|
53
54
|
"devDependencies": {
|
|
54
|
-
"typescript": "^5.1.
|
|
55
|
+
"typescript": "^5.1.5",
|
|
55
56
|
"unbuild": "^1.2.1"
|
|
56
57
|
}
|
|
57
58
|
}
|
package/core/tinker/src/index.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@vue/repl'
|
|
1
|
+
export * as repl from '@vue/repl'
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import
|
|
2
|
+
import 'tsx/cli'
|
|
@@ -1,24 +1,37 @@
|
|
|
1
|
-
import type { BuildConfig } from '@stacksjs/development'
|
|
2
1
|
import { alias, defineBuildConfig } from '@stacksjs/development'
|
|
3
2
|
|
|
4
|
-
type Entries = BuildConfig['entries']
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
const
|
|
11
|
-
const
|
|
3
|
+
// type Entries = BuildConfig['entries']
|
|
4
|
+
// const entries: Entries = [{
|
|
5
|
+
// builder: 'mkdist',
|
|
6
|
+
// input: './src/index',
|
|
7
|
+
// outDir: './dist/',
|
|
8
|
+
// }]
|
|
9
|
+
// const buildEntries = devEntries
|
|
10
|
+
// const command = process.env.npm_lifecycle_script
|
|
11
|
+
// const entries: Entries = command?.includes('--stub') ? devEntries : buildEntries
|
|
12
12
|
|
|
13
13
|
export default defineBuildConfig({
|
|
14
14
|
alias,
|
|
15
15
|
|
|
16
|
-
entries
|
|
16
|
+
entries: [{
|
|
17
|
+
builder: 'mkdist',
|
|
18
|
+
input: './src/',
|
|
19
|
+
outDir: './dist/',
|
|
20
|
+
}],
|
|
17
21
|
|
|
18
22
|
externals: [
|
|
23
|
+
'@dinero.js/core',
|
|
19
24
|
'@stacksjs/utils',
|
|
25
|
+
'@dinero.js/currencies',
|
|
26
|
+
'dinero.js',
|
|
27
|
+
'perfect-debounce',
|
|
28
|
+
'rimraf',
|
|
20
29
|
],
|
|
21
30
|
|
|
31
|
+
// rollup: {
|
|
32
|
+
// inlineDependencies: true,
|
|
33
|
+
// },
|
|
34
|
+
|
|
22
35
|
clean: true,
|
|
23
36
|
declaration: true,
|
|
24
37
|
})
|
package/core/types/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/types",
|
|
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 types.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"./*": "./*"
|
|
31
31
|
},
|
|
32
|
+
"main": "dist/index.mjs",
|
|
32
33
|
"module": "dist/index.mjs",
|
|
33
34
|
"types": "dist/index.d.ts",
|
|
34
35
|
"contributors": [
|
|
@@ -39,9 +40,9 @@
|
|
|
39
40
|
"README.md"
|
|
40
41
|
],
|
|
41
42
|
"scripts": {
|
|
42
|
-
"build": "
|
|
43
|
+
"build": "mkdist",
|
|
43
44
|
"dev": "unbuild --stub",
|
|
44
|
-
"prepublishOnly": "
|
|
45
|
+
"prepublishOnly": "mkdist",
|
|
45
46
|
"typecheck": "tsc --noEmit"
|
|
46
47
|
},
|
|
47
48
|
"peerDependencies": {
|
|
@@ -51,7 +52,7 @@
|
|
|
51
52
|
"@mdit-vue/plugin-component": "^0.12.0",
|
|
52
53
|
"@mdit-vue/plugin-frontmatter": "^0.12.0",
|
|
53
54
|
"@mdit-vue/types": "^0.12.0",
|
|
54
|
-
"@novu/stateless": "^0.16.
|
|
55
|
+
"@novu/stateless": "^0.16.2",
|
|
55
56
|
"@rollup/pluginutils": "^5.0.2",
|
|
56
57
|
"@types/bcryptjs": "^2.4.2",
|
|
57
58
|
"@types/crypto-js": "^4.1.1",
|
|
@@ -73,7 +74,7 @@
|
|
|
73
74
|
"unplugin-auto-import": "^0.16.4",
|
|
74
75
|
"unplugin-vue-components": "^0.25.1",
|
|
75
76
|
"vite": "^4.3.9",
|
|
76
|
-
"vite-plugin-inspect": "^0.7.
|
|
77
|
+
"vite-plugin-inspect": "^0.7.30",
|
|
77
78
|
"vite-plugin-pwa": "^0.16.4",
|
|
78
79
|
"vite-plugin-vue-layouts": "^0.8.0",
|
|
79
80
|
"vite-ssg": "^0.22.2",
|
|
@@ -81,7 +82,7 @@
|
|
|
81
82
|
"vue": "^3.3.4"
|
|
82
83
|
},
|
|
83
84
|
"devDependencies": {
|
|
84
|
-
"typescript": "^5.1.
|
|
85
|
+
"typescript": "^5.1.5",
|
|
85
86
|
"unbuild": "^1.2.1"
|
|
86
87
|
}
|
|
87
88
|
}
|
package/core/ui/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/ui",
|
|
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 atomic UI engine, powered by UnoCSS.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"import": "./dist/unocss.mjs"
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
|
+
"main": "dist/index.mjs",
|
|
39
40
|
"module": "dist/index.mjs",
|
|
40
41
|
"types": "dist/index.d.ts",
|
|
41
42
|
"contributors": [
|
|
@@ -48,7 +49,6 @@
|
|
|
48
49
|
"scripts": {
|
|
49
50
|
"build": "unbuild",
|
|
50
51
|
"dev": "unbuild --stub",
|
|
51
|
-
"prepublishOnly": "unbuild",
|
|
52
52
|
"typecheck": "tsc --noEmit"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"pinia": "^2.1.4",
|
|
62
62
|
"unocss": "^0.53.4",
|
|
63
63
|
"vue": "^3.3.4",
|
|
64
|
-
"vue-tsc": "^1.8.
|
|
64
|
+
"vue-tsc": "^1.8.3"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@stacksjs/development": "workspace:*"
|
|
@@ -31,10 +31,6 @@ export default defineBuildConfig({
|
|
|
31
31
|
'yaml',
|
|
32
32
|
],
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
inlineDependencies: true,
|
|
36
|
-
},
|
|
37
|
-
|
|
38
|
-
clean: true,
|
|
34
|
+
clean: false, // logging, alias, development, storage, tinker, and path are all prerequisites for other packages—needed for the release process
|
|
39
35
|
declaration: true,
|
|
40
36
|
})
|