@magnetarjs/plugin-vue3
Advanced tools
Comparing version 0.11.8 to 0.11.9
@@ -200,3 +200,4 @@ "use strict"; | ||
const doOnFetchAction = (_payload, meta) => { | ||
const docPath = `${collectionPath}/${docId}`; | ||
const _docId = docId || ((0, import_is_what5.isFullString)(meta?.id) ? meta.id : (0, import_is_what5.isNumber)(meta?.id) ? `${meta.id}` : void 0); | ||
const docPath = `${collectionPath}/${_docId}`; | ||
if (meta === "error") { | ||
@@ -207,3 +208,3 @@ exists[docPath] = "error"; | ||
if ((0, import_is_what5.isBoolean)(meta?.exists)) { | ||
exists[`${collectionPath}/${docId}`] = meta.exists; | ||
exists[`${collectionPath}/${_docId}`] = meta.exists; | ||
} | ||
@@ -218,3 +219,3 @@ if (_payload === void 0) | ||
collectionPath, | ||
docId: docId || ((0, import_is_what5.isFullString)(meta?.id) ? meta.id : (0, import_is_what5.isNumber)(meta?.id) ? `${meta.id}` : void 0), | ||
docId: _docId, | ||
actionConfig, | ||
@@ -221,0 +222,0 @@ pluginModuleConfig |
{ | ||
"name": "@magnetarjs/plugin-vue3", | ||
"version": "0.11.8", | ||
"version": "0.11.9", | ||
"sideEffects": false, | ||
@@ -32,9 +32,9 @@ "description": "Magnetar plugin vue3", | ||
"path-to-prop": "2.0.2", | ||
"@magnetarjs/types": "0.11.8", | ||
"@magnetarjs/utils": "0.11.8" | ||
"@magnetarjs/utils": "0.11.9", | ||
"@magnetarjs/types": "0.11.9" | ||
}, | ||
"devDependencies": { | ||
"vue": "^3.2.45", | ||
"@magnetarjs/core": "0.11.8", | ||
"@magnetarjs/test-utils": "0.11.8" | ||
"@magnetarjs/core": "0.11.9", | ||
"@magnetarjs/test-utils": "0.11.9" | ||
}, | ||
@@ -41,0 +41,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
31996
884
+ Added@magnetarjs/types@0.11.9(transitive)
+ Added@magnetarjs/utils@0.11.9(transitive)
- Removed@magnetarjs/types@0.11.8(transitive)
- Removed@magnetarjs/utils@0.11.8(transitive)
Updated@magnetarjs/types@0.11.9
Updated@magnetarjs/utils@0.11.9