@kengic/vue 0.26.5-beta.11 → 0.26.5-beta.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -2437,7 +2437,7 @@ const emptyIcon = {
2437
2437
  ...a.data
2438
2438
  }, n);
2439
2439
  }
2440
- }), version = "0.26.5-beta.11";
2440
+ }), version = "0.26.5-beta.12";
2441
2441
  var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
2442
2442
  const freeGlobal$1 = freeGlobal;
2443
2443
  var freeSelf = typeof self == "object" && self && self.Object === Object && self, root = freeGlobal$1 || freeSelf || Function("return this")();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.5-beta.11",
3
+ "version": "0.26.5-beta.12",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",