stacks 0.58.61 → 0.58.62

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.
Files changed (89) hide show
  1. package/core/actions/dist/src/upgrade.js +1 -1
  2. package/core/actions/package.json +1 -1
  3. package/core/ai/package.json +2 -2
  4. package/core/alias/package.json +4 -4
  5. package/core/analytics/package.json +1 -1
  6. package/core/api/package.json +4 -4
  7. package/core/arrays/package.json +4 -4
  8. package/core/auth/package.json +1 -1
  9. package/core/buddy/package.json +1 -1
  10. package/core/build/package.json +1 -1
  11. package/core/bun-create/bud/package.json +1 -1
  12. package/core/bun-create/buddy/package.json +1 -1
  13. package/core/bun-create/stack/package.json +1 -1
  14. package/core/bun-create/stacks/package.json +1 -1
  15. package/core/bun-create/stx/package.json +1 -1
  16. package/core/bun-plugin-yaml/package.json +4 -4
  17. package/core/cache/package.json +4 -4
  18. package/core/chat/package.json +10 -10
  19. package/core/cli/dist/index.js +1 -1
  20. package/core/cli/package.json +1 -1
  21. package/core/cloud/package.json +3 -3
  22. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
  23. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
  24. package/core/cloud/src/cloud/router-layer/nodejs/package.json +1 -1
  25. package/core/collections/package.json +2 -2
  26. package/core/config/package.json +1 -1
  27. package/core/database/package.json +1 -1
  28. package/core/datetime/package.json +1 -1
  29. package/core/desktop/package.json +1 -1
  30. package/core/development/package.json +1 -1
  31. package/core/dns/package.json +14 -14
  32. package/core/docs/package.json +1 -1
  33. package/core/email/package.json +1 -1
  34. package/core/enums/package.json +1 -1
  35. package/core/env/package.json +4 -4
  36. package/core/error-handling/package.json +1 -1
  37. package/core/eslint-config/package.json +3 -3
  38. package/core/events/package.json +1 -1
  39. package/core/faker/package.json +1 -1
  40. package/core/git/package.json +1 -1
  41. package/core/health/package.json +1 -1
  42. package/core/http/package.json +1 -1
  43. package/core/lint/package.json +1 -1
  44. package/core/logging/package.json +5 -5
  45. package/core/notifications/package.json +1 -1
  46. package/core/objects/package.json +1 -1
  47. package/core/orm/package.json +8 -8
  48. package/core/path/package.json +3 -3
  49. package/core/payments/package.json +2 -2
  50. package/core/push/package.json +1 -1
  51. package/core/query-builder/package.json +1 -1
  52. package/core/queue/package.json +2 -2
  53. package/core/raycast/package.json +1 -1
  54. package/core/realtime/package.json +1 -1
  55. package/core/repl/package.json +4 -4
  56. package/core/router/package.json +1 -1
  57. package/core/scheduler/package.json +2 -2
  58. package/core/search-engine/package.json +1 -1
  59. package/core/security/package.json +9 -9
  60. package/core/server/package.json +1 -1
  61. package/core/signals/package.json +1 -1
  62. package/core/slug/package.json +1 -1
  63. package/core/sms/package.json +11 -11
  64. package/core/storage/dist/index.js +1 -0
  65. package/core/storage/package.json +13 -13
  66. package/core/storage/src/hash.ts +2 -0
  67. package/core/strings/package.json +1 -1
  68. package/core/tables/package.json +6 -6
  69. package/core/testing/package.json +2 -2
  70. package/core/tinker/package.json +4 -4
  71. package/core/tunnel/package.json +1 -1
  72. package/core/types/package.json +1 -1
  73. package/core/ui/package.json +1 -1
  74. package/core/utils/dist/index.js +1 -1
  75. package/core/utils/package.json +21 -21
  76. package/core/validation/package.json +7 -7
  77. package/core/vite/dist/index.js +1 -1
  78. package/core/vite/package.json +1 -1
  79. package/core/whois/package.json +2 -2
  80. package/core/x-ray/package.json +4 -4
  81. package/core/zsh-buddy/package.json +1 -1
  82. package/ide/vscode/package.json +1 -1
  83. package/package.json +1 -1
  84. package/core/bun-create/tmp.json +0 -0
  85. package/core/collections/tmp.json +0 -0
  86. package/core/env/tmp.json +0 -0
  87. package/core/path/tmp.json +0 -0
  88. package/core/queue/tmp.json +0 -0
  89. package/core/raycast/tmp.json +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/utils",
3
3
  "type": "module",
4
- "version": "0.58.61",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks helper functions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -52,16 +52,16 @@
52
52
  "size": "bun scripts/export-size.ts"
53
53
  },
54
54
  "peerDependencies": {
55
- "@stacksjs/actions": "latest",
56
- "@stacksjs/arrays": "latest",
57
- "@stacksjs/cli": "latest",
58
- "@stacksjs/config": "latest",
59
- "@stacksjs/development": "latest",
60
- "@stacksjs/lint": "latest",
61
- "@stacksjs/path": "latest",
62
- "@stacksjs/storage": "latest",
63
- "@stacksjs/strings": "latest",
64
- "@stacksjs/types": "latest",
55
+ "@stacksjs/actions": "workspace:*",
56
+ "@stacksjs/arrays": "workspace:*",
57
+ "@stacksjs/cli": "workspace:*",
58
+ "@stacksjs/config": "workspace:*",
59
+ "@stacksjs/development": "workspace:*",
60
+ "@stacksjs/lint": "workspace:*",
61
+ "@stacksjs/path": "workspace:*",
62
+ "@stacksjs/storage": "workspace:*",
63
+ "@stacksjs/strings": "workspace:*",
64
+ "@stacksjs/types": "workspace:*",
65
65
  "@types/js-yaml": "^4.0.9",
66
66
  "@vueuse/core": "^10.7.2",
67
67
  "@vueuse/head": "^2.0.0",
@@ -74,15 +74,15 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "@dinero.js/currencies": "2.0.0-alpha.14",
77
- "@stacksjs/actions": "latest",
78
- "@stacksjs/arrays": "latest",
79
- "@stacksjs/cli": "latest",
80
- "@stacksjs/config": "latest",
81
- "@stacksjs/lint": "latest",
82
- "@stacksjs/path": "latest",
83
- "@stacksjs/storage": "latest",
84
- "@stacksjs/strings": "latest",
85
- "@stacksjs/types": "latest",
77
+ "@stacksjs/actions": "workspace:*",
78
+ "@stacksjs/arrays": "workspace:*",
79
+ "@stacksjs/cli": "workspace:*",
80
+ "@stacksjs/config": "workspace:*",
81
+ "@stacksjs/lint": "workspace:*",
82
+ "@stacksjs/path": "workspace:*",
83
+ "@stacksjs/storage": "workspace:*",
84
+ "@stacksjs/strings": "workspace:*",
85
+ "@stacksjs/types": "workspace:*",
86
86
  "@vueuse/core": "^10.7.2",
87
87
  "@vueuse/head": "^2.0.0",
88
88
  "@vueuse/math": "^10.7.2",
@@ -103,7 +103,7 @@
103
103
  "yaml": "^2.3.4"
104
104
  },
105
105
  "devDependencies": {
106
- "@stacksjs/development": "latest",
106
+ "@stacksjs/development": "workspace:*",
107
107
  "@types/js-yaml": "^4.0.9",
108
108
  "markdown-table": "^3.0.3",
109
109
  "vue-starport": "^0.4.0"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/validation",
3
3
  "type": "module",
4
- "version": "0.58.61",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks Validation ways.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -48,17 +48,17 @@
48
48
  "prepublishOnly": "bun --bun run build"
49
49
  },
50
50
  "peerDependencies": {
51
- "@stacksjs/strings": "latest",
52
- "@stacksjs/types": "latest",
51
+ "@stacksjs/strings": "workspace:*",
52
+ "@stacksjs/types": "workspace:*",
53
53
  "@vinejs/vine": "^1.7.1"
54
54
  },
55
55
  "dependencies": {
56
- "@stacksjs/strings": "latest",
57
- "@stacksjs/types": "latest",
56
+ "@stacksjs/strings": "workspace:*",
57
+ "@stacksjs/types": "workspace:*",
58
58
  "@vinejs/vine": "^1.7.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@stacksjs/development": "latest",
62
- "@stacksjs/vite": "latest"
61
+ "@stacksjs/development": "workspace:*",
62
+ "@stacksjs/vite": "workspace:*"
63
63
  }
64
64
  }
@@ -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.61";
612
+ var version = "0.58.62";
613
613
 
614
614
  // src/plugin/docs.ts
615
615
  var docsEngine = {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/vite",
3
3
  "type": "module",
4
- "version": "0.58.61",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks Vite plugin.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/whois",
3
3
  "type": "module",
4
- "version": "0.58.61",
4
+ "version": "0.58.62",
5
5
  "description": "Easily get whois info.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -56,6 +56,6 @@
56
56
  "socks": "^2.7.3"
57
57
  },
58
58
  "devDependencies": {
59
- "@stacksjs/development": "latest"
59
+ "@stacksjs/development": "workspace:*"
60
60
  }
61
61
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/x-ray",
3
3
  "type": "module",
4
- "version": "0.58.61",
4
+ "version": "0.58.62",
5
5
  "description": "All you need to debug, log & analyze.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -44,10 +44,10 @@
44
44
  "typecheck": "bun --bun tsc --noEmit"
45
45
  },
46
46
  "peerDependencies": {
47
- "@stacksjs/desktop": "latest",
48
- "@stacksjs/logging": "latest"
47
+ "@stacksjs/desktop": "workspace:*",
48
+ "@stacksjs/logging": "workspace:*"
49
49
  },
50
50
  "devDependencies": {
51
- "@stacksjs/development": "latest"
51
+ "@stacksjs/development": "workspace:*"
52
52
  }
53
53
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zsh-buddy",
3
3
  "type": "module",
4
- "version": "0.58.61",
4
+ "version": "0.58.62",
5
5
  "description": "A better Stacks zsh experience.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -2,7 +2,7 @@
2
2
  "publisher": "Stacks",
3
3
  "name": "vscode-stacks",
4
4
  "displayName": "Stacks",
5
- "version": "0.58.61",
5
+ "version": "0.58.62",
6
6
  "description": "A modern Stacks development environment.",
7
7
  "license": "MIT",
8
8
  "funding": "https://github.com/sponsors/chrisbbreuer",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks",
3
3
  "type": "module",
4
- "version": "0.58.61",
4
+ "version": "0.58.62",
5
5
  "description": "The Stacks framework.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
File without changes
File without changes
package/core/env/tmp.json DELETED
File without changes
File without changes
File without changes
File without changes