tonightpass 0.0.70 → 0.0.71
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 +9 -9
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
- package/src/rest/types/profiles/index.ts +4 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
|
|
2
|
-
> tonightpass@0.0.
|
|
2
|
+
> tonightpass@0.0.71 build /home/runner/work/tonightpass/tonightpass/packages/node
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
-
[34mCLI[39m tsup v8.
|
|
7
|
+
[34mCLI[39m tsup v8.3.0
|
|
8
8
|
[34mCLI[39m Using tsup config: /home/runner/work/tonightpass/tonightpass/packages/node/tsup.config.ts
|
|
9
9
|
[34mCLI[39m Target: esnext
|
|
10
10
|
[34mCJS[39m Build start
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mDTS[39m Build start
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m22.85 KB[39m
|
|
14
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m83.26 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in 510ms
|
|
16
13
|
[32mCJS[39m [1mdist/index.js [22m[32m26.75 KB[39m
|
|
17
14
|
[32mCJS[39m [1mdist/index.js.map [22m[32m83.44 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
19
|
-
[
|
|
20
|
-
[
|
|
21
|
-
[
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 570ms
|
|
16
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m22.85 KB[39m
|
|
17
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m83.26 KB[39m
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 571ms
|
|
19
|
+
[32mDTS[39m ⚡️ Build success in 3755ms
|
|
20
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m42.68 KB[39m
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m42.68 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# tonightpass
|
|
2
2
|
|
|
3
|
+
## 0.0.71
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`fc82c2e`](https://github.com/tonightpass/tonightpass/commit/fc82c2ed21e563cd60b0e3f6e5c550eac2a865a0) Thanks [@AntoineKM](https://github.com/AntoineKM)! - Update profile metadata types
|
|
8
|
+
|
|
3
9
|
## 0.0.70
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED