@orchestrator-ui/tsconfig 0.1.0 → 0.1.2
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 -7
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
|
+
yarn run v1.22.21
|
|
1
2
|
$ tsup base.json nextjs.json tsconfig.json --format esm --dts
|
|
2
3
|
[34mCLI[39m Building entry: base.json, nextjs.json
|
|
3
|
-
[34mCLI[39m tsup v7.
|
|
4
|
+
[34mCLI[39m tsup v7.2.0
|
|
4
5
|
[34mCLI[39m Target: node16
|
|
5
6
|
[34mESM[39m Build start
|
|
6
|
-
[32mESM[39m [1mdist
|
|
7
|
-
[32mESM[39m [1mdist
|
|
8
|
-
[32mESM[39m ⚡️ Build success in
|
|
7
|
+
[32mESM[39m [1mdist/base.mjs [22m[32m730.00 B[39m
|
|
8
|
+
[32mESM[39m [1mdist/nextjs.mjs [22m[32m699.00 B[39m
|
|
9
|
+
[32mESM[39m ⚡️ Build success in 20ms
|
|
9
10
|
[34mDTS[39m Build start
|
|
10
|
-
[32mDTS[39m ⚡️ Build success in
|
|
11
|
-
[32mDTS[39m [1mdist
|
|
12
|
-
[32mDTS[39m [1mdist
|
|
11
|
+
[32mDTS[39m ⚡️ Build success in 1768ms
|
|
12
|
+
[32mDTS[39m [1mdist/base.d.mts [22m[32m719.00 B[39m
|
|
13
|
+
[32mDTS[39m [1mdist/nextjs.d.mts [22m[32m674.00 B[39m
|
|
14
|
+
Done in 2.41s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @orchestrator-ui/tsconfig
|
|
2
2
|
|
|
3
|
+
## 0.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6597ac1: Test release after adding absolute imports (issue 414)
|
|
8
|
+
|
|
9
|
+
## 0.1.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 6d680f6: Test release before adding absolute imports (issue 414)
|
|
14
|
+
|
|
3
15
|
## 0.1.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|