stacks 0.48.2 → 0.49.0
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/README.md +13 -13
- package/buddy/README.md +13 -13
- package/buddy/node_modules/.bin/unbuild +2 -2
- package/buddy/package.json +5 -5
- package/buddy/src/cli.ts +2 -3
- package/buddy/src/commands/build.ts +2 -2
- package/buddy/src/commands/changelog.ts +1 -1
- package/buddy/src/commands/create.ts +1 -1
- package/buddy/src/commands/dev.ts +13 -4
- package/buddy/src/commands/fresh.ts +1 -1
- package/buddy/src/commands/key.ts +1 -1
- package/buddy/src/commands/lint.ts +1 -1
- package/buddy/src/commands/make.ts +1 -1
- package/buddy/src/commands/release.ts +1 -1
- package/buddy/src/commands/test.ts +6 -6
- package/buddy/src/index.ts +1 -1
- package/components/vue/main.ts +1 -1
- package/components/vue/package.json +1 -1
- package/components/web/package.json +1 -1
- package/components.d.ts +0 -3
- package/core/actions/node_modules/.bin/mkdist +2 -2
- package/core/actions/package.json +6 -6
- package/core/actions/src/build-core.ts +1 -1
- package/core/actions/src/dev-components.ts +5 -0
- package/core/actions/src/dev.ts +5 -0
- package/core/actions/src/helpers/package-json.ts +1 -1
- package/core/actions/src/helpers/utils.ts +5 -1
- package/core/actions/src/update.ts +4 -4
- package/core/ai/node_modules/.bin/mkdist +2 -2
- package/core/ai/package.json +5 -5
- package/core/alias/node_modules/.bin/mkdist +2 -2
- package/core/alias/package.json +5 -5
- package/core/arrays/node_modules/.bin/mkdist +2 -2
- package/core/arrays/package.json +5 -5
- package/core/auth/node_modules/.bin/mkdist +2 -2
- package/core/auth/package.json +5 -5
- package/core/build/node_modules/.bin/mkdist +2 -2
- package/core/build/node_modules/.bin/unbuild +2 -2
- package/core/build/node_modules/.bin/vite +2 -2
- package/core/build/node_modules/.bin/vite-ssg +2 -2
- package/core/build/package.json +10 -12
- package/core/build/src/desktop.ts +0 -5
- package/core/build/src/pages.ts +9 -9
- package/core/build/src/stacks.ts +26 -21
- package/core/build/src/vue-components.ts +11 -5
- package/core/build/web-types.ts +2 -2
- package/core/cache/node_modules/.bin/mkdist +2 -2
- package/core/cache/package.json +6 -6
- package/core/chat/node_modules/.bin/mkdist +2 -2
- package/core/chat/package.json +9 -9
- package/core/cli/README.md +1 -1
- package/core/cli/node_modules/.bin/mkdist +2 -2
- package/core/cli/package.json +6 -5
- package/core/cli/src/actions/run.ts +1 -1
- package/core/cli/src/helpers.ts +4 -3
- package/core/cloud/node_modules/.bin/mkdist +2 -2
- package/core/cloud/package.json +5 -5
- package/core/collections/node_modules/.bin/mkdist +2 -2
- package/core/collections/package.json +5 -5
- package/core/config/node_modules/.bin/mkdist +2 -2
- package/core/config/node_modules/.bin/unbuild +2 -2
- package/core/config/package.json +6 -6
- package/core/dashboard/node_modules/.bin/mkdist +2 -2
- package/core/dashboard/package.json +5 -5
- package/core/database/node_modules/.bin/mkdist +2 -2
- package/core/database/package.json +6 -6
- package/core/datetime/node_modules/.bin/mkdist +2 -2
- package/core/datetime/package.json +5 -5
- package/core/desktop/node_modules/.bin/mkdist +2 -2
- package/core/desktop/package.json +5 -5
- package/core/docs/node_modules/.bin/mkdist +2 -2
- package/core/docs/node_modules/.bin/vitepress +2 -2
- package/core/docs/package.json +6 -6
- package/core/domains/node_modules/.bin/mkdist +2 -2
- package/core/domains/package.json +5 -5
- package/core/drivers/node_modules/.bin/mkdist +2 -2
- package/core/drivers/package.json +5 -5
- package/core/email/node_modules/.bin/mkdist +2 -2
- package/core/email/package.json +16 -16
- package/core/error-handling/node_modules/.bin/mkdist +2 -2
- package/core/error-handling/package.json +5 -5
- package/core/events/node_modules/.bin/mkdist +2 -2
- package/core/events/package.json +5 -5
- package/core/events/src/index.ts +1 -1
- package/core/git/node_modules/.bin/mkdist +2 -2
- package/core/git/package.json +5 -5
- package/core/health/node_modules/.bin/mkdist +2 -2
- package/core/health/package.json +5 -5
- package/core/lint/node_modules/.bin/eslint +2 -2
- package/core/lint/node_modules/.bin/mkdist +2 -2
- package/core/lint/package.json +6 -6
- package/core/logging/node_modules/.bin/mkdist +2 -2
- package/core/logging/package.json +5 -5
- package/core/modules/node_modules/.bin/mkdist +2 -2
- package/core/modules/package.json +5 -5
- package/core/modules/src/i18n.ts +20 -20
- package/core/notifications/node_modules/.bin/mkdist +2 -2
- package/core/notifications/node_modules/.bin/unbuild +2 -2
- package/core/notifications/package.json +27 -27
- package/core/objects/node_modules/.bin/mkdist +2 -2
- package/core/objects/package.json +5 -5
- package/core/path/node_modules/.bin/mkdist +2 -2
- package/core/path/package.json +5 -5
- package/core/payments/node_modules/.bin/mkdist +2 -2
- package/core/payments/package.json +5 -5
- package/core/push/node_modules/.bin/mkdist +2 -2
- package/core/push/package.json +7 -7
- package/core/realtime/node_modules/.bin/mkdist +2 -2
- package/core/realtime/package.json +5 -5
- package/core/router/node_modules/.bin/mkdist +2 -2
- package/core/router/package.json +5 -5
- package/core/search-engine/node_modules/.bin/mkdist +2 -2
- package/core/search-engine/package.json +6 -6
- package/core/search-engine/src/helpers.ts +60 -0
- package/core/search-engine/src/index.ts +33 -2
- package/core/security/node_modules/.bin/mkdist +2 -2
- package/core/security/package.json +6 -6
- package/core/server/node_modules/.bin/mkdist +2 -2
- package/core/server/node_modules/.bin/vite +2 -2
- package/core/server/package.json +6 -6
- package/core/server/src/config.ts +3 -2
- package/core/sms/node_modules/.bin/mkdist +2 -2
- package/core/sms/package.json +15 -15
- package/core/storage/node_modules/.bin/mkdist +2 -2
- package/core/storage/package.json +5 -5
- package/core/strings/node_modules/.bin/mkdist +2 -2
- package/core/strings/node_modules/.bin/unbuild +2 -2
- package/core/strings/package.json +7 -6
- package/core/tables/build.config.ts +17 -0
- package/core/tables/dist/index.html +0 -0
- package/core/tables/index.html +13 -0
- package/core/tables/node_modules/.bin/mkdist +2 -2
- package/core/tables/node_modules/.bin/unbuild +2 -2
- package/core/tables/node_modules/.bin/vite +17 -0
- package/core/tables/old.vite.config.ts +97 -0
- package/core/tables/package.json +14 -47
- package/core/tables/src/App.vue +23 -0
- package/core/tables/src/functions/table.ts +28 -1
- package/core/tables/src/main.js +4 -0
- package/core/tables/vite.config.ts +26 -0
- package/core/testing/node_modules/.bin/mkdist +2 -2
- package/core/testing/node_modules/.bin/playwright +2 -2
- package/core/testing/node_modules/.bin/vitest +2 -2
- package/core/testing/package.json +9 -9
- package/core/types/node_modules/.bin/mkdist +2 -2
- package/core/types/node_modules/.bin/vitepress +2 -2
- package/core/types/package.json +9 -9
- package/core/types/src/cli.ts +2 -1
- package/core/types/src/markdown.ts +1 -1
- package/core/types/src/tables.ts +9 -0
- package/core/ui/node_modules/.bin/mkdist +2 -2
- package/core/ui/node_modules/.bin/vue-tsc +2 -2
- package/core/ui/package.json +8 -8
- package/core/utils/node_modules/.bin/mkdist +2 -2
- package/core/utils/node_modules/.bin/rimraf +2 -2
- package/core/utils/package.json +9 -9
- package/core/utils/src/helpers.ts +2 -2
- package/core/x-ray/node_modules/.bin/mkdist +2 -2
- package/core/x-ray/package.json +5 -5
- package/functions/package.json +1 -1
- package/package.json +5 -5
- package/tsconfig.json +2 -0
|
@@ -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/mkdist@1.
|
|
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/mkdist@1.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.4/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
package/core/health/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/health",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.49.0",
|
|
5
|
+
"packageManager": "pnpm@7.25.0",
|
|
6
6
|
"description": "The Stacks Health services.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
|
-
"node": ">=v18.
|
|
38
|
-
"pnpm": ">=7.
|
|
37
|
+
"node": ">=v18.13.0",
|
|
38
|
+
"pnpm": ">=7.25.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@stacksjs/testing": "workspace:*",
|
|
51
|
-
"mkdist": "^1.
|
|
51
|
+
"mkdist": "^1.1.0",
|
|
52
52
|
"typescript": "^4.9.4"
|
|
53
53
|
}
|
|
54
54
|
}
|
|
@@ -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/eslint@8.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/eslint@8.32.0/node_modules/eslint/bin/eslint.js" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/eslint@8.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/eslint@8.32.0/node_modules/eslint/bin/eslint.js" "$@"
|
|
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/mkdist@1.
|
|
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/mkdist@1.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.4/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
package/core/lint/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/lint",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.49.0",
|
|
5
|
+
"packageManager": "pnpm@7.25.0",
|
|
6
6
|
"description": "The Stacks way to lint.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"README.md"
|
|
36
36
|
],
|
|
37
37
|
"engines": {
|
|
38
|
-
"node": ">=v18.
|
|
39
|
-
"pnpm": ">=7.
|
|
38
|
+
"node": ">=v18.13.0",
|
|
39
|
+
"pnpm": ">=7.25.0"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "mkdist -d",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@ow3/eslint-config": "^0.35.2",
|
|
49
49
|
"@types/eslint": "^8.4.10",
|
|
50
|
-
"eslint": "^8.
|
|
50
|
+
"eslint": "^8.32.0",
|
|
51
51
|
"lint-staged": "^13.1.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@stacksjs/testing": "workspace:*",
|
|
55
|
-
"mkdist": "^1.
|
|
55
|
+
"mkdist": "^1.1.0",
|
|
56
56
|
"typescript": "^4.9.4"
|
|
57
57
|
}
|
|
58
58
|
}
|
|
@@ -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/mkdist@1.
|
|
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/mkdist@1.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.4/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/logging",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.49.0",
|
|
5
|
+
"packageManager": "pnpm@7.25.0",
|
|
6
6
|
"description": "The Stacks logging system.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
|
-
"node": ">=v18.
|
|
38
|
-
"pnpm": ">=7.
|
|
37
|
+
"node": ">=v18.13.0",
|
|
38
|
+
"pnpm": ">=7.25.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@stacksjs/testing": "workspace:*",
|
|
52
|
-
"mkdist": "^1.
|
|
52
|
+
"mkdist": "^1.1.0",
|
|
53
53
|
"typescript": "^4.9.4"
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -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/mkdist@1.
|
|
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/mkdist@1.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.4/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/modules",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.49.0",
|
|
5
|
+
"packageManager": "pnpm@7.25.0",
|
|
6
6
|
"description": "The Stacks framework modules.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"engines": {
|
|
34
|
-
"node": ">=v18.
|
|
35
|
-
"pnpm": ">=7.
|
|
34
|
+
"node": ">=v18.13.0",
|
|
35
|
+
"pnpm": ">=7.25.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "mkdist -d",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@stacksjs/testing": "workspace:*",
|
|
51
|
-
"mkdist": "^1.
|
|
51
|
+
"mkdist": "^1.1.0",
|
|
52
52
|
"typescript": "^4.9.4"
|
|
53
53
|
}
|
|
54
54
|
}
|
package/core/modules/src/i18n.ts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { createI18n } from 'vue-i18n'
|
|
2
|
-
import { type UserModule } from '@stacksjs/types'
|
|
1
|
+
// import { createI18n } from 'vue-i18n'
|
|
2
|
+
// import { type UserModule } from '@stacksjs/types'
|
|
3
3
|
|
|
4
|
-
// Import i18n resources
|
|
5
|
-
// https://vitejs.dev/guide/features.html#glob-import
|
|
6
|
-
const messages = Object.fromEntries(
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
)
|
|
4
|
+
// // Import i18n resources
|
|
5
|
+
// // https://vitejs.dev/guide/features.html#glob-import
|
|
6
|
+
// const messages = Object.fromEntries(
|
|
7
|
+
// Object.entries(
|
|
8
|
+
// import.meta.glob<{ default: any }>(langPath('*.y(a)?ml'), { eager: true }))
|
|
9
|
+
// .map(([key, value]) => {
|
|
10
|
+
// const yaml = key.endsWith('.yaml')
|
|
11
|
+
// return [key.slice(14, yaml ? -5 : -4), value.default]
|
|
12
|
+
// }),
|
|
13
|
+
// )
|
|
14
14
|
|
|
15
|
-
export const install: UserModule = ({ app }) => {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
// export const install: UserModule = ({ app }) => {
|
|
16
|
+
// const i18n = createI18n({
|
|
17
|
+
// legacy: false,
|
|
18
|
+
// locale: 'en',
|
|
19
|
+
// messages,
|
|
20
|
+
// })
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
}
|
|
22
|
+
// app.use(i18n)
|
|
23
|
+
// }
|
|
@@ -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/mkdist@1.
|
|
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/mkdist@1.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.4/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
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/unbuild@1.
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../../node_modules/.pnpm/unbuild@1.1.1/node_modules/unbuild/dist/cli.mjs" "$@"
|
|
15
15
|
else
|
|
16
|
-
exec node "$basedir/../../../../../node_modules/.pnpm/unbuild@1.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/unbuild@1.1.1/node_modules/unbuild/dist/cli.mjs" "$@"
|
|
17
17
|
fi
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/notifications",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.49.0",
|
|
5
|
+
"packageManager": "pnpm@7.25.0",
|
|
6
6
|
"description": "The Stacks notifications integration.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"README.md"
|
|
43
43
|
],
|
|
44
44
|
"engines": {
|
|
45
|
-
"node": ">=v18.
|
|
46
|
-
"pnpm": ">=7.
|
|
45
|
+
"node": ">=v18.13.0",
|
|
46
|
+
"pnpm": ">=7.25.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "unbuild",
|
|
@@ -53,27 +53,27 @@
|
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@maizzle/framework": "latest",
|
|
56
|
-
"@novu/discord": "^0.10.
|
|
57
|
-
"@novu/emailjs": "^0.10.
|
|
58
|
-
"@novu/gupshup": "^0.10.
|
|
59
|
-
"@novu/mailgun": "^0.10.
|
|
60
|
-
"@novu/mailjet": "^0.10.
|
|
61
|
-
"@novu/mandrill": "^0.10.
|
|
62
|
-
"@novu/netcore": "^0.10.
|
|
63
|
-
"@novu/nexmo": "^0.10.
|
|
64
|
-
"@novu/node": "^0.10.
|
|
65
|
-
"@novu/nodemailer": "^0.10.
|
|
66
|
-
"@novu/plivo": "^0.10.
|
|
67
|
-
"@novu/postmark": "^0.10.
|
|
68
|
-
"@novu/sendgrid": "^0.10.
|
|
69
|
-
"@novu/ses": "^0.10.
|
|
70
|
-
"@novu/slack": "^0.10.
|
|
71
|
-
"@novu/sms77": "^0.10.
|
|
72
|
-
"@novu/sns": "^0.10.
|
|
73
|
-
"@novu/stateless": "^0.10.
|
|
74
|
-
"@novu/telnyx": "^0.10.
|
|
75
|
-
"@novu/termii": "^0.10.
|
|
76
|
-
"@novu/twilio": "^0.10.
|
|
56
|
+
"@novu/discord": "^0.10.2",
|
|
57
|
+
"@novu/emailjs": "^0.10.2",
|
|
58
|
+
"@novu/gupshup": "^0.10.2",
|
|
59
|
+
"@novu/mailgun": "^0.10.2",
|
|
60
|
+
"@novu/mailjet": "^0.10.2",
|
|
61
|
+
"@novu/mandrill": "^0.10.2",
|
|
62
|
+
"@novu/netcore": "^0.10.2",
|
|
63
|
+
"@novu/nexmo": "^0.10.2",
|
|
64
|
+
"@novu/node": "^0.10.2",
|
|
65
|
+
"@novu/nodemailer": "^0.10.2",
|
|
66
|
+
"@novu/plivo": "^0.10.2",
|
|
67
|
+
"@novu/postmark": "^0.10.2",
|
|
68
|
+
"@novu/sendgrid": "^0.10.2",
|
|
69
|
+
"@novu/ses": "^0.10.2",
|
|
70
|
+
"@novu/slack": "^0.10.2",
|
|
71
|
+
"@novu/sms77": "^0.10.2",
|
|
72
|
+
"@novu/sns": "^0.10.2",
|
|
73
|
+
"@novu/stateless": "^0.10.2",
|
|
74
|
+
"@novu/telnyx": "^0.10.2",
|
|
75
|
+
"@novu/termii": "^0.10.2",
|
|
76
|
+
"@novu/twilio": "^0.10.2",
|
|
77
77
|
"@stacksjs/chat": "workspace:*",
|
|
78
78
|
"@stacksjs/cli": "workspace:*",
|
|
79
79
|
"@stacksjs/config": "workspace:*",
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@stacksjs/testing": "workspace:*",
|
|
88
|
-
"mkdist": "^1.
|
|
88
|
+
"mkdist": "^1.1.0",
|
|
89
89
|
"typescript": "^4.9.4",
|
|
90
|
-
"unbuild": "^1.
|
|
90
|
+
"unbuild": "^1.1.1"
|
|
91
91
|
}
|
|
92
92
|
}
|
|
@@ -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/mkdist@1.
|
|
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/mkdist@1.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.4/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/objects",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.49.0",
|
|
5
|
+
"packageManager": "pnpm@7.25.0",
|
|
6
6
|
"description": "The Stacks objects.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"README.md"
|
|
34
34
|
],
|
|
35
35
|
"engines": {
|
|
36
|
-
"node": ">=v18.
|
|
37
|
-
"pnpm": ">=7.
|
|
36
|
+
"node": ">=v18.13.0",
|
|
37
|
+
"pnpm": ">=7.25.0"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "mkdist -d",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@stacksjs/testing": "workspace:*",
|
|
50
|
-
"mkdist": "^1.
|
|
50
|
+
"mkdist": "^1.1.0",
|
|
51
51
|
"typescript": "^4.9.4"
|
|
52
52
|
}
|
|
53
53
|
}
|
|
@@ -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/mkdist@1.
|
|
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/mkdist@1.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.4/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
package/core/path/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/path",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.49.0",
|
|
5
|
+
"packageManager": "pnpm@7.25.0",
|
|
6
6
|
"description": "The Stacks path.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"README.md"
|
|
36
36
|
],
|
|
37
37
|
"engines": {
|
|
38
|
-
"node": ">=v18.
|
|
39
|
-
"pnpm": ">=7.
|
|
38
|
+
"node": ">=v18.13.0",
|
|
39
|
+
"pnpm": ">=7.25.0"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "mkdist -d",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@stacksjs/testing": "workspace:*",
|
|
52
|
-
"mkdist": "^1.
|
|
52
|
+
"mkdist": "^1.1.0",
|
|
53
53
|
"typescript": "^4.9.4"
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -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/mkdist@1.
|
|
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/mkdist@1.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.4/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/payments",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.49.0",
|
|
5
|
+
"packageManager": "pnpm@7.25.0",
|
|
6
6
|
"description": "The Stacks payments package. Currently supporting Stripe.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"README.md"
|
|
36
36
|
],
|
|
37
37
|
"engines": {
|
|
38
|
-
"node": ">=v18.
|
|
39
|
-
"pnpm": ">=7.
|
|
38
|
+
"node": ">=v18.13.0",
|
|
39
|
+
"pnpm": ">=7.25.0"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "mkdist -d",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@stacksjs/testing": "workspace:*",
|
|
49
|
-
"mkdist": "^1.
|
|
49
|
+
"mkdist": "^1.1.0",
|
|
50
50
|
"typescript": "^4.9.4"
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -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/mkdist@1.
|
|
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/mkdist@1.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.4/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
package/core/push/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/push",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.49.0",
|
|
5
|
+
"packageManager": "pnpm@7.25.0",
|
|
6
6
|
"description": "The Stacks Push integration",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
|
-
"node": ">=v18.
|
|
38
|
-
"pnpm": ">=7.
|
|
37
|
+
"node": ">=v18.13.0",
|
|
38
|
+
"pnpm": ">=7.25.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@maizzle/framework": "latest",
|
|
48
|
-
"@novu/node": "^0.10.
|
|
49
|
-
"@novu/stateless": "^0.10.
|
|
48
|
+
"@novu/node": "^0.10.2",
|
|
49
|
+
"@novu/stateless": "^0.10.2",
|
|
50
50
|
"@stacksjs/cli": "workspace:*",
|
|
51
51
|
"@stacksjs/config": "workspace:*",
|
|
52
52
|
"@stacksjs/error-handling": "workspace:*",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@stacksjs/testing": "workspace:*",
|
|
57
|
-
"mkdist": "^1.
|
|
57
|
+
"mkdist": "^1.1.0",
|
|
58
58
|
"typescript": "^4.9.4"
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -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/mkdist@1.
|
|
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/mkdist@1.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.4/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/realtime",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.49.0",
|
|
5
|
+
"packageManager": "pnpm@7.25.0",
|
|
6
6
|
"description": "The Stacks realtime integration.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
|
-
"node": ">=v18.
|
|
38
|
-
"pnpm": ">=7.
|
|
37
|
+
"node": ">=v18.13.0",
|
|
38
|
+
"pnpm": ">=7.25.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@stacksjs/testing": "workspace:*",
|
|
48
|
-
"mkdist": "^1.
|
|
48
|
+
"mkdist": "^1.1.0",
|
|
49
49
|
"typescript": "^4.9.4"
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -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/mkdist@1.
|
|
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/mkdist@1.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.4/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|
package/core/router/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/router",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@7.
|
|
4
|
+
"version": "0.49.0",
|
|
5
|
+
"packageManager": "pnpm@7.25.0",
|
|
6
6
|
"description": "The Stacks framework router.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"license": "MIT",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"engines": {
|
|
37
|
-
"node": ">=v18.
|
|
38
|
-
"pnpm": ">=7.
|
|
37
|
+
"node": ">=v18.13.0",
|
|
38
|
+
"pnpm": ">=7.25.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "mkdist -d",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@stacksjs/testing": "workspace:*",
|
|
51
|
-
"mkdist": "^1.
|
|
51
|
+
"mkdist": "^1.1.0",
|
|
52
52
|
"typescript": "^4.9.4"
|
|
53
53
|
}
|
|
54
54
|
}
|
|
@@ -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/mkdist@1.
|
|
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/mkdist@1.
|
|
16
|
+
exec node "$basedir/../../../../../node_modules/.pnpm/mkdist@1.1.0_typescript@4.9.4/node_modules/mkdist/dist/cli.cjs" "$@"
|
|
17
17
|
fi
|