@cloudcome/utils-browser 1.2.14 → 1.2.16

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/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const VERSION = "1.2.13";
3
+ const VERSION = "1.2.15";
4
4
  exports.VERSION = VERSION;
5
5
  //# sourceMappingURL=index.cjs.map
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- const VERSION = "1.2.13";
1
+ const VERSION = "1.2.15";
2
2
  export {
3
3
  VERSION
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudcome/utils-browser",
3
- "version": "1.2.14",
3
+ "version": "1.2.16",
4
4
  "description": "cloudcome utils for browser",
5
5
  "engines": {
6
6
  "node": ">=22"
@@ -106,7 +106,7 @@
106
106
  "dist"
107
107
  ],
108
108
  "dependencies": {
109
- "@cloudcome/utils-core": "~1.18.2"
109
+ "@cloudcome/utils-core": "~1.19.1"
110
110
  },
111
111
  "repository": {
112
112
  "type": "git",