etiquetas.js 1.0.0-alpha.14 → 1.0.0-alpha.15
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/dist/etiquetas.es.js +27 -25
- package/dist/etiquetas.umd.js +28 -28
- package/dist/etiquetas.umd.js.map +1 -1
- package/dist/{index-0gBKtbw4.js → index-DS6c6wBJ.js} +550 -73
- package/dist/index-DS6c6wBJ.js.map +1 -0
- package/dist/{index.es-CjFLf4zU.js → index.es-DhuHIaTr.js} +4 -4
- package/dist/{index.es-CjFLf4zU.js.map → index.es-DhuHIaTr.js.map} +1 -1
- package/package.json +1 -1
- package/dist/index-0gBKtbw4.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as commonjsGlobal, _ as _typeof$1, g as getDefaultExportFromCjs } from "./index-
|
|
1
|
+
import { c as commonjsGlobal, _ as _typeof$1, g as getDefaultExportFromCjs } from "./index-DS6c6wBJ.js";
|
|
2
2
|
var check = function(it) {
|
|
3
3
|
return it && it.Math === Math && it;
|
|
4
4
|
};
|
|
@@ -203,10 +203,10 @@ var defineGlobalProperty$2 = defineGlobalProperty$3;
|
|
|
203
203
|
var SHARED = "__core-js_shared__";
|
|
204
204
|
var store$3 = sharedStore.exports = globalThis$j[SHARED] || defineGlobalProperty$2(SHARED, {});
|
|
205
205
|
(store$3.versions || (store$3.versions = [])).push({
|
|
206
|
-
version: "3.
|
|
206
|
+
version: "3.44.0",
|
|
207
207
|
mode: "global",
|
|
208
208
|
copyright: "© 2014-2025 Denis Pushkarev (zloirock.ru)",
|
|
209
|
-
license: "https://github.com/zloirock/core-js/blob/v3.
|
|
209
|
+
license: "https://github.com/zloirock/core-js/blob/v3.44.0/LICENSE",
|
|
210
210
|
source: "https://github.com/zloirock/core-js"
|
|
211
211
|
});
|
|
212
212
|
var sharedStoreExports = sharedStore.exports;
|
|
@@ -9226,4 +9226,4 @@ export {
|
|
|
9226
9226
|
vectorsAngle,
|
|
9227
9227
|
vectorsRatio
|
|
9228
9228
|
};
|
|
9229
|
-
//# sourceMappingURL=index.es-
|
|
9229
|
+
//# sourceMappingURL=index.es-DhuHIaTr.js.map
|