@noya-app/noya-api-client-react 0.1.26 → 0.1.28

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.
@@ -6,13 +6,13 @@
6
6
  CLI Target: esnext
7
7
  CJS Build start
8
8
  ESM Build start
9
- ESM dist/index.mjs 11.40 KB
10
- ESM dist/index.mjs.map 20.16 KB
11
- ESM ⚡️ Build success in 26ms
12
9
  CJS dist/index.js 15.68 KB
13
10
  CJS dist/index.js.map 20.42 KB
14
- CJS ⚡️ Build success in 29ms
11
+ CJS ⚡️ Build success in 92ms
12
+ ESM dist/index.mjs 11.40 KB
13
+ ESM dist/index.mjs.map 20.16 KB
14
+ ESM ⚡️ Build success in 98ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 5384ms
17
- DTS dist/index.d.ts 12.07 KB
18
- DTS dist/index.d.mts 12.07 KB
16
+ DTS ⚡️ Build success in 5726ms
17
+ DTS dist/index.d.ts 12.04 KB
18
+ DTS dist/index.d.mts 12.04 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @noya-app/noya-api-client-react
2
2
 
3
+ ## 0.1.28
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a842a0f]
8
+ - @noya-app/noya-utils@0.1.5
9
+ - @noya-app/noya-api@0.1.28
10
+
11
+ ## 0.1.27
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [a9c3e7f]
16
+ - @noya-app/noya-api@0.1.27
17
+
3
18
  ## 0.1.26
4
19
 
5
20
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -432,7 +432,6 @@ declare function useNoyaTemplates(): {
432
432
  name: string | null;
433
433
  id: string;
434
434
  image: string | null;
435
- email: string;
436
435
  };
437
436
  }[];
438
437
  loading: boolean;
package/dist/index.d.ts CHANGED
@@ -432,7 +432,6 @@ declare function useNoyaTemplates(): {
432
432
  name: string | null;
433
433
  id: string;
434
434
  image: string | null;
435
- email: string;
436
435
  };
437
436
  }[];
438
437
  loading: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-api-client-react",
3
- "version": "0.1.26",
3
+ "version": "0.1.28",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -10,8 +10,8 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@legendapp/state": "^2.1.1",
13
- "@noya-app/noya-api": "0.1.26",
14
- "@noya-app/noya-utils": "0.1.4",
13
+ "@noya-app/noya-api": "0.1.28",
14
+ "@noya-app/noya-utils": "0.1.5",
15
15
  "@noya-app/observable": "0.1.5",
16
16
  "@noya-app/observable-react": "0.1.15"
17
17
  },