@basictech/nextjs 0.6.0-beta.1 → 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,5 +1,13 @@
1
1
  # @basictech/nextjs
2
2
 
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
+
3
11
  ## 0.6.0-beta.1
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basictech/nextjs",
3
- "version": "0.6.0-beta.1",
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.1",
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 };