mol_dump_lib 0.0.145 → 0.0.146
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/node.deps.json +1 -1
- package/node.js +1 -6
- package/node.js.map +1 -1
- package/node.mjs +1 -6
- package/node.test.js +1 -6
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +1 -6
- package/web.deps.json +1 -1
- package/web.js +6 -12
- package/web.js.map +1 -1
- package/web.mjs +6 -12
package/node.mjs
CHANGED
|
@@ -5183,12 +5183,7 @@ var $;
|
|
|
5183
5183
|
}
|
|
5184
5184
|
else {
|
|
5185
5185
|
this.native().setItem(key, JSON.stringify(next));
|
|
5186
|
-
|
|
5187
|
-
this.$.$mol_storage.persisted(true);
|
|
5188
|
-
}
|
|
5189
|
-
catch (error) {
|
|
5190
|
-
$mol_fail_log(error);
|
|
5191
|
-
}
|
|
5186
|
+
this.$.$mol_storage.persisted(true);
|
|
5192
5187
|
}
|
|
5193
5188
|
return next;
|
|
5194
5189
|
}
|
package/node.test.js
CHANGED
|
@@ -5175,12 +5175,7 @@ var $;
|
|
|
5175
5175
|
}
|
|
5176
5176
|
else {
|
|
5177
5177
|
this.native().setItem(key, JSON.stringify(next));
|
|
5178
|
-
|
|
5179
|
-
this.$.$mol_storage.persisted(true);
|
|
5180
|
-
}
|
|
5181
|
-
catch (error) {
|
|
5182
|
-
$mol_fail_log(error);
|
|
5183
|
-
}
|
|
5178
|
+
this.$.$mol_storage.persisted(true);
|
|
5184
5179
|
}
|
|
5185
5180
|
return next;
|
|
5186
5181
|
}
|