mol_dump_lib 0.0.439 → 0.0.440
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.d.ts +52 -52
- package/node.js +1 -1
- package/node.js.map +1 -1
- package/node.mjs +1 -1
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +52 -52
package/node.mjs
CHANGED
|
@@ -5589,7 +5589,7 @@ var $;
|
|
|
5589
5589
|
class $mol_state_local_node extends $mol_state_local {
|
|
5590
5590
|
static dir() {
|
|
5591
5591
|
const base = process.env.XDG_DATA_HOME || ($node.os.homedir() + '/.local/share');
|
|
5592
|
-
return $mol_file.absolute(base).resolve('./
|
|
5592
|
+
return $mol_file.absolute(base).resolve('./mol_state_local');
|
|
5593
5593
|
}
|
|
5594
5594
|
static value(key, next) {
|
|
5595
5595
|
const file = this.dir().resolve(encodeURIComponent(key) + '.json');
|
package/node.test.js
CHANGED
|
@@ -5580,7 +5580,7 @@ var $;
|
|
|
5580
5580
|
class $mol_state_local_node extends $mol_state_local {
|
|
5581
5581
|
static dir() {
|
|
5582
5582
|
const base = process.env.XDG_DATA_HOME || ($node.os.homedir() + '/.local/share');
|
|
5583
|
-
return $mol_file.absolute(base).resolve('./
|
|
5583
|
+
return $mol_file.absolute(base).resolve('./mol_state_local');
|
|
5584
5584
|
}
|
|
5585
5585
|
static value(key, next) {
|
|
5586
5586
|
const file = this.dir().resolve(encodeURIComponent(key) + '.json');
|