watermark-js-plus 1.3.33 → 1.3.34

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.3.33
2
+ * watermark-js-plus v1.3.34
3
3
  * (c) 2022-2023 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.3.33
2
+ * watermark-js-plus v1.3.34
3
3
  * (c) 2022-2023 Michael Sun
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * watermark-js-plus v1.3.33
2
+ * watermark-js-plus v1.3.34
3
3
  * (c) 2022-2023 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.3.33
2
+ * watermark-js-plus v1.3.34
3
3
  * (c) 2022-2023 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.3.33",
3
+ "version": "1.3.34",
4
4
  "description": "watermark for the browser",
5
5
  "scripts": {
6
6
  "clean:dist": "rimraf dist",
@@ -66,7 +66,7 @@
66
66
  "@babel/core": "^7.23.7",
67
67
  "@babel/eslint-parser": "^7.23.3",
68
68
  "@babel/plugin-transform-runtime": "^7.23.7",
69
- "@babel/preset-env": "^7.23.7",
69
+ "@babel/preset-env": "^7.23.8",
70
70
  "@commitlint/cli": "^18.4.4",
71
71
  "@commitlint/config-conventional": "^18.4.4",
72
72
  "@element-plus/icons-vue": "^2.3.1",
@@ -77,9 +77,9 @@
77
77
  "@rollup/plugin-replace": "^5.0.5",
78
78
  "@rollup/plugin-strip": "^3.0.4",
79
79
  "@rollup/plugin-terser": "0.4.4",
80
- "@rollup/plugin-typescript": "^11.1.5",
80
+ "@rollup/plugin-typescript": "^11.1.6",
81
81
  "@types/markdown-it": "^13.0.7",
82
- "@typescript-eslint/parser": "^6.16.0",
82
+ "@typescript-eslint/parser": "^6.18.1",
83
83
  "@vue/theme": "^2.2.5",
84
84
  "autoprefixer": "^10.4.16",
85
85
  "concurrently": "^8.2.2",
@@ -98,7 +98,7 @@
98
98
  "markdown-it": "^14.0.0",
99
99
  "pinia": "^2.1.7",
100
100
  "rimraf": "^5.0.5",
101
- "rollup": "^4.9.3",
101
+ "rollup": "^4.9.4",
102
102
  "rollup-plugin-filesize": "^10.0.0",
103
103
  "rollup-plugin-postcss": "^4.0.2",
104
104
  "rollup-plugin-sass": "^1.12.21",
@@ -107,7 +107,7 @@
107
107
  "terser": "^5.26.0",
108
108
  "typescript": "^5.3.3",
109
109
  "unplugin-element-plus": "^0.8.0",
110
- "vitepress": "^1.0.0-rc.35",
111
- "vue": "^3.4.5"
110
+ "vitepress": "^1.0.0-rc.36",
111
+ "vue": "^3.4.7"
112
112
  }
113
113
  }