stacks 0.70.63 → 0.70.64
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/package.json +14 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stacks",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.70.
|
|
4
|
+
"version": "0.70.64",
|
|
5
5
|
"description": "The Stacks framework.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"contributors": [
|
|
@@ -356,6 +356,19 @@
|
|
|
356
356
|
"@stacksjs/sms": "^0.70.53",
|
|
357
357
|
"@stacksjs/testing": "^0.70.53",
|
|
358
358
|
"@stacksjs/tinker": "^0.70.53",
|
|
359
|
+
"@stacksjs/composables": "^0.70.53",
|
|
360
|
+
"@stacksjs/shell": "^0.70.53",
|
|
361
|
+
"@stacksjs/charts": "^0.70.53",
|
|
362
|
+
"@stacksjs/whois": "^0.70.53",
|
|
363
|
+
"@stacksjs/browser": "^0.70.53",
|
|
364
|
+
"@stacksjs/calendar-api": "^0.70.53",
|
|
365
|
+
"@stacksjs/github": "^0.70.53",
|
|
366
|
+
"@stacksjs/http": "^0.70.53",
|
|
367
|
+
"@stacksjs/registry": "^0.70.53",
|
|
368
|
+
"@stacksjs/socials": "^0.70.53",
|
|
369
|
+
"@stacksjs/newsletter": "^0.70.53",
|
|
370
|
+
"@stacksjs/i18n": "^0.70.53",
|
|
371
|
+
"@stacksjs/cron": "^0.70.53",
|
|
359
372
|
"bun-query-builder": "^0.1.26"
|
|
360
373
|
}
|
|
361
374
|
}
|