@breadstone-infrastructure/nx-tasks 0.0.67 → 0.0.68
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.
|
@@ -3,7 +3,7 @@ import type { CopyTask } from './executor.task';
|
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
|
-
export type CopyExecutorOptions = Omit<CopyTask.ICopyTaskOptions, 'cwd' | 'tsConfigJson' | 'packageJson'
|
|
6
|
+
export type CopyExecutorOptions = Omit<CopyTask.ICopyTaskOptions, 'cwd' | 'tsConfigJson' | 'packageJson'>;
|
|
7
7
|
/**
|
|
8
8
|
* @public
|
|
9
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.ts","sourceRoot":"","sources":["../../../src/executors/copy/executor.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAIhD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,QAAQ,CAAC,gBAAgB,EAAE,KAAK,GAAG,cAAc,GAAG,aAAa,
|
|
1
|
+
{"version":3,"file":"executor.d.ts","sourceRoot":"","sources":["../../../src/executors/copy/executor.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAIhD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,QAAQ,CAAC,gBAAgB,EAAE,KAAK,GAAG,cAAc,GAAG,aAAa,CAAC,CAAC;AAE1G;;GAEG;AACH,wBAA8B,WAAW,CAAC,OAAO,EAAE,mBAAmB,EAAE,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC,CAiB/H"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.js","sourceRoot":"","sources":["../../../src/executors/copy/executor.ts"],"names":[],"mappings":";AAAA,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBlB,8BAiBC;AA9BD,+DAA4D;AAU5D;;GAEG;AACY,KAAK,UAAU,WAAW,CAAC,OAA4B,EAAE,OAAwB;IAC5F,IAAI,CAAC;QACD,MAAM,IAAI,GAAG,CAAC,wDAAa,iBAAiB,GAAC,CAAC,CAAC,QAAQ,CAAC;QAExD,MAAM,IAAI,CAAC,GAAG,CAAC;YACX,GAAG,EAAE,IAAA,+BAAc,EAAC,OAAO,CAAC;YAC5B,SAAS,EAAE,OAAO,CAAC,SAAS;YAC5B,IAAI,EAAE,OAAO,CAAC,IAAI;YAClB,EAAE,EAAE,OAAO,CAAC,EAAE;YACd,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,OAAO,EAAE,OAAO,CAAC,SAAS;
|
|
1
|
+
{"version":3,"file":"executor.js","sourceRoot":"","sources":["../../../src/executors/copy/executor.ts"],"names":[],"mappings":";AAAA,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgBlB,8BAiBC;AA9BD,+DAA4D;AAU5D;;GAEG;AACY,KAAK,UAAU,WAAW,CAAC,OAA4B,EAAE,OAAwB;IAC5F,IAAI,CAAC;QACD,MAAM,IAAI,GAAG,CAAC,wDAAa,iBAAiB,GAAC,CAAC,CAAC,QAAQ,CAAC;QAExD,MAAM,IAAI,CAAC,GAAG,CAAC;YACX,GAAG,EAAE,IAAA,+BAAc,EAAC,OAAO,CAAC;YAC5B,SAAS,EAAE,OAAO,CAAC,SAAS;YAC5B,IAAI,EAAE,OAAO,CAAC,IAAI;YAClB,EAAE,EAAE,OAAO,CAAC,EAAE;YACd,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,OAAO,EAAE,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,OAAO;SAChD,CAAC,CAAC;QACH,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;IAC7B,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACb,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QACrB,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;IAC9B,CAAC;AACL,CAAC"}
|
package/executors.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"executors": {
|
|
3
|
+
"alias-replace": {
|
|
4
|
+
"description": "alias-replace task executor",
|
|
5
|
+
"implementation": "./executors/alias-replace/executor"
|
|
6
|
+
},
|
|
7
|
+
"clean": {
|
|
8
|
+
"description": "clean task executor",
|
|
9
|
+
"implementation": "./executors/clean/executor"
|
|
10
|
+
},
|
|
11
|
+
"copy": {
|
|
12
|
+
"description": "copy task executor",
|
|
13
|
+
"implementation": "./executors/copy/executor"
|
|
14
|
+
},
|
|
15
|
+
"docs": {
|
|
16
|
+
"description": "docs task executor",
|
|
17
|
+
"implementation": "./executors/docs/executor"
|
|
18
|
+
},
|
|
19
|
+
"doppler-config-sync": {
|
|
20
|
+
"description": "doppler-config-sync task executor",
|
|
21
|
+
"implementation": "./executors/doppler-config-sync/executor"
|
|
22
|
+
},
|
|
23
|
+
"icon-collection-builder": {
|
|
24
|
+
"description": "icon-collection-builder task executor",
|
|
25
|
+
"implementation": "./executors/icon-collection-builder/executor"
|
|
26
|
+
},
|
|
27
|
+
"icon-collection-downloader": {
|
|
28
|
+
"description": "icon-collection-downloader task executor",
|
|
29
|
+
"implementation": "./executors/icon-collection-downloader/executor"
|
|
30
|
+
},
|
|
31
|
+
"lit-style-transform": {
|
|
32
|
+
"description": "lit-style-transform task executor",
|
|
33
|
+
"implementation": "./executors/lit-style-transform/executor"
|
|
34
|
+
},
|
|
35
|
+
"lit-docs": {
|
|
36
|
+
"description": "lit-docs task executor",
|
|
37
|
+
"implementation": "./executors/lit-docs/executor"
|
|
38
|
+
},
|
|
39
|
+
"localizator": {
|
|
40
|
+
"description": "localizator task executor",
|
|
41
|
+
"implementation": "./executors/localizator/executor"
|
|
42
|
+
},
|
|
43
|
+
"markdown-to-typescript-transform": {
|
|
44
|
+
"description": "markdown-to-typescript-transform task executor",
|
|
45
|
+
"implementation": "./executors/markdown-to-typescript-transform/executor"
|
|
46
|
+
},
|
|
47
|
+
"ng-packagr-build": {
|
|
48
|
+
"description": "ng-packagr-build task executor",
|
|
49
|
+
"implementation": "./executors/ng-packagr-build/executor"
|
|
50
|
+
},
|
|
51
|
+
"ng-proxy-transform": {
|
|
52
|
+
"description": "ng-proxy-transform task executor",
|
|
53
|
+
"implementation": "./executors/ng-proxy-transform/executor"
|
|
54
|
+
},
|
|
55
|
+
"openapi-generator": {
|
|
56
|
+
"description": "openapi-generator task executor",
|
|
57
|
+
"implementation": "./executors/openapi-generator/executor"
|
|
58
|
+
},
|
|
59
|
+
"react-proxy-transform": {
|
|
60
|
+
"description": "react-proxy-transform task executor",
|
|
61
|
+
"implementation": "./executors/react-proxy-transform/executor"
|
|
62
|
+
},
|
|
63
|
+
"release-package": {
|
|
64
|
+
"description": "release package task executor",
|
|
65
|
+
"implementation": "./executors/release-package/executor"
|
|
66
|
+
},
|
|
67
|
+
"release-package-json": {
|
|
68
|
+
"description": "release-package-json task executor",
|
|
69
|
+
"implementation": "./executors/release-package-json/executor"
|
|
70
|
+
},
|
|
71
|
+
"scss-style-bundle": {
|
|
72
|
+
"description": "scss-style-bundle task executor",
|
|
73
|
+
"implementation": "./executors/scss-style-bundle/executor"
|
|
74
|
+
},
|
|
75
|
+
"scss-style-transform": {
|
|
76
|
+
"description": "scss-style-transform task executor",
|
|
77
|
+
"implementation": "./executors/scss-style-transform/executor"
|
|
78
|
+
},
|
|
79
|
+
"svelte-proxy-transform": {
|
|
80
|
+
"description": "svelte-proxy-transform task executor",
|
|
81
|
+
"implementation": "./executors/svelte-proxy-transform/executor"
|
|
82
|
+
},
|
|
83
|
+
"unrelease-package": {
|
|
84
|
+
"description": "unrelease package task executor",
|
|
85
|
+
"implementation": "./executors/unrelease-package/executor"
|
|
86
|
+
},
|
|
87
|
+
"vercel-edge-config-sync": {
|
|
88
|
+
"description": "vercel-edge-config-sync task executor",
|
|
89
|
+
"implementation": "./executors/vercel-edge-config-sync/executor"
|
|
90
|
+
},
|
|
91
|
+
"vue-proxy-transform": {
|
|
92
|
+
"description": "vue-proxy-transform task executor",
|
|
93
|
+
"implementation": "./executors/vue-proxy-transform/executor"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone-infrastructure/nx-tasks",
|
|
3
3
|
"description": "Common nx tasks",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.68",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
7
7
|
"repository": {
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"types": "./Index.d.ts",
|
|
15
15
|
"executors": "./executors.json",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@breadstone-infrastructure/utilities": "^0.0.
|
|
18
|
-
"@breadstone-tools/cem-app": "^0.0.
|
|
19
|
-
"@breadstone-tools/cem-plugins-custom-js-doc-tags": "^0.0.
|
|
20
|
-
"@breadstone-tools/cem-plugins-expand-types": "^0.0.
|
|
21
|
-
"@breadstone-tools/localizator-app": "^0.0.
|
|
22
|
-
"@breadstone-tools/localizator-core": "^0.0.
|
|
23
|
-
"@breadstone-tools/openapi-app": "^0.0.
|
|
24
|
-
"@breadstone-tools/openapi-core": "^0.0.
|
|
17
|
+
"@breadstone-infrastructure/utilities": "^0.0.68",
|
|
18
|
+
"@breadstone-tools/cem-app": "^0.0.68",
|
|
19
|
+
"@breadstone-tools/cem-plugins-custom-js-doc-tags": "^0.0.68",
|
|
20
|
+
"@breadstone-tools/cem-plugins-expand-types": "^0.0.68",
|
|
21
|
+
"@breadstone-tools/localizator-app": "^0.0.68",
|
|
22
|
+
"@breadstone-tools/localizator-core": "^0.0.68",
|
|
23
|
+
"@breadstone-tools/openapi-app": "^0.0.68",
|
|
24
|
+
"@breadstone-tools/openapi-core": "^0.0.68",
|
|
25
25
|
"@microsoft/api-extractor": "^7.52.8",
|
|
26
26
|
"@nx/devkit": "^21.2.1",
|
|
27
27
|
"autoprefixer": "^10.4.21",
|