mam 1.11.321 → 1.11.322
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.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/node.js
CHANGED
|
@@ -3494,7 +3494,7 @@ var $;
|
|
|
3494
3494
|
class $mol_state_local_node extends $mol_state_local {
|
|
3495
3495
|
static dir() {
|
|
3496
3496
|
const base = process.env.XDG_DATA_HOME || ($node.os.homedir() + '/.local/share');
|
|
3497
|
-
return $mol_file.absolute(base).resolve('./
|
|
3497
|
+
return $mol_file.absolute(base).resolve('./mol_state_local');
|
|
3498
3498
|
}
|
|
3499
3499
|
static value(key, next) {
|
|
3500
3500
|
const file = this.dir().resolve(encodeURIComponent(key) + '.json');
|