@aibee/crc-bmap 0.13.21 → 0.13.23
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 +4 -4
- package/lib/src/types/index.d.ts +1 -0
- package/package.json +1 -1
package/lib/meta.json
CHANGED
|
@@ -4729,7 +4729,7 @@
|
|
|
4729
4729
|
"format": "esm"
|
|
4730
4730
|
},
|
|
4731
4731
|
"../lib/src/loader/AibeeLoader/index.js": {
|
|
4732
|
-
"bytes":
|
|
4732
|
+
"bytes": 18123,
|
|
4733
4733
|
"imports": [
|
|
4734
4734
|
{
|
|
4735
4735
|
"path": "../../../node_modules/.pnpm/@swc+helpers@0.5.17/node_modules/@swc/helpers/esm/_extends.js",
|
|
@@ -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
|
|
@@ -9573,7 +9573,7 @@
|
|
|
9573
9573
|
"bytesInOutput": 1220
|
|
9574
9574
|
},
|
|
9575
9575
|
"../lib/src/loader/AibeeLoader/index.js": {
|
|
9576
|
-
"bytesInOutput":
|
|
9576
|
+
"bytesInOutput": 8837
|
|
9577
9577
|
},
|
|
9578
9578
|
"../lib/src/loader/AibeeLoader/layer.js": {
|
|
9579
9579
|
"bytesInOutput": 4268
|
package/lib/src/types/index.d.ts
CHANGED