watermark-js-plus 1.3.18 → 1.3.19

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/README.md CHANGED
@@ -86,6 +86,24 @@ BlindWatermark.decode({
86
86
 
87
87
  To learn more, check [its documentation](https://zhensherlock.github.io/watermark-js-plus).
88
88
 
89
+ ## Maintainers
90
+
91
+ [@zhensherlock](https://github.com/zhensherlock).
92
+
93
+ ## Contributing
94
+
95
+ Feel free to dive in! [Open an issue](https://github.com/zhensherlock/watermark-js-plus/issues/new/choose) or submit PRs.
96
+
97
+ Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.
98
+
99
+ ### Contributors
100
+
101
+ This project exists thanks to all the people who contribute.
102
+
103
+ <a href="https://github.com/zhensherlock/watermark-js-plus/graphs/contributors">
104
+ <img src="https://contrib.rocks/image?repo=zhensherlock/watermark-js-plus" />
105
+ </a>
106
+
89
107
  ## License
90
108
 
91
- [MIT](LICENSE).
109
+ [MIT](LICENSE) © MichaelSun
package/dist/index.cjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * watermark-js-plus v1.3.18
2
+ * watermark-js-plus v1.3.19
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.18
2
+ * watermark-js-plus v1.3.19
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.18
2
+ * watermark-js-plus v1.3.19
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.18
2
+ * watermark-js-plus v1.3.19
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.18",
3
+ "version": "1.3.19",
4
4
  "description": "watermark for the browser",
5
5
  "scripts": {
6
6
  "clean:dist": "rimraf dist",
@@ -63,12 +63,12 @@
63
63
  "node": ">=16.0.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@babel/core": "^7.23.2",
67
- "@babel/eslint-parser": "^7.22.15",
68
- "@babel/plugin-transform-runtime": "^7.23.2",
69
- "@babel/preset-env": "^7.23.2",
70
- "@commitlint/cli": "^18.2.0",
71
- "@commitlint/config-conventional": "^18.1.0",
66
+ "@babel/core": "^7.23.3",
67
+ "@babel/eslint-parser": "^7.23.3",
68
+ "@babel/plugin-transform-runtime": "^7.23.3",
69
+ "@babel/preset-env": "^7.23.3",
70
+ "@commitlint/cli": "^18.4.0",
71
+ "@commitlint/config-conventional": "^18.4.0",
72
72
  "@element-plus/icons-vue": "^2.1.0",
73
73
  "@rollup/plugin-babel": "^6.0.4",
74
74
  "@rollup/plugin-commonjs": "^25.0.7",
@@ -78,7 +78,7 @@
78
78
  "@rollup/plugin-strip": "^3.0.4",
79
79
  "@rollup/plugin-terser": "0.4.4",
80
80
  "@rollup/plugin-typescript": "^11.1.5",
81
- "@types/markdown-it": "^13.0.5",
81
+ "@types/markdown-it": "^13.0.6",
82
82
  "@typescript-eslint/parser": "^6.10.0",
83
83
  "@vue/theme": "^2.2.5",
84
84
  "autoprefixer": "^10.4.16",