watermark-js-plus 1.4.1 → 1.4.2

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.1
2
+ * watermark-js-plus v1.4.2
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.4.1
2
+ * watermark-js-plus v1.4.2
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.4.1
2
+ * watermark-js-plus v1.4.2
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.4.1
2
+ * watermark-js-plus v1.4.2
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.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "watermark for the browser",
5
5
  "scripts": {
6
6
  "clean:dist": "rimraf dist",
@@ -67,8 +67,8 @@
67
67
  "@babel/eslint-parser": "^7.23.10",
68
68
  "@babel/plugin-transform-runtime": "^7.23.9",
69
69
  "@babel/preset-env": "^7.23.9",
70
- "@commitlint/cli": "^18.6.0",
71
- "@commitlint/config-conventional": "^18.6.0",
70
+ "@commitlint/cli": "^18.6.1",
71
+ "@commitlint/config-conventional": "^18.6.1",
72
72
  "@element-plus/icons-vue": "^2.3.1",
73
73
  "@rollup/plugin-babel": "^6.0.4",
74
74
  "@rollup/plugin-commonjs": "^25.0.7",
@@ -79,20 +79,20 @@
79
79
  "@rollup/plugin-terser": "0.4.4",
80
80
  "@rollup/plugin-typescript": "^11.1.6",
81
81
  "@types/markdown-it": "^13.0.7",
82
- "@typescript-eslint/parser": "^6.21.0",
82
+ "@typescript-eslint/parser": "^7.0.0",
83
83
  "@vue/theme": "^2.2.5",
84
84
  "autoprefixer": "^10.4.17",
85
85
  "concurrently": "^8.2.2",
86
86
  "conventional-changelog-angular": "^7.0.0",
87
87
  "conventional-changelog-cli": "^4.1.0",
88
- "core-js": "^3.35.1",
88
+ "core-js": "^3.36.0",
89
89
  "cssnano": "^6.0.3",
90
90
  "element-plus": "^2.5.5",
91
91
  "eslint": "^8.56.0",
92
92
  "eslint-config-airbnb-base": "^15.0.0",
93
93
  "eslint-config-semistandard": "^17.0.0",
94
94
  "eslint-plugin-import": "^2.29.1",
95
- "husky": "^9.0.10",
95
+ "husky": "^9.0.11",
96
96
  "lint-staged": "^15.2.2",
97
97
  "lodash": "^4.17.21",
98
98
  "markdown-it": "^14.0.0",
@@ -108,6 +108,6 @@
108
108
  "typescript": "^5.3.3",
109
109
  "unplugin-element-plus": "^0.8.0",
110
110
  "vitepress": "^1.0.0-rc.42",
111
- "vue": "^3.4.18"
111
+ "vue": "^3.4.19"
112
112
  }
113
113
  }