tonightpass 0.0.87 → 0.0.88
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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/rest/types/users/bookings/index.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> tonightpass@0.0.
|
|
2
|
+
> tonightpass@0.0.88 build /home/runner/work/tonightpass/tonightpass/packages/node
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
[34mDTS[39m Build start
|
|
13
13
|
[32mCJS[39m [1mdist/index.js [22m[32m25.47 KB[39m
|
|
14
14
|
[32mCJS[39m [1mdist/index.js.map [22m[32m85.09 KB[39m
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 866ms
|
|
16
16
|
[32mESM[39m [1mdist/index.mjs [22m[32m22.96 KB[39m
|
|
17
17
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m84.95 KB[39m
|
|
18
|
-
[32mESM[39m ⚡️ Build success in
|
|
19
|
-
[32mDTS[39m ⚡️ Build success in
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 867ms
|
|
19
|
+
[32mDTS[39m ⚡️ Build success in 4210ms
|
|
20
20
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m35.48 KB[39m
|
|
21
21
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m35.48 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# tonightpass
|
|
2
2
|
|
|
3
|
+
## 0.0.88
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`4535441`](https://github.com/tonightpass/tonightpass/commit/4535441e1615627dfe2e9a54c7f51a060ba0b903) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Fix wrong types for tickets in user booking
|
|
8
|
+
|
|
3
9
|
## 0.0.87
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED