@noy-db/in-nuxt 0.7.0-pre.11 → 0.7.0-pre.12
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/README.md +2 -2
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -20,9 +20,9 @@ export default defineNuxtConfig({
|
|
|
20
20
|
modules: ['@noy-db/in-nuxt'],
|
|
21
21
|
|
|
22
22
|
noydb: {
|
|
23
|
-
|
|
23
|
+
store: 'to-browser-idb', // a HINT for the runtime plugin; you can always construct your own store
|
|
24
24
|
pinia: true,
|
|
25
|
-
sync: {
|
|
25
|
+
sync: { store: 'to-aws-dynamo', table: 'noydb-prod', region: 'ap-southeast-1' },
|
|
26
26
|
auth: { mode: 'biometric', sessionTimeout: '15m' },
|
|
27
27
|
},
|
|
28
28
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noy-db/in-nuxt",
|
|
3
|
-
"version": "0.7.0-pre.
|
|
3
|
+
"version": "0.7.0-pre.12",
|
|
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/
|
|
38
|
-
"@noy-db/
|
|
39
|
-
"@noy-db/in-
|
|
40
|
-
"@noy-db/in-
|
|
37
|
+
"@noy-db/hub": "^0.7.0-pre.12",
|
|
38
|
+
"@noy-db/in-rest": "0.7.0-pre.12",
|
|
39
|
+
"@noy-db/in-vue": "0.7.0-pre.12",
|
|
40
|
+
"@noy-db/in-pinia": "0.7.0-pre.12"
|
|
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.7.0-pre.
|
|
48
|
+
"@noy-db/in-devtools": "0.7.0-pre.12"
|
|
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/hub": "0.7.0-pre.
|
|
60
|
-
"@noy-db/in-rest": "0.7.0-pre.
|
|
61
|
-
"@noy-db/in-
|
|
62
|
-
"@noy-db/in-
|
|
59
|
+
"@noy-db/hub": "0.7.0-pre.12",
|
|
60
|
+
"@noy-db/in-rest": "0.7.0-pre.12",
|
|
61
|
+
"@noy-db/in-pinia": "0.7.0-pre.12",
|
|
62
|
+
"@noy-db/in-vue": "0.7.0-pre.12"
|
|
63
63
|
},
|
|
64
64
|
"keywords": [
|
|
65
65
|
"noy-db",
|