@orchestrator-ui/tsconfig 0.0.3 → 0.1.0
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/base.json +2 -1
- package/dist/base.d.mts +2 -1
- package/dist/base.mjs +2 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,10 +3,10 @@ $ tsup base.json nextjs.json tsconfig.json --format esm --dts
|
|
|
3
3
|
[34mCLI[39m tsup v7.1.0
|
|
4
4
|
[34mCLI[39m Target: node16
|
|
5
5
|
[34mESM[39m Build start
|
|
6
|
-
[32mESM[39m [1mdist\base.mjs [22m[
|
|
6
|
+
[32mESM[39m [1mdist\base.mjs [22m[32m730.00 B[39m
|
|
7
7
|
[32mESM[39m [1mdist\nextjs.mjs [22m[32m699.00 B[39m
|
|
8
|
-
[32mESM[39m ⚡️ Build success in
|
|
8
|
+
[32mESM[39m ⚡️ Build success in 37ms
|
|
9
9
|
[34mDTS[39m Build start
|
|
10
|
-
[32mDTS[39m ⚡️ Build success in
|
|
11
|
-
[32mDTS[39m [1mdist\base.d.mts [22m[
|
|
10
|
+
[32mDTS[39m ⚡️ Build success in 925ms
|
|
11
|
+
[32mDTS[39m [1mdist\base.d.mts [22m[32m719.00 B[39m
|
|
12
12
|
[32mDTS[39m [1mdist\nextjs.d.mts [22m[32m674.00 B[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @orchestrator-ui/tsconfig
|
|
2
2
|
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6c4cb21: Added translation setup and next-inl configuration. Translation strings are now available when using the useTranslations hook. For more on how to add translations refer to apps/wfo-ui/translations/README.md
|
|
8
|
+
|
|
3
9
|
## 0.0.3
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/base.json
CHANGED
package/dist/base.d.mts
CHANGED
package/dist/base.mjs
CHANGED