@xenosystem/blocks 0.2.1 → 0.3.0

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.
@@ -306,7 +306,8 @@ var AUTH_GATE_DECLARATION = {
306
306
  animate: { value: false }
307
307
  },
308
308
  on: {
309
- onAction: { emit: "intent", value: { arg: "" } }
309
+ onAction: { emit: "intent", value: { object: { kind: { arg: "" } } } }
310
+ // the port's shape: { kind }
310
311
  }
311
312
  }
312
313
  ]
package/dist/index.d.ts CHANGED
@@ -4,6 +4,6 @@
4
4
  * `/agent`. This root re-exports nothing on purpose: import the family you mount, so a product
5
5
  * carries only it. Naming rule: `XENO PACKAGE NAMING - STANDARD.md`.
6
6
  */
7
- declare const BLOCKS_VERSION = "0.2.1";
7
+ declare const BLOCKS_VERSION = "0.3.0";
8
8
 
9
9
  export { BLOCKS_VERSION };
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/index.ts
2
- var BLOCKS_VERSION = "0.2.1";
2
+ var BLOCKS_VERSION = "0.3.0";
3
3
  export {
4
4
  BLOCKS_VERSION
5
5
  };