tonightpass 0.0.80 → 0.0.82

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@0.0.80 build /home/runner/work/tonightpass/tonightpass/packages/node
2
+ > tonightpass@0.0.82 build /home/runner/work/tonightpass/tonightpass/packages/node
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,12 +10,12 @@
10
10
  CJS Build start
11
11
  ESM Build start
12
12
  DTS Build start
13
- ESM dist/index.mjs 22.97 KB
14
- ESM dist/index.mjs.map 84.51 KB
15
- ESM ⚡️ Build success in 682ms
16
- CJS dist/index.js 26.91 KB
17
- CJS dist/index.js.map 84.70 KB
18
- CJS ⚡️ Build success in 683ms
19
- DTS ⚡️ Build success in 4196ms
20
- DTS dist/index.d.ts 44.39 KB
21
- DTS dist/index.d.mts 44.39 KB
13
+ CJS dist/index.js 25.43 KB
14
+ CJS dist/index.js.map 83.39 KB
15
+ CJS ⚡️ Build success in 541ms
16
+ ESM dist/index.mjs 22.92 KB
17
+ ESM dist/index.mjs.map 83.25 KB
18
+ ESM ⚡️ Build success in 538ms
19
+ DTS ⚡️ Build success in 3676ms
20
+ DTS dist/index.d.ts 37.59 KB
21
+ DTS dist/index.d.mts 37.59 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # tonightpass
2
2
 
3
+ ## 0.0.82
4
+
5
+ ### Patch Changes
6
+
7
+ - [`09a7e5f`](https://github.com/tonightpass/tonightpass/commit/09a7e5f9b7580f2b63b8ec07e6bf4dbdcde0f58f) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix organization member @me route in types
8
+
9
+ - [#522](https://github.com/tonightpass/tonightpass/pull/522) [`b14490c`](https://github.com/tonightpass/tonightpass/commit/b14490c403be4623dde4228a90c9008246004342) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Improve client types with full response and body
10
+
11
+ ## 0.0.81
12
+
13
+ ### Patch Changes
14
+
15
+ - [`8b24471`](https://github.com/tonightpass/tonightpass/commit/8b244717d0f57ae5d6687587eb0d3d7c57e6ef35) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update organization event ticket types with event
16
+
3
17
  ## 0.0.80
4
18
 
5
19
  ### Patch Changes