@tonightpass/react 0.0.57 → 0.0.59

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.57 build /home/runner/work/tonightpass/tonightpass/packages/react
2
+ > @tonightpass/react@0.0.59 build /home/runner/work/tonightpass/tonightpass/packages/react
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,11 +11,11 @@
11
11
  ESM Build start
12
12
  CJS dist/index.js 440.00 B
13
13
  CJS dist/index.js.map 1014.00 B
14
- CJS ⚡️ Build success in 103ms
14
+ CJS ⚡️ Build success in 78ms
15
15
  ESM dist/index.mjs 261.00 B
16
16
  ESM dist/index.mjs.map 1006.00 B
17
- ESM ⚡️ Build success in 103ms
17
+ ESM ⚡️ Build success in 78ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 2760ms
19
+ DTS ⚡️ Build success in 2893ms
20
20
  DTS dist/index.d.ts 6.64 KB
21
21
  DTS dist/index.d.mts 6.64 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @tonightpass/react
2
2
 
3
+ ## 0.0.59
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`18e50a2`](https://github.com/tonightpass/tonightpass/commit/18e50a2789af421008fd6715eb326dec3b67a912)]:
8
+ - tonightpass@0.0.58
9
+
10
+ ## 0.0.58
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`d0a5007`](https://github.com/tonightpass/tonightpass/commit/d0a5007ff18f4b51c460a7a0b3c0b5322a4db004)]:
15
+ - tonightpass@0.0.57
16
+
3
17
  ## 0.0.57
4
18
 
5
19
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -72,7 +72,7 @@ declare const useAPI: <Path extends PathsFor<"GET">>(path?: Path | null, query?:
72
72
  }> | Extract<tonightpass.Endpoint<"GET", "/orders", tonightpass.ArrayResult<tonightpass.Order>, tonightpass.ArrayOptions<tonightpass.Order>>, {
73
73
  path: Path;
74
74
  method: "GET";
75
- }> | Extract<tonightpass.Endpoint<"GET", "/orders/:sessionId", tonightpass.Order, undefined>, {
75
+ }> | Extract<tonightpass.Endpoint<"GET", "/orders/:invoiceId", tonightpass.Order, undefined>, {
76
76
  path: Path;
77
77
  method: "GET";
78
78
  }> | Extract<tonightpass.Endpoint<"GET", "/organizations", tonightpass.Organization[], undefined>, {
package/dist/index.d.ts CHANGED
@@ -72,7 +72,7 @@ declare const useAPI: <Path extends PathsFor<"GET">>(path?: Path | null, query?:
72
72
  }> | Extract<tonightpass.Endpoint<"GET", "/orders", tonightpass.ArrayResult<tonightpass.Order>, tonightpass.ArrayOptions<tonightpass.Order>>, {
73
73
  path: Path;
74
74
  method: "GET";
75
- }> | Extract<tonightpass.Endpoint<"GET", "/orders/:sessionId", tonightpass.Order, undefined>, {
75
+ }> | Extract<tonightpass.Endpoint<"GET", "/orders/:invoiceId", tonightpass.Order, undefined>, {
76
76
  path: Path;
77
77
  method: "GET";
78
78
  }> | Extract<tonightpass.Endpoint<"GET", "/organizations", tonightpass.Organization[], undefined>, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonightpass/react",
3
- "version": "0.0.57",
3
+ "version": "0.0.59",
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.56"
18
+ "tonightpass": "^0.0.58"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": "*"