@next-bricks/basic-bricks 1.194.1 → 1.194.4

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/dist/stories.json CHANGED
@@ -7260,6 +7260,7 @@
7260
7260
  "en": "Transform Agent",
7261
7261
  "zh": "数据转换代理"
7262
7262
  },
7263
+ "deprecated": true,
7263
7264
  "description": {
7264
7265
  "en": "An agent brick that transform properties from bricks to bricks",
7265
7266
  "zh": "一个代理构件支持将一些构件的属性转换并赋值给其它构件"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.194.1",
3
+ "version": "1.194.4",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
6
6
  "license": "GPL-3.0",
@@ -39,5 +39,5 @@
39
39
  "immutability-helper": "^3.1.1"
40
40
  },
41
41
  "sideEffects": true,
42
- "gitHead": "42d6310f79751c12b3b28c2f6409d9c3e8e1da03"
42
+ "gitHead": "d4ea0a7f84d7c09394ed1f54aa0b72d6b57b6e5b"
43
43
  }