@po-ui/ng-schematics 16.0.0 → 16.1.0
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/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# PO UI Schematics
|
|
2
|
-
|
|
3
|
-
Biblioteca para construção de schematics, com objetivo de compartilhar fontes
|
|
4
|
-
em comum entre os ng-add, ng-generate e ng-update.
|
|
5
|
-
|
|
1
|
+
# PO UI Schematics
|
|
2
|
+
|
|
3
|
+
Biblioteca para construção de schematics, com objetivo de compartilhar fontes
|
|
4
|
+
em comum entre os ng-add, ng-generate e ng-update.
|
|
5
|
+
|
|
@@ -45,7 +45,7 @@ function buildComponent(options) {
|
|
|
45
45
|
exports.buildComponent = buildComponent;
|
|
46
46
|
function validateName(name) {
|
|
47
47
|
if (name && /^\d/.test(name)) {
|
|
48
|
-
throw new schematics_1.SchematicsException(core_1.tags.oneLine `name (${name})
|
|
48
|
+
throw new schematics_1.SchematicsException(core_1.tags.oneLine `name (${name})
|
|
49
49
|
can not start with a digit.`);
|
|
50
50
|
}
|
|
51
51
|
}
|
package/build-file/build-file.js
CHANGED
|
@@ -29,7 +29,7 @@ function buildFile(options) {
|
|
|
29
29
|
exports.buildFile = buildFile;
|
|
30
30
|
function validateName(name) {
|
|
31
31
|
if (name && /^\d/.test(name)) {
|
|
32
|
-
throw new schematics_1.SchematicsException(core_1.tags.oneLine `name (${name})
|
|
32
|
+
throw new schematics_1.SchematicsException(core_1.tags.oneLine `name (${name})
|
|
33
33
|
can not start with a digit.`);
|
|
34
34
|
}
|
|
35
35
|
}
|
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@po-ui/ng-schematics",
|
|
3
|
-
"version": "16.
|
|
4
|
-
"tag": "next",
|
|
5
|
-
"description": "PO UI - Schematics",
|
|
6
|
-
"author": "PO UI",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"homepage": "https://po-ui.io",
|
|
9
|
-
"repository": {
|
|
10
|
-
"type": "git",
|
|
11
|
-
"url": "https://github.com/po-ui/po-angular"
|
|
12
|
-
},
|
|
13
|
-
"scripts": {
|
|
14
|
-
"build": "gulp build:schematics:lib",
|
|
15
|
-
"postbuild": "gulp replaceVersion && cd ../../dist/ng-schematics && npm pack"
|
|
16
|
-
},
|
|
17
|
-
"peerDependencies": {
|
|
18
|
-
"@angular-devkit/core": "~16.2.0",
|
|
19
|
-
"@angular-devkit/schematics": "~16.2.0",
|
|
20
|
-
"@schematics/angular": "~16.2.0"
|
|
21
|
-
},
|
|
22
|
-
"dependencies": {
|
|
23
|
-
"jsonc-parser": "^3.0.0"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@po-ui/ng-schematics",
|
|
3
|
+
"version": "16.1.0",
|
|
4
|
+
"tag": "next",
|
|
5
|
+
"description": "PO UI - Schematics",
|
|
6
|
+
"author": "PO UI",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"homepage": "https://po-ui.io",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/po-ui/po-angular"
|
|
12
|
+
},
|
|
13
|
+
"scripts": {
|
|
14
|
+
"build": "gulp build:schematics:lib",
|
|
15
|
+
"postbuild": "gulp replaceVersion && cd ../../dist/ng-schematics && npm pack"
|
|
16
|
+
},
|
|
17
|
+
"peerDependencies": {
|
|
18
|
+
"@angular-devkit/core": "~16.2.0",
|
|
19
|
+
"@angular-devkit/schematics": "~16.2.0",
|
|
20
|
+
"@schematics/angular": "~16.2.0"
|
|
21
|
+
},
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"jsonc-parser": "^3.0.0"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
Binary file
|
|
Binary file
|