@basictech/nextjs 0.2.0-beta.9 → 0.2.0
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 +4 -4
- package/CHANGELOG.md +69 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @basictech/nextjs@0.2.0-beta.
|
|
3
|
+
> @basictech/nextjs@0.2.0-beta.11 build
|
|
4
4
|
> tsup
|
|
5
5
|
|
|
6
6
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
[34mESM[39m Build start
|
|
14
14
|
[32mESM[39m [1mdist/index.mjs [22m[32m2.39 KB[39m
|
|
15
15
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m3.73 KB[39m
|
|
16
|
-
[32mESM[39m ⚡️ Build success in
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 8ms
|
|
17
17
|
[32mCJS[39m [1mdist/index.js [22m[32m4.34 KB[39m
|
|
18
18
|
[32mCJS[39m [1mdist/index.js.map [22m[32m3.79 KB[39m
|
|
19
|
-
[32mCJS[39m ⚡️ Build success in
|
|
19
|
+
[32mCJS[39m ⚡️ Build success in 9ms
|
|
20
20
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 1175ms
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m397.00 B[39m
|
|
23
23
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m397.00 B[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,74 @@
|
|
|
1
1
|
# @basictech/nextjs
|
|
2
2
|
|
|
3
|
+
## 0.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 5890f4c: changed isLoaded to isAuthReady and fixed dbStatus hooks for useBasic
|
|
8
|
+
- ba294c5: dependency updates
|
|
9
|
+
- cd827af: add schema validation
|
|
10
|
+
- 1a3fe80: schema validation bugfix
|
|
11
|
+
- 13594a9: added basic-sync
|
|
12
|
+
- ba294c5: dependency update
|
|
13
|
+
- f035281: remove sync lib
|
|
14
|
+
- 4841960: rebuild tsup
|
|
15
|
+
- 96e0156: update schema validation
|
|
16
|
+
- cda3d16: add schema validation
|
|
17
|
+
- 2c898ae: update useQuery hook
|
|
18
|
+
|
|
19
|
+
- no need to pass param as a function, can now enter query directly
|
|
20
|
+
- defaults to empty array when loading
|
|
21
|
+
|
|
22
|
+
- 90ccdd7: add debug option
|
|
23
|
+
- 4841960: test build
|
|
24
|
+
- f035281: remove sync library
|
|
25
|
+
- ef528e9: added schema package - test
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- 3c7b34e: version changes mostly
|
|
30
|
+
- c085672: reset versions
|
|
31
|
+
- Updated dependencies [5890f4c]
|
|
32
|
+
- Updated dependencies [ba294c5]
|
|
33
|
+
- Updated dependencies [cd827af]
|
|
34
|
+
- Updated dependencies [1a3fe80]
|
|
35
|
+
- Updated dependencies [3c7b34e]
|
|
36
|
+
- Updated dependencies [13594a9]
|
|
37
|
+
- Updated dependencies [ba294c5]
|
|
38
|
+
- Updated dependencies [c085672]
|
|
39
|
+
- Updated dependencies [f035281]
|
|
40
|
+
- Updated dependencies [4841960]
|
|
41
|
+
- Updated dependencies [96e0156]
|
|
42
|
+
- Updated dependencies [cda3d16]
|
|
43
|
+
- Updated dependencies [2c898ae]
|
|
44
|
+
- Updated dependencies [90ccdd7]
|
|
45
|
+
- Updated dependencies [4841960]
|
|
46
|
+
- Updated dependencies [f035281]
|
|
47
|
+
- Updated dependencies [ef528e9]
|
|
48
|
+
- @basictech/react@0.2.0
|
|
49
|
+
|
|
50
|
+
## 0.2.0-beta.11
|
|
51
|
+
|
|
52
|
+
### Minor Changes
|
|
53
|
+
|
|
54
|
+
- update schema validation
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- Updated dependencies
|
|
59
|
+
- @basictech/react@0.2.0-beta.11
|
|
60
|
+
|
|
61
|
+
## 0.2.0-beta.10
|
|
62
|
+
|
|
63
|
+
### Minor Changes
|
|
64
|
+
|
|
65
|
+
- added schema package - test
|
|
66
|
+
|
|
67
|
+
### Patch Changes
|
|
68
|
+
|
|
69
|
+
- Updated dependencies
|
|
70
|
+
- @basictech/react@0.2.0-beta.10
|
|
71
|
+
|
|
3
72
|
## 0.2.0-beta.9
|
|
4
73
|
|
|
5
74
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basictech/nextjs",
|
|
3
|
-
"version": "0.2.0
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"author": "",
|
|
18
18
|
"license": "ISC",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@basictech/react": "0.2.0
|
|
20
|
+
"@basictech/react": "0.2.0",
|
|
21
21
|
"@radix-ui/react-avatar": "^1.1.1",
|
|
22
22
|
"@radix-ui/react-popover": "^1.1.2"
|
|
23
23
|
},
|