@nuxt/modules 0.6.0-d2962e → 0.6.0-d622fc
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/modules.json +0 -24
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -3310,30 +3310,6 @@
|
|
|
3310
3310
|
}
|
|
3311
3311
|
}
|
|
3312
3312
|
},
|
|
3313
|
-
{
|
|
3314
|
-
"name": "pinia-plugin-persistedstate",
|
|
3315
|
-
"description": "Configurable persistence and rehydration of Pinia stores.",
|
|
3316
|
-
"repo": "prazdevs/pinia-plugin-persistedstate#main/packages/nuxt",
|
|
3317
|
-
"npm": "@pinia-plugin-persistedstate/nuxt",
|
|
3318
|
-
"icon": "pinia-plugin-persistedstate.png",
|
|
3319
|
-
"github": "https://github.com/prazdevs/pinia-plugin-persistedstate/tree/main/packages/nuxt",
|
|
3320
|
-
"website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
|
|
3321
|
-
"learn_more": "",
|
|
3322
|
-
"category": "Extensions",
|
|
3323
|
-
"type": "3rd-party",
|
|
3324
|
-
"maintainers": [
|
|
3325
|
-
{
|
|
3326
|
-
"name": "PraZ",
|
|
3327
|
-
"github": "prazdevs"
|
|
3328
|
-
}
|
|
3329
|
-
],
|
|
3330
|
-
"compatibility": {
|
|
3331
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3332
|
-
"requires": {
|
|
3333
|
-
"bridge": "optional"
|
|
3334
|
-
}
|
|
3335
|
-
}
|
|
3336
|
-
},
|
|
3337
3313
|
{
|
|
3338
3314
|
"name": "pinia",
|
|
3339
3315
|
"description": "The Vue Store that you will enjoy using",
|