@awi-protocol/react 0.1.0 → 0.1.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.
@@ -5,11 +5,11 @@ $ tsup src/index.ts --format cjs,esm --dts --external react
5
5
  CLI Target: es2022
6
6
  CJS Build start
7
7
  ESM Build start
8
- CJS dist\index.js 2.73 KB
9
- CJS ⚡️ Build success in 30ms
10
8
  ESM dist\index.mjs 1.61 KB
11
- ESM ⚡️ Build success in 30ms
9
+ ESM ⚡️ Build success in 27ms
10
+ CJS dist\index.js 2.73 KB
11
+ CJS ⚡️ Build success in 27ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 729ms
13
+ DTS ⚡️ Build success in 642ms
14
14
  DTS dist\index.d.ts 1.28 KB
15
15
  DTS dist\index.d.mts 1.28 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awi-protocol/react",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "React hooks for AWI (Agent Web Interface)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",