mol_vary 0.0.43 → 0.0.45
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.meta.tree +1 -1
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.meta.tree +1 -1
- package/web.test.js +1 -1
- package/web.test.js.map +1 -1
package/node.meta.tree
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
\/
|
|
2
2
|
pack bun git \https://github.com/spleekz/mam_bun.git
|
|
3
|
-
pack
|
|
3
|
+
pack giper git \https://github.com/giper-dev/gd.git
|
|
4
4
|
pack hyoo git \https://github.com/hyoo-ru/mam_hyoo.git
|
|
5
5
|
pack iva git \https://github.com/thenesterov/mam_iva.git
|
|
6
6
|
pack jin git \https://github.com/nin-jin/mam_jin.git
|
package/node.test.js
CHANGED
|
@@ -4938,8 +4938,8 @@ var $;
|
|
|
4938
4938
|
const str = $mol_charset_encode;
|
|
4939
4939
|
function check(vary, ideal, Vary = $mol_vary) {
|
|
4940
4940
|
const pack = Vary.pack(vary);
|
|
4941
|
-
$mol_assert_equal(pack, new Uint8Array(ideal));
|
|
4942
4941
|
$mol_assert_equal(Vary.take(pack), vary);
|
|
4942
|
+
$mol_assert_equal(pack, new Uint8Array(ideal));
|
|
4943
4943
|
}
|
|
4944
4944
|
$mol_test({
|
|
4945
4945
|
"vary pack logical"($) {
|