stacks 0.70.63 → 0.70.65
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 +19 -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.65",
|
|
5
5
|
"description": "The Stacks framework.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"contributors": [
|
|
@@ -80,6 +80,10 @@
|
|
|
80
80
|
"types": "./build/dist/index.d.ts",
|
|
81
81
|
"import": "./build/dist/index.js"
|
|
82
82
|
},
|
|
83
|
+
"./browser-extension": {
|
|
84
|
+
"types": "./browser-extension/dist/index.d.ts",
|
|
85
|
+
"import": "./browser-extension/dist/index.js"
|
|
86
|
+
},
|
|
83
87
|
"./cache": {
|
|
84
88
|
"types": "./cache/dist/index.d.ts",
|
|
85
89
|
"import": "./cache/dist/index.js"
|
|
@@ -300,6 +304,7 @@
|
|
|
300
304
|
"@stacksjs/arrays": "^0.70.53",
|
|
301
305
|
"@stacksjs/auth": "^0.70.53",
|
|
302
306
|
"@stacksjs/buddy": "^0.70.53",
|
|
307
|
+
"@stacksjs/browser-extension": "^0.70.53",
|
|
303
308
|
"@stacksjs/build": "^0.70.53",
|
|
304
309
|
"@stacksjs/cache": "^0.70.53",
|
|
305
310
|
"@stacksjs/cli": "^0.70.53",
|
|
@@ -356,6 +361,19 @@
|
|
|
356
361
|
"@stacksjs/sms": "^0.70.53",
|
|
357
362
|
"@stacksjs/testing": "^0.70.53",
|
|
358
363
|
"@stacksjs/tinker": "^0.70.53",
|
|
364
|
+
"@stacksjs/composables": "^0.70.53",
|
|
365
|
+
"@stacksjs/shell": "^0.70.53",
|
|
366
|
+
"@stacksjs/charts": "^0.70.53",
|
|
367
|
+
"@stacksjs/whois": "^0.70.53",
|
|
368
|
+
"@stacksjs/browser": "^0.70.53",
|
|
369
|
+
"@stacksjs/calendar-api": "^0.70.53",
|
|
370
|
+
"@stacksjs/github": "^0.70.53",
|
|
371
|
+
"@stacksjs/http": "^0.70.53",
|
|
372
|
+
"@stacksjs/registry": "^0.70.53",
|
|
373
|
+
"@stacksjs/socials": "^0.70.53",
|
|
374
|
+
"@stacksjs/newsletter": "^0.70.53",
|
|
375
|
+
"@stacksjs/i18n": "^0.70.53",
|
|
376
|
+
"@stacksjs/cron": "^0.70.53",
|
|
359
377
|
"bun-query-builder": "^0.1.26"
|
|
360
378
|
}
|
|
361
379
|
}
|