@tarojs/components-advanced 3.6.22-nightly.5 → 3.6.22-nightly.7
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 +0 -4
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -4,7 +4,3 @@
|
|
|
4
4
|
|
|
5
5
|
- 虚拟列表 [VirtualList](./src/components/virtual-list/index.ts)
|
|
6
6
|
- 虚拟瀑布流 [VirtualWaterfall](./src/components/virtual-waterfall/index.ts)
|
|
7
|
-
|
|
8
|
-
> Note: @tarojs/components-advanced 不能依赖 @tarojs/components
|
|
9
|
-
> 因为 @tarojs/components 依赖 @tarojs/components-advanced 导出虚拟列表组件,
|
|
10
|
-
> 且仅通过 peerDependencies 引用依赖会在 pnpm publish 时抛出错误
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/components-advanced",
|
|
3
|
-
"version": "3.6.22-nightly.
|
|
3
|
+
"version": "3.6.22-nightly.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"memoize-one": "^6.0.0",
|
|
22
22
|
"postcss": "^8.4.18",
|
|
23
23
|
"tslib": "^2.6.2",
|
|
24
|
-
"@tarojs/components": "3.6.22-nightly.
|
|
24
|
+
"@tarojs/components": "3.6.22-nightly.7"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@babel/cli": "^7.14.5",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"rollup-plugin-ts": "^3.0.2",
|
|
40
40
|
"typescript": "^4.7.4",
|
|
41
41
|
"vue": "^3.0.0",
|
|
42
|
-
"@tarojs/runtime": "3.6.22-nightly.
|
|
43
|
-
"@tarojs/shared": "3.6.22-nightly.
|
|
44
|
-
"
|
|
45
|
-
"
|
|
42
|
+
"@tarojs/runtime": "3.6.22-nightly.7",
|
|
43
|
+
"@tarojs/shared": "3.6.22-nightly.7",
|
|
44
|
+
"@tarojs/taro": "3.6.22-nightly.7",
|
|
45
|
+
"babel-preset-taro": "3.6.22-nightly.7"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": ">=17",
|
|
49
|
-
"@tarojs/
|
|
50
|
-
"@tarojs/runtime": "~3.6.22-nightly.
|
|
51
|
-
"@tarojs/
|
|
49
|
+
"@tarojs/taro": "~3.6.22-nightly.7",
|
|
50
|
+
"@tarojs/runtime": "~3.6.22-nightly.7",
|
|
51
|
+
"@tarojs/shared": "~3.6.22-nightly.7"
|
|
52
52
|
},
|
|
53
53
|
"peerDependenciesMeta": {
|
|
54
54
|
"react": {
|