@xenosystem/components 0.7.0 → 0.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xenosystem/components",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "XENO Components \u2014 rung 2 of the front ladder: molecules composed from @xenosystem/elements, with no host contract. Families as subpaths: /auth, /navigation, /feedback, /data.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -14,6 +14,10 @@
14
14
  "types": "./dist/auth/index.d.ts",
15
15
  "import": "./dist/auth/index.js"
16
16
  },
17
+ "./chrome": {
18
+ "types": "./dist/chrome/index.d.ts",
19
+ "import": "./dist/chrome/index.js"
20
+ },
17
21
  "./catalog": {
18
22
  "types": "./dist/catalog.d.ts",
19
23
  "default": "./dist/catalog.json"