@basictech/nextjs 0.6.0-beta.0 → 0.6.0-beta.2

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/CHANGELOG.md CHANGED
@@ -1,10 +1,25 @@
1
1
  # @basictech/nextjs
2
2
 
3
- ## 0.6.0-beta.0
3
+ ## 0.6.0-beta.2
4
+
5
+ ### Patch Changes
6
+
7
+ - update token endpoint
8
+ - Updated dependencies
9
+ - @basictech/react@0.7.0-beta.2
10
+
11
+ ## 0.6.0-beta.1
4
12
 
5
13
  ### Minor Changes
6
14
 
7
- - update schema
15
+ - storage adapater update
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @basictech/react@0.7.0-beta.1
21
+
22
+ ## 0.5.2-beta.0
8
23
 
9
24
  ### Patch Changes
10
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basictech/nextjs",
3
- "version": "0.6.0-beta.0",
3
+ "version": "0.6.0-beta.2",
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.7.0-beta.0",
20
+ "@basictech/react": "0.7.0-beta.2",
21
21
  "@radix-ui/react-avatar": "^1.1.1",
22
22
  "@radix-ui/react-popover": "^1.1.2"
23
23
  },
package/dist/index.d.mts DELETED
@@ -1,14 +0,0 @@
1
- import * as react from 'react';
2
- export { useBasic, useQuery } from '@basictech/react';
3
- import * as react_jsx_runtime from 'react/jsx-runtime';
4
-
5
- declare const LoginButton: () => react_jsx_runtime.JSX.Element;
6
-
7
- declare const BasicProvider: react.ComponentType<{
8
- children: react.ReactNode;
9
- project_id?: string;
10
- schema?: any;
11
- debug?: boolean;
12
- }>;
13
-
14
- export { BasicProvider, LoginButton };
package/dist/index.d.ts DELETED
@@ -1,14 +0,0 @@
1
- import * as react from 'react';
2
- export { useBasic, useQuery } from '@basictech/react';
3
- import * as react_jsx_runtime from 'react/jsx-runtime';
4
-
5
- declare const LoginButton: () => react_jsx_runtime.JSX.Element;
6
-
7
- declare const BasicProvider: react.ComponentType<{
8
- children: react.ReactNode;
9
- project_id?: string;
10
- schema?: any;
11
- debug?: boolean;
12
- }>;
13
-
14
- export { BasicProvider, LoginButton };