@steedos/service-plugin-amis 2.6.4-beta.12 → 2.6.4-beta.14

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.
@@ -140,7 +140,7 @@
140
140
  autoVar: true,
141
141
  })(AmisWrapper);
142
142
  // 记录当前创建的amis自定义组件
143
- console.info('注册了一个自定义amis组件:', {
143
+ console.debug('注册了一个自定义amis组件:', {
144
144
  type: asset.type,
145
145
  weight: asset.weight,
146
146
  component: AmisWrapper,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.6.4-beta.12",
3
+ "version": "2.6.4-beta.14",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -13,7 +13,7 @@
13
13
  "publishConfig": {
14
14
  "access": "public"
15
15
  },
16
- "gitHead": "e6f8dd4c8a1f76284610c296030e1979eadffac5",
16
+ "gitHead": "ed9a68647c6952dd01455126e713828da2261eb3",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }