@applemusic-like-lyrics/react-full 0.2.0 → 0.2.1

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.
Files changed (1) hide show
  1. package/package.json +11 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applemusic-like-lyrics/react-full",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "AMLL 组件库的 React 绑定,但是更加完备且高度灵活",
5
5
  "repository": {
6
6
  "url": "https://github.com/amll-dev/applemusic-like-lyrics.git",
@@ -11,7 +11,13 @@
11
11
  "nx": {
12
12
  "tags": [
13
13
  "library"
14
- ]
14
+ ],
15
+ "targets": {
16
+ "nx-release-publish": {
17
+ "executor": "@nx/js:release-publish",
18
+ "dependsOn": []
19
+ }
20
+ }
15
21
  },
16
22
  "type": "module",
17
23
  "main": "dist/amll-react-framework.cjs",
@@ -45,8 +51,8 @@
45
51
  "corner-smoothing": "^0.1.5",
46
52
  "framer-motion": "^12.38.0",
47
53
  "react-toastify": "^11.0.5",
48
- "@applemusic-like-lyrics/core": "^0.3.0",
49
- "@applemusic-like-lyrics/react": "^0.3.0"
54
+ "@applemusic-like-lyrics/core": "^0.3.1",
55
+ "@applemusic-like-lyrics/react": "^0.3.1"
50
56
  },
51
57
  "peerDependencies": {
52
58
  "jotai": "^2",
@@ -71,7 +77,7 @@
71
77
  "vite-plugin-svgr": "^4.5.0",
72
78
  "vite-plugin-wasm": "^3.6.0",
73
79
  "vite-plugin-babel": "^1.6.0",
74
- "@applemusic-like-lyrics/lyric": "^0.4.0"
80
+ "@applemusic-like-lyrics/lyric": "^0.4.1"
75
81
  },
76
82
  "scripts": {
77
83
  "build:docs": "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts",