stacks 0.49.2 → 0.49.3
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/buddy/package.json +3 -3
- package/buddy/src/commands/fresh.ts +1 -1
- package/buddy/src/commands/lint.ts +2 -2
- package/buddy/src/commands/release.ts +8 -0
- package/components/vue/package.json +1 -1
- package/components/web/package.json +1 -1
- package/core/actions/package.json +3 -3
- package/core/actions/src/helpers/utils.ts +1 -1
- package/core/actions/src/lint-fix.ts +1 -1
- package/core/ai/package.json +3 -3
- package/core/alias/package.json +3 -3
- package/core/arrays/package.json +3 -3
- package/core/auth/package.json +3 -3
- package/core/build/package.json +3 -3
- package/core/cache/package.json +4 -4
- package/core/chat/package.json +3 -3
- package/core/cli/package.json +3 -3
- package/core/cli/src/actions/run.ts +4 -1
- package/core/cloud/package.json +3 -3
- package/core/collections/package.json +3 -3
- package/core/config/package.json +3 -3
- package/core/dashboard/package.json +3 -3
- package/core/database/package.json +4 -4
- package/core/datetime/package.json +3 -3
- package/core/desktop/node_modules/.bin/tauri +2 -2
- package/core/desktop/package.json +4 -4
- package/core/docs/node_modules/.bin/vitepress +2 -2
- package/core/docs/package.json +4 -4
- package/core/domains/package.json +3 -3
- package/core/drivers/package.json +3 -3
- package/core/email/package.json +3 -3
- package/core/error-handling/package.json +3 -3
- package/core/events/package.json +3 -3
- package/core/git/node_modules/.bin/commitizen +2 -2
- package/core/git/node_modules/.bin/cz +2 -2
- package/core/git/node_modules/.bin/git-cz +2 -2
- package/core/git/package.json +3 -3
- package/core/health/package.json +3 -3
- package/core/lint/package.json +3 -3
- package/core/logging/package.json +3 -3
- package/core/modules/package.json +3 -3
- package/core/notifications/README.md +3 -0
- package/core/notifications/package.json +6 -5
- package/core/objects/package.json +3 -3
- package/core/path/package.json +3 -3
- package/core/payments/package.json +3 -3
- package/core/push/package.json +3 -4
- package/core/queue/README.md +59 -0
- package/core/{push/node_modules/.bin/maizzle → queue/node_modules/.bin/mkdist} +2 -2
- package/core/queue/node_modules/.bin/tsc +17 -0
- package/core/queue/node_modules/.bin/tsserver +17 -0
- package/core/queue/package.json +54 -0
- package/core/queue/src/index.ts +1 -0
- package/core/queue/tests/example.test.ts +7 -0
- package/core/realtime/package.json +3 -3
- package/core/router/package.json +3 -3
- package/core/search-engine/package.json +4 -4
- package/core/search-engine/src/index.ts +0 -1
- package/core/security/package.json +3 -3
- package/core/server/package.json +3 -3
- package/core/sms/package.json +3 -3
- package/core/storage/package.json +3 -3
- package/core/strings/package.json +3 -3
- package/core/tables/package.json +2 -2
- package/core/testing/node_modules/.bin/vitest +2 -2
- package/core/testing/package.json +6 -6
- package/core/types/node_modules/.bin/vitepress +2 -2
- package/core/types/package.json +5 -5
- package/core/types/src/cli.ts +1 -1
- package/core/types/src/notifications.ts +2 -2
- package/core/ui/package.json +3 -3
- package/core/utils/node_modules/.bin/rimraf +2 -2
- package/core/utils/package.json +7 -7
- package/core/x-ray/package.json +3 -3
- package/functions/package.json +1 -1
- package/package.json +4 -4
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/commitizen@4.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/commitizen@4.3.0/node_modules/commitizen/bin/git-cz" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/commitizen@4.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/commitizen@4.3.0/node_modules/commitizen/bin/git-cz" "$@"
|
|
17
17
|
fi
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/commitizen@4.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/commitizen@4.3.0/node_modules/commitizen/bin/git-cz" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/commitizen@4.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/commitizen@4.3.0/node_modules/commitizen/bin/git-cz" "$@"
|
|
17
17
|
fi
|
package/core/git/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/git",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks git utilities & conventions.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
37
|
"node": ">=v18.13.0",
|
|
38
|
-
"pnpm": ">=7.25.
|
|
38
|
+
"pnpm": ">=7.25.1"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
package/core/health/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/health",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks Health services.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
37
|
"node": ">=v18.13.0",
|
|
38
|
-
"pnpm": ">=7.25.
|
|
38
|
+
"pnpm": ">=7.25.1"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
package/core/lint/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/lint",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks way to lint.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
],
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=v18.13.0",
|
|
39
|
-
"pnpm": ">=7.25.
|
|
39
|
+
"pnpm": ">=7.25.1"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "mkdist -d",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/logging",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks logging system.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
37
|
"node": ">=v18.13.0",
|
|
38
|
-
"pnpm": ">=7.25.
|
|
38
|
+
"pnpm": ">=7.25.1"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/modules",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks framework modules.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
],
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": ">=v18.13.0",
|
|
35
|
-
"pnpm": ">=7.25.
|
|
35
|
+
"pnpm": ">=7.25.1"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "mkdist -d",
|
|
@@ -41,11 +41,13 @@ There are different option types for Chat, Email, and SMS drivers. To use any dr
|
|
|
41
41
|
|
|
42
42
|
```ts
|
|
43
43
|
interface ChatOptions {
|
|
44
|
+
providerName?: 'discord' | 'slack'
|
|
44
45
|
webhookUrl: string
|
|
45
46
|
content: string
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
interface EmailOptions {
|
|
50
|
+
providerName?: 'sendgrid' | 'emailjs' | 'mailjet' | 'mandrill' | 'netcore' | 'nodemailer' | 'postmark' | 'ses'
|
|
49
51
|
to: string | string[]
|
|
50
52
|
subject: string
|
|
51
53
|
html: string
|
|
@@ -56,6 +58,7 @@ interface EmailOptions {
|
|
|
56
58
|
}
|
|
57
59
|
|
|
58
60
|
interface SMSOptions {
|
|
61
|
+
providerName?: 'gupshup' | 'nexmo' | 'plivo' | 'sms77' | 'sns' | 'telnyx' | 'termii' | 'twilio'
|
|
59
62
|
to: string
|
|
60
63
|
content: string
|
|
61
64
|
from?: string
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/notifications",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks notifications integration.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"discord",
|
|
29
29
|
"webhooks",
|
|
30
30
|
"stacks",
|
|
31
|
-
"Maizzle",
|
|
32
31
|
"maizzle"
|
|
33
32
|
],
|
|
34
33
|
"main": "dist/index.mjs",
|
|
@@ -43,7 +42,7 @@
|
|
|
43
42
|
],
|
|
44
43
|
"engines": {
|
|
45
44
|
"node": ">=v18.13.0",
|
|
46
|
-
"pnpm": ">=7.25.
|
|
45
|
+
"pnpm": ">=7.25.1"
|
|
47
46
|
},
|
|
48
47
|
"scripts": {
|
|
49
48
|
"build": "unbuild",
|
|
@@ -52,7 +51,6 @@
|
|
|
52
51
|
"typecheck": "tsc --noEmit"
|
|
53
52
|
},
|
|
54
53
|
"peerDependencies": {
|
|
55
|
-
"@maizzle/framework": "^4.3.1",
|
|
56
54
|
"@novu/discord": "^0.10.2",
|
|
57
55
|
"@novu/emailjs": "^0.10.2",
|
|
58
56
|
"@novu/gupshup": "^0.10.2",
|
|
@@ -83,6 +81,9 @@
|
|
|
83
81
|
"@stacksjs/sms": "workspace:*",
|
|
84
82
|
"@stacksjs/types": "workspace:*"
|
|
85
83
|
},
|
|
84
|
+
"dependencies": {
|
|
85
|
+
"@maizzle/framework": "^4.3.1"
|
|
86
|
+
},
|
|
86
87
|
"devDependencies": {
|
|
87
88
|
"@stacksjs/testing": "workspace:*",
|
|
88
89
|
"mkdist": "^1.1.0",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/objects",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks objects.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
],
|
|
35
35
|
"engines": {
|
|
36
36
|
"node": ">=v18.13.0",
|
|
37
|
-
"pnpm": ">=7.25.
|
|
37
|
+
"pnpm": ">=7.25.1"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "mkdist -d",
|
package/core/path/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/path",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks path.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
],
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=v18.13.0",
|
|
39
|
-
"pnpm": ">=7.25.
|
|
39
|
+
"pnpm": ">=7.25.1"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "mkdist -d",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/payments",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks payments package. Currently supporting Stripe.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
],
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=v18.13.0",
|
|
39
|
-
"pnpm": ">=7.25.
|
|
39
|
+
"pnpm": ">=7.25.1"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "mkdist -d",
|
package/core/push/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/push",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks Push integration",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
37
|
"node": ">=v18.13.0",
|
|
38
|
-
"pnpm": ">=7.25.
|
|
38
|
+
"pnpm": ">=7.25.1"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
"typecheck": "tsc --noEmit"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@maizzle/framework": "^4.3.1",
|
|
48
47
|
"@novu/node": "^0.10.2",
|
|
49
48
|
"@novu/stateless": "^0.10.2",
|
|
50
49
|
"@stacksjs/cli": "workspace:*",
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# Stacks Router
|
|
2
|
+
|
|
3
|
+
This package contains the Stacks Router.
|
|
4
|
+
|
|
5
|
+
## ☘️ Features
|
|
6
|
+
|
|
7
|
+
wip
|
|
8
|
+
|
|
9
|
+
- ⚡️
|
|
10
|
+
|
|
11
|
+
wip
|
|
12
|
+
|
|
13
|
+
## 🤖 Usage
|
|
14
|
+
|
|
15
|
+
wip
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
pnpm i -D @stacksjs/actions
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
Now, you can use it in your project:
|
|
22
|
+
|
|
23
|
+
```js
|
|
24
|
+
import * as router from '@stacksjs/router'
|
|
25
|
+
|
|
26
|
+
// wip
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Learn more in the docs.
|
|
30
|
+
|
|
31
|
+
## 🧪 Testing
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
pnpm test
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## 📈 Changelog
|
|
38
|
+
|
|
39
|
+
Please see our [releases](https://github.com/stacksjs/stacks/releases) page for more information on what has changed recently.
|
|
40
|
+
|
|
41
|
+
## 💪🏼 Contributing
|
|
42
|
+
|
|
43
|
+
Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
|
|
44
|
+
|
|
45
|
+
## 🏝 Community
|
|
46
|
+
|
|
47
|
+
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
|
|
48
|
+
|
|
49
|
+
[Discussions on GitHub](https://github.com/stacksjs/stacks/discussions)
|
|
50
|
+
|
|
51
|
+
For casual chit-chat with others using this package:
|
|
52
|
+
|
|
53
|
+
[Join the Stacks Discord Server](https://discord.ow3.org)
|
|
54
|
+
|
|
55
|
+
## 📄 License
|
|
56
|
+
|
|
57
|
+
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.
|
|
58
|
+
|
|
59
|
+
Made with ❤️
|
|
@@ -11,7 +11,7 @@ else
|
|
|
11
11
|
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
12
|
fi
|
|
13
13
|
if [ -x "$basedir/node" ]; then
|
|
14
|
-
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.4/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.4/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
+
esac
|
|
7
|
+
|
|
8
|
+
if [ -z "$NODE_PATH" ]; then
|
|
9
|
+
export NODE_PATH="/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
10
|
+
else
|
|
11
|
+
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
|
+
fi
|
|
13
|
+
if [ -x "$basedir/node" ]; then
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/bin/tsc" "$@"
|
|
15
|
+
else
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/bin/tsc" "$@"
|
|
17
|
+
fi
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
+
esac
|
|
7
|
+
|
|
8
|
+
if [ -z "$NODE_PATH" ]; then
|
|
9
|
+
export NODE_PATH="/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
10
|
+
else
|
|
11
|
+
export NODE_PATH="$NODE_PATH:/home/runner/work/stacks/stacks/node_modules/.pnpm/node_modules"
|
|
12
|
+
fi
|
|
13
|
+
if [ -x "$basedir/node" ]; then
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/bin/tsserver" "$@"
|
|
15
|
+
else
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/bin/tsserver" "$@"
|
|
17
|
+
fi
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@stacksjs/queue",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
|
+
"description": "The Stacks Queue system.",
|
|
7
|
+
"author": "Chris Breuer",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"funding": "https://github.com/sponsors/chrisbbreuer",
|
|
10
|
+
"homepage": "https://github.com/stacksjs/stacks/tree/main/.stacks/core/queue#readme",
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
14
|
+
"directory": "./.stacks/core/queue"
|
|
15
|
+
},
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/stacksjs/stacks/issues"
|
|
18
|
+
},
|
|
19
|
+
"keywords": [
|
|
20
|
+
"queue",
|
|
21
|
+
"bee-queue",
|
|
22
|
+
"redis",
|
|
23
|
+
"upstash",
|
|
24
|
+
"stacks",
|
|
25
|
+
"framework",
|
|
26
|
+
"typescript",
|
|
27
|
+
"javascript"
|
|
28
|
+
],
|
|
29
|
+
"main": "dist/index.mjs",
|
|
30
|
+
"module": "dist/index.mjs",
|
|
31
|
+
"types": "dist/index.d.ts",
|
|
32
|
+
"contributors": [
|
|
33
|
+
"Chris Breuer <chris@ow3.org>"
|
|
34
|
+
],
|
|
35
|
+
"files": [
|
|
36
|
+
"dist",
|
|
37
|
+
"README.md"
|
|
38
|
+
],
|
|
39
|
+
"engines": {
|
|
40
|
+
"node": ">=v18.13.0",
|
|
41
|
+
"pnpm": ">=7.25.1"
|
|
42
|
+
},
|
|
43
|
+
"scripts": {
|
|
44
|
+
"build": "mkdist -d",
|
|
45
|
+
"dev": "mkdist -d",
|
|
46
|
+
"prepublishOnly": "pnpm run build",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@stacksjs/testing": "workspace:*",
|
|
51
|
+
"mkdist": "^1.1.0",
|
|
52
|
+
"typescript": "^4.9.4"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/realtime",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks realtime integration.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
37
|
"node": ">=v18.13.0",
|
|
38
|
-
"pnpm": ">=7.25.
|
|
38
|
+
"pnpm": ">=7.25.1"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
package/core/router/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/router",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks framework router.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
37
|
"node": ">=v18.13.0",
|
|
38
|
-
"pnpm": ">=7.25.
|
|
38
|
+
"pnpm": ">=7.25.1"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/search-engine",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks search engine integrations.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
],
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": ">=v18.13.0",
|
|
44
|
-
"pnpm": ">=7.25.
|
|
44
|
+
"pnpm": ">=7.25.1"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "mkdist -d",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@stacksjs/cli": "workspace:*",
|
|
54
54
|
"@stacksjs/config": "workspace:*",
|
|
55
|
-
"@vueuse/core": "^9.
|
|
55
|
+
"@vueuse/core": "^9.11.0",
|
|
56
56
|
"meilisearch": "^0.30.0",
|
|
57
57
|
"vue": "^3.2.45"
|
|
58
58
|
},
|
|
@@ -22,7 +22,6 @@ export const lastPageNumber = computed(() => table.lastPageNumber)
|
|
|
22
22
|
export const perPage = computed(() => table.perPage)
|
|
23
23
|
export const query = computed(() => table.query)
|
|
24
24
|
export const results = computed(() => table.results)
|
|
25
|
-
export const search = computed(() => table.search)
|
|
26
25
|
export const searchFilters = computed(() => table.searchFilters)
|
|
27
26
|
export const searchParams = computed(() => table.searchParams)
|
|
28
27
|
export const setTotalHits = computed(() => table.setTotalHits)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/security",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks framework security.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
],
|
|
35
35
|
"engines": {
|
|
36
36
|
"node": ">=v18.13.0",
|
|
37
|
-
"pnpm": ">=7.25.
|
|
37
|
+
"pnpm": ">=7.25.1"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "mkdist -d",
|
package/core/server/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/server",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "Local development and production-ready.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
],
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=v18.13.0",
|
|
40
|
-
"pnpm": ">=7.25.
|
|
40
|
+
"pnpm": ">=7.25.1"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "mkdist -d",
|
package/core/sms/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/sms",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
],
|
|
41
41
|
"engines": {
|
|
42
42
|
"node": ">=v18.13.0",
|
|
43
|
-
"pnpm": ">=7.25.
|
|
43
|
+
"pnpm": ">=7.25.1"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "mkdist -d",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/storage",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks file system.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
],
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=v18.13.0",
|
|
41
|
-
"pnpm": ">=7.25.
|
|
41
|
+
"pnpm": ">=7.25.1"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "mkdist -d",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/strings",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.49.
|
|
5
|
-
"packageManager": "pnpm@7.25.
|
|
4
|
+
"version": "0.49.3",
|
|
5
|
+
"packageManager": "pnpm@7.25.1",
|
|
6
6
|
"description": "The Stacks string utilities.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
],
|
|
47
47
|
"engines": {
|
|
48
48
|
"node": ">=v18.13.0",
|
|
49
|
-
"pnpm": ">=7.25.
|
|
49
|
+
"pnpm": ">=7.25.1"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "unbuild",
|
package/core/tables/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/tables",
|
|
3
|
-
"version": "0.49.
|
|
3
|
+
"version": "0.49.3",
|
|
4
4
|
"description": "The easy & modern way to work with tables. Facet filtering, searching, pagination, ...",
|
|
5
5
|
"author": "Open Web Labs",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"engines": {
|
|
30
30
|
"node": ">=v18.13.0",
|
|
31
|
-
"pnpm": ">=7.25.
|
|
31
|
+
"pnpm": ">=7.25.1"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"dev": "vite",
|