@noy-db/in-nuxt 0.4.0-pre.7 → 0.4.0-pre.8

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -44,7 +44,7 @@ The module exposes your typed config through `useRuntimeConfig().public.noydb` b
44
44
  ```ts
45
45
  // plugins/noydb.client.ts
46
46
  import { createNoydb } from '@noy-db/hub'
47
- import { browserIdbStore } from '@noy-db/to-browser-idb'
47
+ import { toBrowserIdb } from '@noy-db/to-browser-idb'
48
48
  import { setActiveNoydb } from '@noy-db/in-pinia'
49
49
 
50
50
  export default defineNuxtPlugin(async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noy-db/in-nuxt",
3
- "version": "0.4.0-pre.7",
3
+ "version": "0.4.0-pre.8",
4
4
  "description": "Nuxt 4 module for noy-db — auto-imports, SSR-safe runtime plugin, and the @noy-db/in-pinia bridge",
5
5
  "license": "MIT",
6
6
  "author": "vLannaAi <vicio@lanna.ai>",
@@ -34,10 +34,10 @@
34
34
  },
35
35
  "peerDependencies": {
36
36
  "nuxt": "^4.0.0",
37
- "@noy-db/hub": "0.4.0-pre.7",
38
- "@noy-db/in-pinia": "0.4.0-pre.7",
39
- "@noy-db/in-rest": "0.4.0-pre.7",
40
- "@noy-db/in-vue": "0.4.0-pre.7"
37
+ "@noy-db/hub": "0.4.0-pre.8",
38
+ "@noy-db/in-pinia": "0.4.0-pre.8",
39
+ "@noy-db/in-rest": "0.4.0-pre.8",
40
+ "@noy-db/in-vue": "0.4.0-pre.8"
41
41
  },
42
42
  "peerDependenciesMeta": {
43
43
  "@noy-db/in-rest": {
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "@noy-db/in-devtools": "0.4.0-pre.7"
48
+ "@noy-db/in-devtools": "0.4.0-pre.8"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@nuxt/kit": "^4.4.2",
@@ -56,10 +56,10 @@
56
56
  "happy-dom": "^17.4.4",
57
57
  "nuxt": "^4.4.2",
58
58
  "vue": "^3.5.32",
59
- "@noy-db/in-pinia": "0.4.0-pre.7",
60
- "@noy-db/hub": "0.4.0-pre.7",
61
- "@noy-db/in-rest": "0.4.0-pre.7",
62
- "@noy-db/in-vue": "0.4.0-pre.7"
59
+ "@noy-db/hub": "0.4.0-pre.8",
60
+ "@noy-db/in-vue": "0.4.0-pre.8",
61
+ "@noy-db/in-rest": "0.4.0-pre.8",
62
+ "@noy-db/in-pinia": "0.4.0-pre.8"
63
63
  },
64
64
  "keywords": [
65
65
  "noy-db",