@opentinyvue/vue-image-viewer 3.22.0 → 3.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
@@ -134,7 +134,7 @@ var ImageViewer = defineComponent({
134
134
  });
135
135
  }
136
136
  });
137
- var version = "3.22.0";
137
+ var version = "3.undefined";
138
138
  ImageViewer.install = function(Vue) {
139
139
  Vue.component(ImageViewer.name, ImageViewer);
140
140
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-image-viewer",
3
3
  "type": "module",
4
- "version": "3.22.0",
4
+ "version": "3.22.1",
5
5
  "description": "",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,