@noya-app/noya-api-client-react 0.1.42 → 0.1.44
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 +7 -7
- package/CHANGELOG.md +15 -0
- package/dist/index.js +3523 -226
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3548 -251
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -7,12 +7,12 @@
|
|
|
7
7
|
[34mCJS[39m Build start
|
|
8
8
|
[34mESM[39m Build start
|
|
9
9
|
DTS Build start
|
|
10
|
-
[32mCJS[39m [1mdist/index.js [22m[
|
|
11
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m1.
|
|
12
|
-
[32mCJS[39m ⚡️ Build success in
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs [22m[
|
|
14
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m1.
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
16
|
-
DTS ⚡️ Build success in
|
|
10
|
+
[32mCJS[39m [1mdist/index.js [22m[32m521.00 KB[39m
|
|
11
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m1.35 MB[39m
|
|
12
|
+
[32mCJS[39m ⚡️ Build success in 336ms
|
|
13
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m512.65 KB[39m
|
|
14
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m1.35 MB[39m
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 336ms
|
|
16
|
+
DTS ⚡️ Build success in 4595ms
|
|
17
17
|
DTS dist/index.d.ts 16.88 KB
|
|
18
18
|
DTS dist/index.d.mts 16.88 KB
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @noya-app/noya-api-client-react
|
|
2
2
|
|
|
3
|
+
## 0.1.44
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [efb58f9]
|
|
8
|
+
- Updated dependencies [bd5ae5b]
|
|
9
|
+
- @noya-app/noya-api@0.1.44
|
|
10
|
+
|
|
11
|
+
## 0.1.43
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [68553d8]
|
|
16
|
+
- @noya-app/noya-api@0.1.43
|
|
17
|
+
|
|
3
18
|
## 0.1.42
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|