@noya-app/noya-api-client-react 0.1.30 → 0.1.31

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.
@@ -8,11 +8,11 @@
8
8
  ESM Build start
9
9
  ESM dist/index.mjs 12.09 KB
10
10
  ESM dist/index.mjs.map 21.47 KB
11
- ESM ⚡️ Build success in 17ms
11
+ ESM ⚡️ Build success in 67ms
12
12
  CJS dist/index.js 16.50 KB
13
13
  CJS dist/index.js.map 21.74 KB
14
- CJS ⚡️ Build success in 17ms
14
+ CJS ⚡️ Build success in 67ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4193ms
16
+ DTS ⚡️ Build success in 5621ms
17
17
  DTS dist/index.d.ts 12.27 KB
18
18
  DTS dist/index.d.mts 12.27 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @noya-app/noya-api-client-react
2
2
 
3
+ ## 0.1.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [aa6fbab]
8
+ - @noya-app/observable-react@0.1.17
9
+ - @noya-app/observable@0.1.7
10
+ - @noya-app/noya-api@0.1.31
11
+
3
12
  ## 0.1.30
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-api-client-react",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -10,10 +10,10 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@legendapp/state": "^2.1.1",
13
- "@noya-app/noya-api": "0.1.30",
13
+ "@noya-app/noya-api": "0.1.31",
14
14
  "@noya-app/noya-utils": "0.1.5",
15
- "@noya-app/observable": "0.1.6",
16
- "@noya-app/observable-react": "0.1.16"
15
+ "@noya-app/observable": "0.1.7",
16
+ "@noya-app/observable-react": "0.1.17"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "react": "*",