@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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @lunarisapp/hyphen@0.0.1 build /Users/rsirokov/Projects/Lunaris/text-tools/packages/hyphen
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
  CLI 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 820ms
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
@@ -1,5 +1,11 @@
1
1
  # @lunarisapp/hyphen
2
2
 
3
+ ## 0.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Compile source
8
+
3
9
  ## 0.0.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lunarisapp/hyphen",
3
3
  "description": "A hyphenation library for JavaScript",
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "author": {
6
6
  "name": "Roman Sirokov",
7
7
  "url": "https://mrlightful.com",