stacks 0.58.48 → 0.58.49
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/dist/src/generate/ide-helpers.js +1 -0
- package/core/actions/dist/src/generate/lib-entries.js +4 -2
- package/core/actions/dist/src/generate/vscode-custom-data.js +1 -0
- package/core/actions/dist/src/helpers/lib-entries.js +1 -0
- package/core/actions/dist/src/helpers/package-json.js +1 -0
- package/core/actions/dist/src/helpers/vscode-custom-data.js +1 -0
- package/core/actions/dist/src/upgrade.js +1 -1
- package/core/actions/package.json +3 -2
- package/core/actions/src/generate/lib-entries.ts +3 -2
- package/core/ai/package.json +3 -2
- package/core/alias/package.json +3 -2
- package/core/analytics/package.json +3 -2
- package/core/api/package.json +3 -2
- package/core/arrays/package.json +3 -2
- package/core/auth/package.json +3 -2
- package/core/buddy/package.json +3 -2
- package/core/build/package.json +3 -2
- package/core/bun-create/bud/package.json +3 -2
- package/core/bun-create/buddy/package.json +3 -2
- package/core/bun-create/stack/package.json +3 -2
- package/core/bun-create/stacks/package.json +3 -2
- package/core/bun-create/stx/package.json +3 -2
- package/core/bun-plugin-yaml/dist/index.js +1 -1
- package/core/bun-plugin-yaml/package.json +3 -2
- package/core/bun-plugin-yaml/src/index.ts +1 -1
- package/core/cache/package.json +3 -2
- package/core/chat/package.json +3 -2
- package/core/cli/dist/index.js +1 -1
- package/core/cli/package.json +3 -2
- package/core/cloud/package.json +3 -2
- package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +1 -1
- package/core/cloud/src/cloud/package/README.md +59 -0
- package/core/cloud/src/cloud/package/package.json +63 -0
- package/core/cloud/src/cloud/router-layer/nodejs/package.json +15 -0
- package/core/cloud/src/cloud/stacksjs-router-0.58.48.tgz +0 -0
- package/core/cloud/src/runtime/example/lambda.ts +1 -1
- package/core/cloud/src/runtime/server.ts +1 -1
- package/core/collections/package.json +3 -2
- package/core/config/dist/index.js +1 -0
- package/core/config/package.json +1 -1
- package/core/database/package.json +3 -2
- package/core/database/src/kysely-bun-worker/worker.ts +1 -1
- package/core/datetime/package.json +3 -2
- package/core/desktop/package.json +3 -2
- package/core/development/package.json +1 -1
- package/core/dns/package.json +3 -2
- package/core/docs/package.json +3 -2
- package/core/email/dist/index.js +0 -38
- package/core/email/package.json +3 -2
- package/core/email/src/send.ts +3 -3
- package/core/enums/package.json +1 -1
- package/core/env/package.json +1 -1
- package/core/error-handling/package.json +3 -2
- package/core/eslint-config/package.json +1 -1
- package/core/events/package.json +3 -2
- package/core/faker/package.json +3 -2
- package/core/git/package.json +3 -2
- package/core/health/package.json +3 -2
- package/core/http/package.json +3 -2
- package/core/lint/package.json +3 -2
- package/core/logging/package.json +3 -2
- package/core/notifications/package.json +3 -2
- package/core/objects/package.json +3 -2
- package/core/orm/package.json +3 -2
- package/core/path/package.json +3 -2
- package/core/payments/package.json +3 -2
- package/core/push/package.json +3 -2
- package/core/query-builder/package.json +3 -2
- package/core/queue/package.json +3 -2
- package/core/raycast/package.json +1 -1
- package/core/realtime/package.json +3 -2
- package/core/repl/package.json +3 -2
- package/core/router/package.json +3 -2
- package/core/scheduler/package.json +3 -2
- package/core/search-engine/package.json +3 -2
- package/core/security/package.json +3 -2
- package/core/server/package.json +3 -2
- package/core/signals/package.json +3 -2
- package/core/slug/package.json +3 -2
- package/core/sms/package.json +3 -2
- package/core/storage/package.json +3 -2
- package/core/storage/src/files.ts +1 -1
- package/core/storage/src/zip.ts +1 -1
- package/core/strings/package.json +3 -2
- package/core/tables/package.json +1 -1
- package/core/testing/package.json +3 -2
- package/core/tinker/package.json +3 -2
- package/core/tunnel/package.json +3 -2
- package/core/types/package.json +3 -2
- package/core/types/src/cli.ts +2 -2
- package/core/types/src/library.ts +2 -0
- package/core/ui/package.json +3 -2
- package/core/utils/dist/index.js +1 -1
- package/core/utils/package.json +3 -2
- package/core/validation/package.json +3 -2
- package/core/vite/dist/index.js +1 -1
- package/core/vite/package.json +3 -2
- package/core/whois/package.json +3 -2
- package/core/x-ray/package.json +3 -2
- package/core/zsh-buddy/package.json +1 -1
- package/ide/dictionary.txt +1 -0
- package/ide/vscode/package.json +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/scheduler",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks scheduler.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -36,7 +36,8 @@
|
|
|
36
36
|
],
|
|
37
37
|
"files": [
|
|
38
38
|
"README.md",
|
|
39
|
-
"dist"
|
|
39
|
+
"dist",
|
|
40
|
+
"src"
|
|
40
41
|
],
|
|
41
42
|
"scripts": {
|
|
42
43
|
"build": "bun --bun build.ts",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/search-engine",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks search engine integrations.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
],
|
|
46
46
|
"files": [
|
|
47
47
|
"README.md",
|
|
48
|
-
"dist"
|
|
48
|
+
"dist",
|
|
49
|
+
"src"
|
|
49
50
|
],
|
|
50
51
|
"scripts": {
|
|
51
52
|
"build": "bun --bun build.ts",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/security",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks framework security.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
],
|
|
39
39
|
"files": [
|
|
40
40
|
"README.md",
|
|
41
|
-
"dist"
|
|
41
|
+
"dist",
|
|
42
|
+
"src"
|
|
42
43
|
],
|
|
43
44
|
"scripts": {
|
|
44
45
|
"build": "bun --bun build.ts",
|
package/core/server/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/server",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "Local development and production-ready.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
],
|
|
42
42
|
"files": [
|
|
43
43
|
"README.md",
|
|
44
|
-
"dist"
|
|
44
|
+
"dist",
|
|
45
|
+
"src"
|
|
45
46
|
],
|
|
46
47
|
"scripts": {
|
|
47
48
|
"build": "bun --bun build.ts",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/signals",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks signals integration, based on Maverick.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
],
|
|
39
39
|
"files": [
|
|
40
40
|
"README.md",
|
|
41
|
-
"dist"
|
|
41
|
+
"dist",
|
|
42
|
+
"src"
|
|
42
43
|
],
|
|
43
44
|
"scripts": {
|
|
44
45
|
"build": "bun --bun build.ts",
|
package/core/slug/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/slug",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks slug functionality.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
],
|
|
39
39
|
"files": [
|
|
40
40
|
"README.md",
|
|
41
|
-
"dist"
|
|
41
|
+
"dist",
|
|
42
|
+
"src"
|
|
42
43
|
],
|
|
43
44
|
"scripts": {
|
|
44
45
|
"build": "bun --bun build.ts",
|
package/core/sms/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/sms",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
],
|
|
45
45
|
"files": [
|
|
46
46
|
"README.md",
|
|
47
|
-
"dist"
|
|
47
|
+
"dist",
|
|
48
|
+
"src"
|
|
48
49
|
],
|
|
49
50
|
"scripts": {
|
|
50
51
|
"build": "bun --bun build.ts",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/storage",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks file system.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
],
|
|
43
43
|
"files": [
|
|
44
44
|
"README.md",
|
|
45
|
-
"dist"
|
|
45
|
+
"dist",
|
|
46
|
+
"src"
|
|
46
47
|
],
|
|
47
48
|
"scripts": {
|
|
48
49
|
"build": "bun --bun build.ts",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BunFile, PathLike } from '
|
|
1
|
+
import type { BunFile, PathLike } from 'bun'
|
|
2
2
|
import type { JsonFile, PackageJson, TextFile } from '@stacksjs/types'
|
|
3
3
|
import { detectIndent, detectNewline } from '@stacksjs/strings'
|
|
4
4
|
import { dirname, join, path as p } from '@stacksjs/path'
|
package/core/storage/src/zip.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/strings",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks string utilities.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -50,7 +50,8 @@
|
|
|
50
50
|
],
|
|
51
51
|
"files": [
|
|
52
52
|
"README.md",
|
|
53
|
-
"dist"
|
|
53
|
+
"dist",
|
|
54
|
+
"src"
|
|
54
55
|
],
|
|
55
56
|
"scripts": {
|
|
56
57
|
"build": "bun --bun build.ts",
|
package/core/tables/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/testing",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks way of testing.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
],
|
|
44
44
|
"files": [
|
|
45
45
|
"README.md",
|
|
46
|
-
"dist"
|
|
46
|
+
"dist",
|
|
47
|
+
"src"
|
|
47
48
|
],
|
|
48
49
|
"scripts": {
|
|
49
50
|
"build": "bun --bun build.ts",
|
package/core/tinker/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/tinker",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "All you need to tinker.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
],
|
|
30
30
|
"files": [
|
|
31
31
|
"README.md",
|
|
32
|
-
"dist"
|
|
32
|
+
"dist",
|
|
33
|
+
"src"
|
|
33
34
|
],
|
|
34
35
|
"scripts": {
|
|
35
36
|
"build": "echo 'wip'",
|
package/core/tunnel/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/tunnel",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "Local development tunnel.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -37,7 +37,8 @@
|
|
|
37
37
|
],
|
|
38
38
|
"files": [
|
|
39
39
|
"README.md",
|
|
40
|
-
"dist"
|
|
40
|
+
"dist",
|
|
41
|
+
"src"
|
|
41
42
|
],
|
|
42
43
|
"scripts": {
|
|
43
44
|
"build": "bun --bun build.ts",
|
package/core/types/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/types",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks framework types.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -36,7 +36,8 @@
|
|
|
36
36
|
],
|
|
37
37
|
"files": [
|
|
38
38
|
"README.md",
|
|
39
|
-
"dist"
|
|
39
|
+
"dist",
|
|
40
|
+
"src"
|
|
40
41
|
],
|
|
41
42
|
"scripts": {
|
|
42
43
|
"build": "bun --bun build.ts",
|
package/core/types/src/cli.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { BunFile } from '
|
|
1
|
+
import type { BunFile } from 'bun'
|
|
2
2
|
|
|
3
3
|
type ArrayBufferView = TypedArray | DataView
|
|
4
4
|
|
|
5
|
-
export type { Subprocess, SyncSubprocess } from '
|
|
5
|
+
export type { Subprocess, SyncSubprocess } from 'bun'
|
|
6
6
|
export type Readable =
|
|
7
7
|
| 'pipe'
|
|
8
8
|
| 'inherit'
|
package/core/ui/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks UI engine.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -49,7 +49,8 @@
|
|
|
49
49
|
],
|
|
50
50
|
"files": [
|
|
51
51
|
"README.md",
|
|
52
|
-
"dist"
|
|
52
|
+
"dist",
|
|
53
|
+
"src"
|
|
53
54
|
],
|
|
54
55
|
"scripts": {
|
|
55
56
|
"build": "bun --bun build.ts",
|
package/core/utils/dist/index.js
CHANGED
package/core/utils/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/utils",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks helper functions.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
],
|
|
43
43
|
"files": [
|
|
44
44
|
"README.md",
|
|
45
|
-
"dist"
|
|
45
|
+
"dist",
|
|
46
|
+
"src"
|
|
46
47
|
],
|
|
47
48
|
"scripts": {
|
|
48
49
|
"build": "bun --bun build.ts",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/validation",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks Validation ways.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
],
|
|
40
40
|
"files": [
|
|
41
41
|
"README.md",
|
|
42
|
-
"dist"
|
|
42
|
+
"dist",
|
|
43
|
+
"src"
|
|
43
44
|
],
|
|
44
45
|
"scripts": {
|
|
45
46
|
"build": "bun --bun build.ts",
|
package/core/vite/dist/index.js
CHANGED
|
@@ -609,7 +609,7 @@ var web_components_default = defineConfig6(({ command }) => {
|
|
|
609
609
|
// src/plugin/docs.ts
|
|
610
610
|
import {kolorist as c2} from "@stacksjs/cli";
|
|
611
611
|
// package.json
|
|
612
|
-
var version = "0.58.
|
|
612
|
+
var version = "0.58.49";
|
|
613
613
|
|
|
614
614
|
// src/plugin/docs.ts
|
|
615
615
|
var docsEngine = {
|
package/core/vite/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "The Stacks Vite plugin.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -83,7 +83,8 @@
|
|
|
83
83
|
],
|
|
84
84
|
"files": [
|
|
85
85
|
"README.md",
|
|
86
|
-
"dist"
|
|
86
|
+
"dist",
|
|
87
|
+
"src"
|
|
87
88
|
],
|
|
88
89
|
"scripts": {
|
|
89
90
|
"build": "bun --bun build.ts",
|
package/core/whois/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/whois",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "Easily get whois info.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
],
|
|
40
40
|
"files": [
|
|
41
41
|
"README.md",
|
|
42
|
-
"dist"
|
|
42
|
+
"dist",
|
|
43
|
+
"src"
|
|
43
44
|
],
|
|
44
45
|
"scripts": {
|
|
45
46
|
"build": "bun --bun build.ts",
|
package/core/x-ray/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/x-ray",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.49",
|
|
5
5
|
"description": "All you need to debug, log & analyze.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
],
|
|
34
34
|
"files": [
|
|
35
35
|
"README.md",
|
|
36
|
-
"dist"
|
|
36
|
+
"dist",
|
|
37
|
+
"src"
|
|
37
38
|
],
|
|
38
39
|
"scripts": {
|
|
39
40
|
"build": "echo 'wip'",
|
package/ide/dictionary.txt
CHANGED
package/ide/vscode/package.json
CHANGED