nv-buf-storage 1.4.4 → 1.4.5

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.
Files changed (2) hide show
  1. package/mthds/cmmn.js +1 -1
  2. package/package.json +1 -1
package/mthds/cmmn.js CHANGED
@@ -574,7 +574,7 @@ async function _write(v) {
574
574
  } else if(typnm === "bigint") {
575
575
  var [vsi,vei] = this.wo(v); if(vei !== 0) { return [_tname.nm2em("bi"),vsi,vei] } else { return [0,0,0]}
576
576
  } else if(typnm === "symbol") {
577
- var tnm = _type.sym(v);
577
+ var tnm = _tname.sym(v);
578
578
  if(tnm === "gy") {
579
579
  v = v.description;
580
580
  } else if(tnm === "ly_wn") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nv-buf-storage",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"