@stacksjs/server 0.74.46 → 0.74.48

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.
@@ -1 +1 @@
1
- export const primitiveModules=[["@stacksjs/path",["path"]],["@stacksjs/error-handling",["HttpError","handleError"]],["@stacksjs/logging",["log"]],["@stacksjs/config",["config"]],["@stacksjs/validation",["schema"]],["@stacksjs/router",["response","request","route","Middleware","url"]],["@stacksjs/storage",["storage","fs"]],["@stacksjs/orm",["defineModel","toAttrs"]],["@stacksjs/database",["db","sql"]],["@stacksjs/email",["mail","template"]],["@stacksjs/queue",["Job"]],["@stacksjs/scheduler",["schedule"]],["@stacksjs/actions",["Action"]],["@stacksjs/auth",["Auth","register","sessionCheck"]],["@stacksjs/events",["dispatch","listen","emitter"]],["@stacksjs/feature-flags",["Feature"]],["@stacksjs/security",["makeHash","verifyHash"]],["@stacksjs/collections",["collect"]],["@stacksjs/cli",["quotes"]],["@stacksjs/notifications",["notify","useNotification","useEmail","useSMS","useChat","useDatabase"]],["@stacksjs/realtime",["emit","emitToUser","emitToUsers","createChannel","dispatchBroadcast"]],["@stacksjs/i18n",["I18n","t","tc","te","setLocale","getLocale"]],["@stacksjs/stx",["state","derived","effect"]],["@stacksjs/browser",["useDark","usePreferredDark","useToggle","useStorage"]]];export function primitiveAutoImportEntries(){return primitiveModules.flatMap(([from,names])=>names.map((name)=>({from,name,as:name})))}
1
+ export const primitiveModules=[["@stacksjs/path",["path"]],["@stacksjs/error-handling",["HttpError","handleError"]],["@stacksjs/logging",["log"]],["@stacksjs/config",["config"]],["@stacksjs/validation",["schema"]],["@stacksjs/router",["response","request","route","Middleware","url"]],["@stacksjs/storage",["storage","fs"]],["@stacksjs/orm",["defineModel","toAttrs"]],["@stacksjs/database/runtime",["db","sql"]],["@stacksjs/email",["mail","template"]],["@stacksjs/queue",["Job"]],["@stacksjs/scheduler",["schedule"]],["@stacksjs/actions",["Action"]],["@stacksjs/auth",["Auth","register","sessionCheck"]],["@stacksjs/events",["dispatch","listen","emitter"]],["@stacksjs/feature-flags",["Feature"]],["@stacksjs/security",["makeHash","verifyHash"]],["@stacksjs/collections",["collect"]],["@stacksjs/cli",["quotes"]],["@stacksjs/notifications",["notify","useNotification","useEmail","useSMS","useChat","useDatabase"]],["@stacksjs/realtime",["emit","emitToUser","emitToUsers","createChannel","dispatchBroadcast"]],["@stacksjs/i18n",["I18n","t","tc","te","setLocale","getLocale"]],["@stacksjs/stx",["state","derived","effect"]],["@stacksjs/browser",["useDark","usePreferredDark","useToggle","useStorage"]]];export function primitiveAutoImportEntries(){return primitiveModules.flatMap(([from,names])=>names.map((name)=>({from,name,as:name})))}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@stacksjs/server",
3
3
  "type": "module",
4
4
  "sideEffects": false,
5
- "version": "0.74.46",
5
+ "version": "0.74.48",
6
6
  "description": "Local development and production-ready.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [
@@ -58,19 +58,19 @@
58
58
  "prepublishOnly": "bun run build"
59
59
  },
60
60
  "dependencies": {
61
- "@stacksjs/auth": "0.74.46",
62
- "@stacksjs/config": "0.74.46",
63
- "@stacksjs/events": "0.74.46",
64
- "@stacksjs/i18n": "0.74.46",
65
- "@stacksjs/logging": "0.74.46",
66
- "@stacksjs/orm": "0.74.46",
67
- "@stacksjs/path": "0.74.46",
68
- "@stacksjs/router": "0.74.46",
69
- "@stacksjs/storage": "0.74.46",
61
+ "@stacksjs/auth": "0.74.48",
62
+ "@stacksjs/config": "0.74.48",
63
+ "@stacksjs/events": "0.74.48",
64
+ "@stacksjs/i18n": "0.74.48",
65
+ "@stacksjs/logging": "0.74.48",
66
+ "@stacksjs/orm": "0.74.48",
67
+ "@stacksjs/path": "0.74.48",
68
+ "@stacksjs/router": "0.74.48",
69
+ "@stacksjs/storage": "0.74.48",
70
70
  "bun-plugin-auto-imports": "^0.4.2"
71
71
  },
72
72
  "devDependencies": {
73
- "@stacksjs/validation": "0.74.46",
73
+ "@stacksjs/validation": "0.74.48",
74
74
  "better-dx": "^0.2.24"
75
75
  }
76
76
  }