@lunarisapp/hyphen 0.0.2 → 0.0.3
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 +2 -2
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @lunarisapp/hyphen@0.0.
|
|
3
|
+
> @lunarisapp/hyphen@0.0.2 build /Users/rsirokov/Projects/Lunaris/text-tools/packages/hyphen
|
|
4
4
|
> tsup src/index.ts --format cjs,esm --dts && copyfiles -u 1 src/dictionaries/*.dic dist
|
|
5
5
|
|
|
6
6
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
DTS Build start
|
|
19
19
|
error TS18003: No inputs were found in config file 'tsconfig.json'. Specified 'include' paths were '["src/**/*.ts"]' and 'exclude' paths were '["node_modules","dist"]'.
|
|
20
20
|
|
|
21
|
-
DTS ⚡️ Build success in
|
|
21
|
+
DTS ⚡️ Build success in 907ms
|
|
22
22
|
DTS dist/index.d.ts 1.27 KB
|
|
23
23
|
DTS dist/index.d.mts 1.27 KB
|
package/CHANGELOG.md
CHANGED