Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "plexis", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"main": "dist/index.js", | ||
@@ -12,6 +12,7 @@ "module": "dist/index.esm.js", | ||
"dependencies": { | ||
"@plexis/to-pred": "^0.0.11", | ||
"@plexis/to-succ": "^0.0.11", | ||
"@plexis/to-title": "^0.0.11", | ||
"@plexis/without-diacritics": "^0.0.11" | ||
"@plexis/to-lower": "^0.0.12", | ||
"@plexis/to-pred": "^0.0.12", | ||
"@plexis/to-succ": "^0.0.12", | ||
"@plexis/to-title": "^0.0.12", | ||
"@plexis/without-diacritics": "^0.0.12" | ||
}, | ||
@@ -32,3 +33,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "38f5e49106a95b7c3dbc77b6da6e3b3f19e83f7b" | ||
"gitHead": "964f597a525f5319eb4079c1426ba9e3737967a6" | ||
} |
@@ -5,2 +5,7 @@ export {default as toPred, default as toPredecessor} from '@plexis/to-pred'; | ||
export { | ||
default as toLower, | ||
default as toFirstLower, | ||
default as decapitalize | ||
} from '@plexis/to-lower'; | ||
export { | ||
default as withoutDiacritics, | ||
@@ -7,0 +12,0 @@ default as cleanDiacritics, |
3799
32
5
+ Added@plexis/to-lower@^0.0.12
+ Added@plexis/to-lower@0.0.12(transitive)
+ Added@plexis/to-pred@0.0.12(transitive)
+ Added@plexis/to-succ@0.0.12(transitive)
+ Added@plexis/to-title@0.0.12(transitive)
+ Added@plexis/without-diacritics@0.0.12(transitive)
- Removed@plexis/to-pred@0.0.11(transitive)
- Removed@plexis/to-succ@0.0.11(transitive)
- Removed@plexis/to-title@0.0.11(transitive)
- Removed@plexis/without-diacritics@0.0.11(transitive)
Updated@plexis/to-pred@^0.0.12
Updated@plexis/to-succ@^0.0.12
Updated@plexis/to-title@^0.0.12