@dcloudio/uni-cli-shared 3.0.0-alpha-3050020220623004 → 3.0.0-alpha-3050120220704001

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.
@@ -57,6 +57,10 @@ export interface MiniProgramCompilerOptions {
57
57
  * 格式化组件名称,比如 wx-btn => weixin-btn (微信不允许以 wx 命名自定义组件)
58
58
  */
59
59
  normalizeName?: (name: string) => string;
60
+ /**
61
+ * 合并虚拟化节点属性(class、style)
62
+ */
63
+ mergeVirtualHostAttributes?: boolean;
60
64
  };
61
65
  directive: string;
62
66
  emitFile?: (emittedFile: EmittedAsset) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcloudio/uni-cli-shared",
3
- "version": "3.0.0-alpha-3050020220623004",
3
+ "version": "3.0.0-alpha-3050120220704001",
4
4
  "description": "@dcloudio/uni-cli-shared",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,8 +22,8 @@
22
22
  "@babel/core": "^7.17.9",
23
23
  "@babel/parser": "^7.17.9",
24
24
  "@babel/types": "^7.17.0",
25
- "@dcloudio/uni-i18n": "3.0.0-alpha-3050020220623004",
26
- "@dcloudio/uni-shared": "3.0.0-alpha-3050020220623004",
25
+ "@dcloudio/uni-i18n": "3.0.0-alpha-3050120220704001",
26
+ "@dcloudio/uni-shared": "3.0.0-alpha-3050120220704001",
27
27
  "@intlify/core-base": "9.1.9",
28
28
  "@intlify/shared": "9.1.9",
29
29
  "@intlify/vue-devtools": "9.1.9",
package/lib/.DS_Store DELETED
Binary file
Binary file