@tonightpass/react 0.0.47 → 0.0.49

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.47 build /home/runner/work/tonightpass/tonightpass/packages/react
2
+ > @tonightpass/react@0.0.49 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 @@ CJS Build start
11
11
  ESM Build start
12
12
  CJS dist/index.js 438.00 B
13
13
  CJS dist/index.js.map 948.00 B
14
- CJS ⚡️ Build success in 81ms
14
+ CJS ⚡️ Build success in 77ms
15
15
  ESM dist/index.mjs 258.00 B
16
16
  ESM dist/index.mjs.map 948.00 B
17
- ESM ⚡️ Build success in 81ms
17
+ ESM ⚡️ Build success in 77ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 2938ms
20
- DTS dist/index.d.ts 6.22 KB
21
- DTS dist/index.d.mts 6.22 KB
19
+ DTS ⚡️ Build success in 2732ms
20
+ DTS dist/index.d.ts 6.23 KB
21
+ DTS dist/index.d.mts 6.23 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @tonightpass/react
2
2
 
3
+ ## 0.0.49
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`3b35df8`](https://github.com/tonightpass/tonightpass/commit/3b35df8c6187e6010c29cfd848f3d49ae40eeec3)]:
8
+ - tonightpass@0.0.48
9
+
10
+ ## 0.0.48
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`284e987`](https://github.com/tonightpass/tonightpass/commit/284e987bd20b892a9f6444955379d21d68d21a72)]:
15
+ - tonightpass@0.0.47
16
+
3
17
  ## 0.0.47
4
18
 
5
19
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -90,7 +90,9 @@ declare const useAPI: <Path extends PathsFor<"GET">>(path?: Path | null, query?:
90
90
  }> | Extract<tonightpass.Endpoint<"GET", "/organizations/events/suggestions", tonightpass.ArrayResult<tonightpass.OrganizationEvent>, tonightpass.ArrayOptions<tonightpass.OrganizationEvent>>, {
91
91
  path: Path;
92
92
  method: "GET";
93
- }> | Extract<tonightpass.Endpoint<"GET", "/organizations/events/nearby", tonightpass.ArrayResult<tonightpass.OrganizationEvent>, tonightpass.ArrayOptions<tonightpass.OrganizationEvent> & {
93
+ }> | Extract<tonightpass.Endpoint<"GET", "/organizations/events/nearby", tonightpass.ArrayResult<tonightpass.OrganizationEvent>, {
94
+ populate?: string[];
95
+ } & tonightpass.ArrayPaginationOptions & {
94
96
  latitude: number;
95
97
  longitude: number;
96
98
  radius?: number;
package/dist/index.d.ts CHANGED
@@ -90,7 +90,9 @@ declare const useAPI: <Path extends PathsFor<"GET">>(path?: Path | null, query?:
90
90
  }> | Extract<tonightpass.Endpoint<"GET", "/organizations/events/suggestions", tonightpass.ArrayResult<tonightpass.OrganizationEvent>, tonightpass.ArrayOptions<tonightpass.OrganizationEvent>>, {
91
91
  path: Path;
92
92
  method: "GET";
93
- }> | Extract<tonightpass.Endpoint<"GET", "/organizations/events/nearby", tonightpass.ArrayResult<tonightpass.OrganizationEvent>, tonightpass.ArrayOptions<tonightpass.OrganizationEvent> & {
93
+ }> | Extract<tonightpass.Endpoint<"GET", "/organizations/events/nearby", tonightpass.ArrayResult<tonightpass.OrganizationEvent>, {
94
+ populate?: string[];
95
+ } & tonightpass.ArrayPaginationOptions & {
94
96
  latitude: number;
95
97
  longitude: number;
96
98
  radius?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonightpass/react",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
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.46"
18
+ "tonightpass": "^0.0.48"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": "*"