@opentinyvue/vue-date-range 2.22.0 → 2.22.1

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -101,7 +101,7 @@ var DateRange = defineComponent({
101
101
  });
102
102
  }
103
103
  });
104
- var version = "2.22.0";
104
+ var version = "2.undefined";
105
105
  DateRange.install = function(Vue) {
106
106
  Vue.component(DateRange.name, DateRange);
107
107
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-date-range",
3
3
  "type": "module",
4
- "version": "2.22.0",
4
+ "version": "2.22.1",
5
5
  "description": "",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,