@noya-app/noya-api-client-react 0.1.54 → 0.1.55

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.
@@ -7,11 +7,11 @@ $ tsup src/index.ts --format cjs,esm --dts --sourcemap
7
7
  ESM Build start
8
8
  DTS Build start
9
9
  CJS dist/index.js 542.70 KB
10
- CJS dist/index.js.map 1.49 MB
11
- CJS ⚡️ Build success in 4324ms
10
+ CJS dist/index.js.map 1.51 MB
11
+ CJS ⚡️ Build success in 3660ms
12
12
  ESM dist/index.mjs 534.05 KB
13
- ESM dist/index.mjs.map 1.49 MB
14
- ESM ⚡️ Build success in 4330ms
15
- DTS ⚡️ Build success in 87347ms
13
+ ESM dist/index.mjs.map 1.51 MB
14
+ ESM ⚡️ Build success in 3663ms
15
+ DTS ⚡️ Build success in 63990ms
16
16
  DTS dist/index.d.ts 17.73 KB
17
17
  DTS dist/index.d.mts 17.73 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @noya-app/noya-api-client-react
2
2
 
3
+ ## 0.1.55
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [daccde7]
8
+ - @noya-app/noya-api@0.1.55
9
+
3
10
  ## 0.1.54
4
11
 
5
12
  ### Patch Changes