@noya-app/noya-api-client-react 0.1.27 → 0.1.29
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.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +15 -0
- package/dist/index.d.mts +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
[34mESM[39m Build start
|
|
9
9
|
[32mCJS[39m [1mdist/index.js [22m[32m15.68 KB[39m
|
|
10
10
|
[32mCJS[39m [1mdist/index.js.map [22m[32m20.42 KB[39m
|
|
11
|
-
[32mCJS[39m ⚡️ Build success in
|
|
11
|
+
[32mCJS[39m ⚡️ Build success in 41ms
|
|
12
12
|
[32mESM[39m [1mdist/index.mjs [22m[32m11.40 KB[39m
|
|
13
13
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m20.16 KB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 42ms
|
|
15
15
|
DTS Build start
|
|
16
|
-
DTS ⚡️ Build success in
|
|
17
|
-
DTS dist/index.d.ts 12.
|
|
18
|
-
DTS dist/index.d.mts 12.
|
|
16
|
+
DTS ⚡️ Build success in 7053ms
|
|
17
|
+
DTS dist/index.d.ts 12.00 KB
|
|
18
|
+
DTS dist/index.d.mts 12.00 KB
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @noya-app/noya-api-client-react
|
|
2
2
|
|
|
3
|
+
## 0.1.29
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [2d476e8]
|
|
8
|
+
- @noya-app/noya-api@0.1.29
|
|
9
|
+
|
|
10
|
+
## 0.1.28
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [a842a0f]
|
|
15
|
+
- @noya-app/noya-utils@0.1.5
|
|
16
|
+
- @noya-app/noya-api@0.1.28
|
|
17
|
+
|
|
3
18
|
## 0.1.27
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -422,7 +422,6 @@ declare function useNoyaTemplates(): {
|
|
|
422
422
|
fileId: string | null;
|
|
423
423
|
dataCid: string;
|
|
424
424
|
ownedByFileId: string | null;
|
|
425
|
-
thumbnailId: string | null;
|
|
426
425
|
};
|
|
427
426
|
workspace: {
|
|
428
427
|
name: string;
|
|
@@ -432,7 +431,6 @@ declare function useNoyaTemplates(): {
|
|
|
432
431
|
name: string | null;
|
|
433
432
|
id: string;
|
|
434
433
|
image: string | null;
|
|
435
|
-
email: string;
|
|
436
434
|
};
|
|
437
435
|
}[];
|
|
438
436
|
loading: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -422,7 +422,6 @@ declare function useNoyaTemplates(): {
|
|
|
422
422
|
fileId: string | null;
|
|
423
423
|
dataCid: string;
|
|
424
424
|
ownedByFileId: string | null;
|
|
425
|
-
thumbnailId: string | null;
|
|
426
425
|
};
|
|
427
426
|
workspace: {
|
|
428
427
|
name: string;
|
|
@@ -432,7 +431,6 @@ declare function useNoyaTemplates(): {
|
|
|
432
431
|
name: string | null;
|
|
433
432
|
id: string;
|
|
434
433
|
image: string | null;
|
|
435
|
-
email: string;
|
|
436
434
|
};
|
|
437
435
|
}[];
|
|
438
436
|
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.
|
|
3
|
+
"version": "0.1.29",
|
|
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.
|
|
14
|
-
"@noya-app/noya-utils": "0.1.
|
|
13
|
+
"@noya-app/noya-api": "0.1.29",
|
|
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
|
},
|