@tonightpass/react 0.0.51 → 0.0.53

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.51 build /home/runner/work/tonightpass/tonightpass/packages/react
2
+ > @tonightpass/react@0.0.53 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 85ms
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 85ms
17
+ ESM ⚡️ Build success in 77ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 2855ms
20
- DTS dist/index.d.ts 6.78 KB
21
- DTS dist/index.d.mts 6.78 KB
19
+ DTS ⚡️ Build success in 2784ms
20
+ DTS dist/index.d.ts 6.80 KB
21
+ DTS dist/index.d.mts 6.80 KB
package/CHANGELOG.md CHANGED
@@ -1,10 +1,24 @@
1
1
  # @tonightpass/react
2
2
 
3
+ ## 0.0.53
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`484ff42`](https://github.com/tonightpass/tonightpass/commit/484ff42a47a84b8c06e1523dcf7f8f3ae3919255)]:
8
+ - tonightpass@0.0.52
9
+
10
+ ## 0.0.52
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`01c0806`](https://github.com/tonightpass/tonightpass/commit/01c0806ee7bd7a03a975be4345419b6c6b800778)]:
15
+ - tonightpass@0.0.51
16
+
3
17
  ## 0.0.51
4
18
 
5
19
  ### Patch Changes
6
20
 
7
- - Updated dependencies [[`f873bef`](https://github.com/tonightpass/tonightpass/commit/f873befebed537f3982d63d0436bc4eaaa186aa1)]:
21
+ - Updated dependencies [[`f873bef`](https://github.com/tonightpass/tonightpass/commit/f873befebed537f3982d63d0436bc4eaaa186aa1), [`8284b48`](https://github.com/tonightpass/tonightpass/commit/8284b484515c18b016e0a3aa816cf8d9e80cc4e4)]:
8
22
  - tonightpass@0.0.50
9
23
 
10
24
  ## 0.0.50
package/dist/index.d.mts CHANGED
@@ -105,10 +105,10 @@ declare const useAPI: <Path extends PathsFor<"GET">>(path?: Path | null, query?:
105
105
  }> | Extract<tonightpass.Endpoint<"GET", "/organizations/:organizationSlug/events/:eventSlug", tonightpass.OrganizationEvent, undefined>, {
106
106
  path: Path;
107
107
  method: "GET";
108
- }> | Extract<tonightpass.Endpoint<"GET", "/organizations/:organizationSlug/events/:eventSlug/carts", tonightpass.ArrayResult<tonightpass.OrganizationEventCart>, tonightpass.ArrayOptions<tonightpass.OrganizationEventCart>>, {
108
+ }> | Extract<tonightpass.Endpoint<"GET", "/organizations/:organizationSlug/events/:eventSlug/checkouts", tonightpass.ArrayResult<tonightpass.OrganizationEventTicket[]>, tonightpass.ArrayOptions<tonightpass.OrganizationEventTicket[]>>, {
109
109
  path: Path;
110
110
  method: "GET";
111
- }> | Extract<tonightpass.Endpoint<"GET", "/organizations/:organizationSlug/events/:eventSlug/carts/:cartId", tonightpass.OrganizationEventCart, undefined>, {
111
+ }> | Extract<tonightpass.Endpoint<"GET", "/organizations/:organizationSlug/events/:eventSlug/checkouts/:checkoutId", tonightpass.OrganizationEventTicket[], undefined>, {
112
112
  path: Path;
113
113
  method: "GET";
114
114
  }> | Extract<tonightpass.Endpoint<"GET", "/organizations/events/styles", tonightpass.OrganizationEventStyle[], undefined>, {
package/dist/index.d.ts CHANGED
@@ -105,10 +105,10 @@ declare const useAPI: <Path extends PathsFor<"GET">>(path?: Path | null, query?:
105
105
  }> | Extract<tonightpass.Endpoint<"GET", "/organizations/:organizationSlug/events/:eventSlug", tonightpass.OrganizationEvent, undefined>, {
106
106
  path: Path;
107
107
  method: "GET";
108
- }> | Extract<tonightpass.Endpoint<"GET", "/organizations/:organizationSlug/events/:eventSlug/carts", tonightpass.ArrayResult<tonightpass.OrganizationEventCart>, tonightpass.ArrayOptions<tonightpass.OrganizationEventCart>>, {
108
+ }> | Extract<tonightpass.Endpoint<"GET", "/organizations/:organizationSlug/events/:eventSlug/checkouts", tonightpass.ArrayResult<tonightpass.OrganizationEventTicket[]>, tonightpass.ArrayOptions<tonightpass.OrganizationEventTicket[]>>, {
109
109
  path: Path;
110
110
  method: "GET";
111
- }> | Extract<tonightpass.Endpoint<"GET", "/organizations/:organizationSlug/events/:eventSlug/carts/:cartId", tonightpass.OrganizationEventCart, undefined>, {
111
+ }> | Extract<tonightpass.Endpoint<"GET", "/organizations/:organizationSlug/events/:eventSlug/checkouts/:checkoutId", tonightpass.OrganizationEventTicket[], undefined>, {
112
112
  path: Path;
113
113
  method: "GET";
114
114
  }> | Extract<tonightpass.Endpoint<"GET", "/organizations/events/styles", tonightpass.OrganizationEventStyle[], undefined>, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonightpass/react",
3
- "version": "0.0.51",
3
+ "version": "0.0.53",
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.50"
18
+ "tonightpass": "^0.0.52"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": "*"