@xenosystem/blocks 0.8.0 → 0.8.1

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/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.8.0";
7
+ declare const BLOCKS_VERSION = "0.8.1";
8
8
 
9
9
  export { BLOCKS_VERSION };
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import "./chunk-2KG3PWR4.js";
2
2
 
3
3
  // src/index.ts
4
- var BLOCKS_VERSION = "0.8.0";
4
+ var BLOCKS_VERSION = "0.8.1";
5
5
  export {
6
6
  BLOCKS_VERSION
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xenosystem/blocks",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "XENO Blocks \u2014 rung 3 of the front ladder: components composed into a contract-bearing unit (manifest: ports, intents, commands, agent surface), rendered by @xenosystem/workbench. ONE package, one subpath per family (/auth, /edit, /data, /time, /ops, /trust, /agent), one named export per block \u2014 XENO PACKAGE NAMING - STANDARD.md.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -58,7 +58,7 @@
58
58
  "test": "vitest run"
59
59
  },
60
60
  "peerDependencies": {
61
- "@xenosystem/components": "^0.6.0",
61
+ "@xenosystem/components": ">=0.6.0 <1",
62
62
  "@xenosystem/elements-react": ">=0.0.1",
63
63
  "@xenosystem/workbench": "^1.0.0",
64
64
  "react": ">=18.0.0",