@aibee/crc-bmap 0.13.21 → 0.13.22
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/lib/index.cjs +1 -1
- package/lib/index.esm.min.js +1 -1
- package/lib/meta.json +3 -3
- package/lib/src/types/index.d.ts +1 -0
- package/package.json +1 -1
package/lib/meta.json
CHANGED
|
@@ -4869,7 +4869,7 @@
|
|
|
4869
4869
|
"format": "esm"
|
|
4870
4870
|
},
|
|
4871
4871
|
"../lib/src/bmap.js": {
|
|
4872
|
-
"bytes":
|
|
4872
|
+
"bytes": 22241,
|
|
4873
4873
|
"imports": [
|
|
4874
4874
|
{
|
|
4875
4875
|
"path": "../../../node_modules/.pnpm/@swc+helpers@0.5.17/node_modules/@swc/helpers/esm/_extends.js",
|
|
@@ -9249,7 +9249,7 @@
|
|
|
9249
9249
|
"bytesInOutput": 208
|
|
9250
9250
|
},
|
|
9251
9251
|
"../lib/src/bmap.js": {
|
|
9252
|
-
"bytesInOutput":
|
|
9252
|
+
"bytesInOutput": 10982
|
|
9253
9253
|
},
|
|
9254
9254
|
"../lib/src/context/context.js": {
|
|
9255
9255
|
"bytesInOutput": 8715
|
|
@@ -9708,7 +9708,7 @@
|
|
|
9708
9708
|
"bytesInOutput": 433
|
|
9709
9709
|
}
|
|
9710
9710
|
},
|
|
9711
|
-
"bytes":
|
|
9711
|
+
"bytes": 403212
|
|
9712
9712
|
}
|
|
9713
9713
|
}
|
|
9714
9714
|
}
|
package/lib/src/types/index.d.ts
CHANGED