tonightpass 0.0.81 → 0.0.83

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.81 build /home/runner/work/tonightpass/tonightpass/packages/node
2
+ > tonightpass@0.0.83 build /home/runner/work/tonightpass/tonightpass/packages/node
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,11 +11,11 @@
11
11
  ESM Build start
12
12
  DTS Build start
13
13
  ESM dist/index.mjs 22.92 KB
14
- ESM dist/index.mjs.map 82.79 KB
15
- ESM ⚡️ Build success in 605ms
14
+ ESM dist/index.mjs.map 83.55 KB
15
+ ESM ⚡️ Build success in 590ms
16
16
  CJS dist/index.js 25.43 KB
17
- CJS dist/index.js.map 82.92 KB
18
- CJS ⚡️ Build success in 605ms
19
- DTS ⚡️ Build success in 4107ms
20
- DTS dist/index.d.ts 44.42 KB
21
- DTS dist/index.d.mts 44.42 KB
17
+ CJS dist/index.js.map 83.69 KB
18
+ CJS ⚡️ Build success in 590ms
19
+ DTS ⚡️ Build success in 3713ms
20
+ DTS dist/index.d.ts 37.93 KB
21
+ DTS dist/index.d.mts 37.93 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # tonightpass
2
2
 
3
+ ## 0.0.83
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ee737eb`](https://github.com/tonightpass/tonightpass/commit/ee737eb18eb43534d3807b6523be13f5e9c1e244) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Add stringified types for api types
8
+
9
+ ## 0.0.82
10
+
11
+ ### Patch Changes
12
+
13
+ - [`09a7e5f`](https://github.com/tonightpass/tonightpass/commit/09a7e5f9b7580f2b63b8ec07e6bf4dbdcde0f58f) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix organization member @me route in types
14
+
15
+ - [#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
16
+
3
17
  ## 0.0.81
4
18
 
5
19
  ### Patch Changes