@tonightpass/react 0.0.63 → 0.0.64

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @tonightpass/react@0.0.63 build /home/runner/work/tonightpass/tonightpass/packages/react
2
+ > @tonightpass/react@0.0.64 build /home/runner/work/tonightpass/tonightpass/packages/react
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,13 +9,13 @@
9
9
  CLI Target: esnext
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/index.js 440.00 B
13
- CJS dist/index.js.map 1014.00 B
14
- CJS ⚡️ Build success in 80ms
15
12
  ESM dist/index.mjs 261.00 B
16
13
  ESM dist/index.mjs.map 1006.00 B
17
- ESM ⚡️ Build success in 80ms
14
+ ESM ⚡️ Build success in 85ms
15
+ CJS dist/index.js 440.00 B
16
+ CJS dist/index.js.map 1014.00 B
17
+ CJS ⚡️ Build success in 86ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 2929ms
20
- DTS dist/index.d.ts 6.64 KB
21
- DTS dist/index.d.mts 6.64 KB
19
+ DTS ⚡️ Build success in 2944ms
20
+ DTS dist/index.d.ts 6.72 KB
21
+ DTS dist/index.d.mts 6.72 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @tonightpass/react
2
2
 
3
+ ## 0.0.64
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`790ae8e`](https://github.com/tonightpass/tonightpass/commit/790ae8eecfab6bd1818902f02a4c93e587462c89)]:
8
+ - tonightpass@0.0.63
9
+
3
10
  ## 0.0.63
4
11
 
5
12
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -153,6 +153,9 @@ declare const useAPI: <Path extends PathsFor<"GET">>(path?: Path | null, query?:
153
153
  }>, {
154
154
  path: Path;
155
155
  method: "GET";
156
+ }> | Extract<tonightpass.NotificationsEndpoints, {
157
+ path: Path;
158
+ method: "GET";
156
159
  }>)["res"], any, any>;
157
160
 
158
161
  export { client, useAPI };
package/dist/index.d.ts CHANGED
@@ -153,6 +153,9 @@ declare const useAPI: <Path extends PathsFor<"GET">>(path?: Path | null, query?:
153
153
  }>, {
154
154
  path: Path;
155
155
  method: "GET";
156
+ }> | Extract<tonightpass.NotificationsEndpoints, {
157
+ path: Path;
158
+ method: "GET";
156
159
  }>)["res"], any, any>;
157
160
 
158
161
  export { client, useAPI };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonightpass/react",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "description": "@tonightpass react sdk.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  "types": "dist/index.d.ts",
16
16
  "dependencies": {
17
17
  "swr": "^2.2.5",
18
- "tonightpass": "^0.0.62"
18
+ "tonightpass": "^0.0.63"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": "*"