@awi-protocol/site-sdk 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.
@@ -4,11 +4,11 @@ $ tsup src/index.ts --format cjs,esm --dts
4
4
  CLI Target: node16
5
5
  CJS Build start
6
6
  ESM Build start
7
- ESM dist\index.mjs 2.84 KB
8
- ESM ⚡️ Build success in 42ms
9
7
  CJS dist\index.js 3.45 KB
10
- CJS ⚡️ Build success in 43ms
8
+ CJS ⚡️ Build success in 37ms
9
+ ESM dist\index.mjs 2.84 KB
10
+ ESM ⚡️ Build success in 39ms
11
11
  DTS Build start
12
- DTS ⚡️ Build success in 2096ms
12
+ DTS ⚡️ Build success in 1116ms
13
13
  DTS dist\index.d.ts 1.27 KB
14
14
  DTS dist\index.d.mts 1.27 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awi-protocol/site-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Build agent-native endpoints for your website",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",