mol_vary 0.0.51 → 0.0.53
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 +2 -2
- package/node.js +2 -2
- package/node.js.map +1 -1
- package/node.mjs +2 -2
- package/node.test.js +2 -2
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +2 -2
- package/web.js +2 -2
- package/web.js.map +1 -1
- package/web.mjs +2 -2
package/node.d.ts
CHANGED
package/node.js
CHANGED
|
@@ -2343,8 +2343,8 @@ var $;
|
|
|
2343
2343
|
$mol_vary_tip[$mol_vary_tip["link"] = 32] = "link";
|
|
2344
2344
|
$mol_vary_tip[$mol_vary_tip["spec"] = 64] = "spec";
|
|
2345
2345
|
$mol_vary_tip[$mol_vary_tip["list"] = 96] = "list";
|
|
2346
|
-
$mol_vary_tip[$mol_vary_tip["
|
|
2347
|
-
$mol_vary_tip[$mol_vary_tip["
|
|
2346
|
+
$mol_vary_tip[$mol_vary_tip["blob"] = 128] = "blob";
|
|
2347
|
+
$mol_vary_tip[$mol_vary_tip["text"] = 160] = "text";
|
|
2348
2348
|
$mol_vary_tip[$mol_vary_tip["tupl"] = 192] = "tupl";
|
|
2349
2349
|
$mol_vary_tip[$mol_vary_tip["sint"] = 224] = "sint";
|
|
2350
2350
|
})($mol_vary_tip = $.$mol_vary_tip || ($.$mol_vary_tip = {}));
|