stacks 0.70.58 → 0.70.60

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 (1) hide show
  1. package/package.json +20 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks",
3
3
  "type": "module",
4
- "version": "0.70.58",
4
+ "version": "0.70.60",
5
5
  "description": "The Stacks framework.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -181,7 +181,7 @@
181
181
  "import": "./objects/dist/index.js"
182
182
  },
183
183
  "./orm": {
184
- "types": "./orm/dist/src/index.d.ts",
184
+ "types": "./orm/dist/index.d.ts",
185
185
  "import": "./orm/dist/index.js"
186
186
  },
187
187
  "./path": {
@@ -307,6 +307,7 @@
307
307
  "@stacksjs/collections": "^0.70.53",
308
308
  "@stacksjs/config": "^0.70.53",
309
309
  "@stacksjs/database": "^0.70.53",
310
+ "@stacksjs/defaults": "^0.70.53",
310
311
  "@stacksjs/desktop": "^0.70.53",
311
312
  "better-dx": "^0.2.12",
312
313
  "@stacksjs/dns": "^0.70.53",
@@ -338,6 +339,23 @@
338
339
  "@stacksjs/utils": "^0.70.53",
339
340
  "@stacksjs/skills": "^0.70.53",
340
341
  "@stacksjs/validation": "^0.70.53",
342
+ "@stacksjs/api": "^0.70.53",
343
+ "@stacksjs/analytics": "^0.70.53",
344
+ "@stacksjs/chat": "^0.70.53",
345
+ "@stacksjs/cms": "^0.70.53",
346
+ "@stacksjs/commerce": "^0.70.53",
347
+ "@stacksjs/datetime": "^0.70.53",
348
+ "@stacksjs/docs": "^0.70.53",
349
+ "@stacksjs/faker": "^0.70.53",
350
+ "@stacksjs/push": "^0.70.53",
351
+ "@stacksjs/query-builder": "^0.70.53",
352
+ "@stacksjs/queue": "^0.70.53",
353
+ "@stacksjs/repl": "^0.70.53",
354
+ "@stacksjs/scheduler": "^0.70.53",
355
+ "@stacksjs/slug": "^0.70.53",
356
+ "@stacksjs/sms": "^0.70.53",
357
+ "@stacksjs/testing": "^0.70.53",
358
+ "@stacksjs/tinker": "^0.70.53",
341
359
  "bun-query-builder": "^0.1.26"
342
360
  }
343
361
  }