zs_library 0.9.0 → 0.9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zs_library",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "homepage": "https://zs-library.virs.xyz/",
5
5
  "bugs": {
6
6
  "url": "https://github.com/virzs/zs_library/issues"
@@ -164,7 +164,6 @@
164
164
  "react-dom": ">=18.0.0 <19.0.0"
165
165
  },
166
166
  "scripts": {
167
- "build:photo-watermark-wasm": "node src/components/photo-watermark/src-wasm/build-wasm.mjs",
168
167
  "release": "bumpp && pnpm vite build && pnpm publish",
169
168
  "build": "tsc -b && vite build",
170
169
  "dev": "vite",