watermark-js-plus 1.3.10 → 1.3.12

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.10
2
+ * watermark-js-plus v1.3.12
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.10
2
+ * watermark-js-plus v1.3.12
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.10
2
+ * watermark-js-plus v1.3.12
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.10
2
+ * watermark-js-plus v1.3.12
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.10",
3
+ "version": "1.3.12",
4
4
  "description": "watermark for the browser",
5
5
  "scripts": {
6
6
  "clean:dist": "rimraf dist",
@@ -63,23 +63,23 @@
63
63
  "node": ">=16.0.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@babel/core": "^7.23.0",
66
+ "@babel/core": "^7.23.2",
67
67
  "@babel/eslint-parser": "^7.22.15",
68
- "@babel/plugin-transform-runtime": "^7.22.15",
69
- "@babel/preset-env": "^7.22.20",
68
+ "@babel/plugin-transform-runtime": "^7.23.2",
69
+ "@babel/preset-env": "^7.23.2",
70
70
  "@commitlint/cli": "^17.7.2",
71
71
  "@commitlint/config-conventional": "^17.7.0",
72
72
  "@element-plus/icons-vue": "^2.1.0",
73
- "@rollup/plugin-babel": "^6.0.3",
74
- "@rollup/plugin-commonjs": "^25.0.4",
75
- "@rollup/plugin-eslint": "^9.0.4",
76
- "@rollup/plugin-node-resolve": "^15.2.1",
73
+ "@rollup/plugin-babel": "^6.0.4",
74
+ "@rollup/plugin-commonjs": "^25.0.5",
75
+ "@rollup/plugin-eslint": "^9.0.5",
76
+ "@rollup/plugin-node-resolve": "^15.2.3",
77
77
  "@rollup/plugin-replace": "^5.0.3",
78
78
  "@rollup/plugin-strip": "^3.0.3",
79
79
  "@rollup/plugin-terser": "0.4.4",
80
80
  "@rollup/plugin-typescript": "^11.1.5",
81
81
  "@types/markdown-it": "^13.0.2",
82
- "@typescript-eslint/parser": "^6.7.4",
82
+ "@typescript-eslint/parser": "^6.7.5",
83
83
  "@vue/theme": "^2.2.4",
84
84
  "autoprefixer": "^10.4.16",
85
85
  "concurrently": "^8.2.1",
@@ -87,8 +87,8 @@
87
87
  "conventional-changelog-cli": "^4.1.0",
88
88
  "core-js": "^3.33.0",
89
89
  "cssnano": "^6.0.1",
90
- "element-plus": "^2.3.14",
91
- "eslint": "^8.50.0",
90
+ "element-plus": "^2.4.0",
91
+ "eslint": "^8.51.0",
92
92
  "eslint-config-airbnb-base": "^15.0.0",
93
93
  "eslint-config-semistandard": "^17.0.0",
94
94
  "eslint-plugin-import": "^2.28.1",
@@ -96,16 +96,18 @@
96
96
  "lint-staged": "^14.0.1",
97
97
  "lodash": "^4.17.21",
98
98
  "markdown-it": "^13.0.2",
99
+ "pinia": "^2.1.7",
99
100
  "rimraf": "^5.0.5",
100
101
  "rollup": "^3.29.4",
101
102
  "rollup-plugin-filesize": "^10.0.0",
102
103
  "rollup-plugin-postcss": "^4.0.2",
103
- "rollup-plugin-sass": "^1.12.20",
104
+ "rollup-plugin-sass": "^1.12.21",
104
105
  "rollup-plugin-visualizer": "^5.9.2",
105
106
  "rollup-plugin-your-function": "^0.5.3",
106
107
  "terser": "^5.21.0",
107
108
  "typescript": "^5.2.2",
108
109
  "unplugin-element-plus": "^0.8.0",
109
- "vitepress": "^1.0.0-rc.20"
110
+ "vitepress": "1.0.0-rc.20",
111
+ "vue": "^3.3.4"
110
112
  }
111
113
  }