@abp/ng.schematics
Advanced tools
Comparing version 4.1.1 to 4.2.0-rc.1
{ | ||
"name": "@abp/ng.schematics", | ||
"version": "4.1.1", | ||
"version": "4.2.0-rc.1", | ||
"description": "Schematics that works with ABP Backend", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -9,1 +9,2 @@ export declare const lower: (text: string) => string; | ||
export declare const dir: (text: string) => string; | ||
export declare const quote: (value: string | number) => string | number; |
@@ -12,2 +12,3 @@ "use strict"; | ||
exports.dir = (text) => core_1.strings.dasherize(text.replace(/\./g, '/').replace(/\/\//g, '/')); | ||
exports.quote = (value) => typeof value === 'string' ? `'${value.replace(/'/g, '\\\'')}'` : value; | ||
function _(text) { | ||
@@ -14,0 +15,0 @@ return text.replace(/\./g, '_'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
301183
4810
2