watermark-js-plus 1.4.24 → 1.4.25

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.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * watermark-js-plus v1.4.24
2
+ * watermark-js-plus v1.4.25
3
3
  * (c) 2022-2024 Michael Sun
4
4
  * Released under the MIT License.
5
5
  */
package/dist/index.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * watermark-js-plus v1.4.24
2
+ * watermark-js-plus v1.4.25
3
3
  * (c) 2022-2024 Michael Sun
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * watermark-js-plus v1.4.24
2
+ * watermark-js-plus v1.4.25
3
3
  * (c) 2022-2024 Michael Sun
4
4
  * Released under the MIT License.
5
5
  */
package/dist/index.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * watermark-js-plus v1.4.24
2
+ * watermark-js-plus v1.4.25
3
3
  * (c) 2022-2024 Michael Sun
4
4
  * Released under the MIT License.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "watermark-js-plus",
3
- "version": "1.4.24",
3
+ "version": "1.4.25",
4
4
  "description": "watermark for the browser",
5
5
  "scripts": {
6
6
  "clean:dist": "rimraf dist",
@@ -101,7 +101,7 @@
101
101
  "lodash": "^4.17.21",
102
102
  "markdown-it": "^14.1.0",
103
103
  "pinia": "^2.1.7",
104
- "rimraf": "^5.0.5",
104
+ "rimraf": "^5.0.6",
105
105
  "rollup": "^4.17.2",
106
106
  "rollup-plugin-filesize": "^10.0.0",
107
107
  "rollup-plugin-postcss": "^4.0.2",
@@ -112,6 +112,6 @@
112
112
  "typescript": "^5.4.5",
113
113
  "unplugin-element-plus": "^0.8.0",
114
114
  "vitepress": "^1.1.4",
115
- "vue": "^3.4.26"
115
+ "vue": "^3.4.27"
116
116
  }
117
117
  }