@fugood/bricks-project 2.22.1 → 2.22.2

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 (2) hide show
  1. package/package.json +1 -1
  2. package/types/system.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fugood/bricks-project",
3
- "version": "2.22.1",
3
+ "version": "2.22.2",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "build": "node scripts/build.js"
package/types/system.ts CHANGED
@@ -594,7 +594,7 @@ export type SystemActionThrowException = ActionWithParams & {
594
594
  params?: Array<
595
595
  | {
596
596
  input: 'behavior'
597
- value?: 'application' | 'application-render' | 'native' | DataLink | EventProperty
597
+ value?: 'application' | 'native' | DataLink | EventProperty
598
598
  mapping?: string
599
599
  }
600
600
  | {