Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "plexis", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"main": "dist/index.js", | ||
@@ -12,6 +12,6 @@ "module": "dist/index.esm.js", | ||
"dependencies": { | ||
"@plexis/to-pred": "^0.0.8", | ||
"@plexis/to-succ": "^0.0.8", | ||
"@plexis/to-title": "^0.0.8", | ||
"@plexis/without-diacritics": "^0.0.8" | ||
"@plexis/to-pred": "^0.0.9", | ||
"@plexis/to-succ": "^0.0.9", | ||
"@plexis/to-title": "^0.0.9", | ||
"@plexis/without-diacritics": "^0.0.9" | ||
}, | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ba3ebd6492a002b8483add45fa098db086daec65" | ||
"gitHead": "7a6a56e77ce7af97f9a3299a579d45ef1c594b6f" | ||
} |
export {default as toPred, default as toPredecessor} from '@plexis/to-pred'; | ||
export {default as toSucc, default as toSuccessor} from '@plexis/to-succ'; | ||
export {default as toTitle, default as titleize} from '@plexis/to-title'; | ||
export {default as withoutDiacritics, default as cleanDiacritics} from '@plexis/without-diacritics'; | ||
export { | ||
default as withoutDiacritics, | ||
default as cleanDiacritics, | ||
default as removeDiacritics | ||
} from '@plexis/without-diacritics'; |
Sorry, the diff of this file is not supported yet
3888
31
+ Added@plexis/to-pred@0.0.9(transitive)
+ Added@plexis/to-succ@0.0.9(transitive)
+ Added@plexis/to-title@0.0.9(transitive)
+ Added@plexis/without-diacritics@0.0.9(transitive)
- Removed@plexis/to-pred@0.0.8(transitive)
- Removed@plexis/to-succ@0.0.8(transitive)
- Removed@plexis/to-title@0.0.8(transitive)
- Removed@plexis/without-diacritics@0.0.8(transitive)
Updated@plexis/to-pred@^0.0.9
Updated@plexis/to-succ@^0.0.9
Updated@plexis/to-title@^0.0.9