@rxap/plugin-utilities 19.0.6-dev.7 → 19.0.6
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/CHANGELOG.md +10 -0
- package/README.md +18 -2
- package/package.json +5 -4
- package/src/generators/init/index.d.ts +2 -0
- package/src/generators/init/index.js +8 -0
- package/src/generators/init/index.js.map +1 -0
- package/src/lib/project-target.d.ts +1 -1
- package/src/lib/project-target.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [19.0.6](https://gitlab.com/rxap/packages/compare/@rxap/plugin-utilities@19.0.6-dev.8...@rxap/plugin-utilities@19.0.6) (2024-07-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/plugin-utilities
|
|
9
|
+
|
|
10
|
+
## [19.0.6-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/plugin-utilities@19.0.6-dev.7...@rxap/plugin-utilities@19.0.6-dev.8) (2024-07-30)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- add missing generic type ([28240cd](https://gitlab.com/rxap/packages/commit/28240cd3841c16c85d523d45e1070298d160e125))
|
|
15
|
+
|
|
6
16
|
## [19.0.6-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/plugin-utilities@19.0.6-dev.6...@rxap/plugin-utilities@19.0.6-dev.7) (2024-07-09)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @rxap/plugin-utilities
|
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|

|
|
9
9
|
|
|
10
10
|
- [Installation](#installation)
|
|
11
|
+
- [Generators](#generators)
|
|
11
12
|
|
|
12
13
|
# Installation
|
|
13
14
|
|
|
@@ -15,7 +16,22 @@
|
|
|
15
16
|
```bash
|
|
16
17
|
yarn add @rxap/plugin-utilities
|
|
17
18
|
```
|
|
18
|
-
**
|
|
19
|
+
**Execute the init generator:**
|
|
19
20
|
```bash
|
|
20
|
-
yarn
|
|
21
|
+
yarn nx g @rxap/plugin-utilities:init
|
|
22
|
+
```
|
|
23
|
+
# Generators
|
|
24
|
+
|
|
25
|
+
## init
|
|
26
|
+
> Initialize the package in the workspace
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
yarn nx g @rxap/plugin-utilities:init
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## init
|
|
33
|
+
> Initialize the package in the workspace
|
|
34
|
+
|
|
35
|
+
```bash
|
|
36
|
+
yarn nx g @rxap/plugin-utilities:init
|
|
21
37
|
```
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "19.0.6
|
|
2
|
+
"version": "19.0.6",
|
|
3
3
|
"name": "@rxap/plugin-utilities",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@nx/devkit": "19.4.2",
|
|
7
|
-
"@rxap/node-utilities": "^1.3.3
|
|
8
|
-
"@rxap/workspace-utilities": "^19.4.0
|
|
7
|
+
"@rxap/node-utilities": "^1.3.3",
|
|
8
|
+
"@rxap/workspace-utilities": "^19.4.0",
|
|
9
9
|
"tslib": "2.6.2"
|
|
10
10
|
},
|
|
11
11
|
"author": {
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
"url": "https://gitlab.com/rxap/packages.git",
|
|
36
36
|
"directory": "packages/plugin/utilities"
|
|
37
37
|
},
|
|
38
|
+
"schematics": "./generators.json",
|
|
38
39
|
"type": "commonjs",
|
|
39
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "dc81d957aa2a2bd4232af34f2e0550dd52643f40",
|
|
40
41
|
"main": "./src/index.js"
|
|
41
42
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const devkit_1 = require("@nx/devkit");
|
|
5
|
+
const generator_1 = tslib_1.__importDefault(require("./generator"));
|
|
6
|
+
const schematic = (0, devkit_1.convertNxGenerator)(generator_1.default);
|
|
7
|
+
exports.default = schematic;
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../packages/plugin/utilities/src/generators/init/index.ts"],"names":[],"mappings":";;;AAAA,uCAAgD;AAChD,oEAAoC;AAEpC,MAAM,SAAS,GAAG,IAAA,2BAAkB,EAAC,mBAAS,CAAC,CAAC;AAChD,kBAAe,SAAS,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ExecutorContext } from '@nx/devkit';
|
|
2
2
|
export declare function HasProjectTarget(context: ExecutorContext, projectName: string | undefined, targetName: string): boolean;
|
|
3
3
|
export declare function GetProjectTarget(context: ExecutorContext, projectName: string | undefined, targetName: string): import("@nx/devkit").TargetConfiguration<any>;
|
|
4
|
-
export declare function GetProjectTargetOptions(context: ExecutorContext, projectName: string | undefined, targetName: string, configurationName?: string | undefined):
|
|
4
|
+
export declare function GetProjectTargetOptions<T = Record<string, unknown>>(context: ExecutorContext, projectName: string | undefined, targetName: string, configurationName?: string | undefined): T;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project-target.js","sourceRoot":"","sources":["../../../../../../packages/plugin/utilities/src/lib/project-target.ts"],"names":[],"mappings":";;;AACA,mEAA6D;AAC7D,uCAAoD;AAEpD,SAAgB,gBAAgB,CAAC,OAAwB,EAAE,WAAW,GAAG,OAAO,CAAC,WAAW,EAAE,UAAkB;;IAC9G,MAAM,oBAAoB,GAAG,IAAA,iCAAuB,EAAC,OAAO,EAAE,WAAW,CAAC,CAAC;IAE3E,OAAO,CAAC,CAAC,CAAA,MAAA,oBAAoB,CAAC,OAAO,0CAAG,UAAU,CAAC,CAAA,CAAC;AACtD,CAAC;AAJD,4CAIC;AAED,SAAgB,gBAAgB,CAAC,OAAwB,EAAE,WAAW,GAAG,OAAO,CAAC,WAAW,EAAE,UAAkB;IAC9G,MAAM,oBAAoB,GAAG,IAAA,iCAAuB,EAAC,OAAO,EAAE,WAAW,CAAC,CAAC;IAE3E,MAAM,mBAAmB,GAAG,oBAAoB,CAAC,OAAO,CAAC,CAAC,CAAC,oBAAoB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;IAEhH,IAAI,CAAC,mBAAmB,EAAE,CAAC;QACzB,MAAM,IAAI,KAAK,CAAC,wCAAyC,UAAW,iBAAkB,WAAY,cAAc,CAAC,CAAC;IACpH,CAAC;IAED,OAAO,mBAAmB,CAAC;AAC7B,CAAC;AAVD,4CAUC;AAED,SAAgB,uBAAuB,CACrC,OAAwB,EACxB,WAAW,GAAG,OAAO,CAAC,WAAW,EACjC,UAAkB,EAClB,iBAAiB,GAAG,OAAO,CAAC,iBAAiB;IAE7C,MAAM,MAAM,GAAG,gBAAgB,CAAC,OAAO,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;IAClE,OAAO,IAAA,sCAAgB,
|
|
1
|
+
{"version":3,"file":"project-target.js","sourceRoot":"","sources":["../../../../../../packages/plugin/utilities/src/lib/project-target.ts"],"names":[],"mappings":";;;AACA,mEAA6D;AAC7D,uCAAoD;AAEpD,SAAgB,gBAAgB,CAAC,OAAwB,EAAE,WAAW,GAAG,OAAO,CAAC,WAAW,EAAE,UAAkB;;IAC9G,MAAM,oBAAoB,GAAG,IAAA,iCAAuB,EAAC,OAAO,EAAE,WAAW,CAAC,CAAC;IAE3E,OAAO,CAAC,CAAC,CAAA,MAAA,oBAAoB,CAAC,OAAO,0CAAG,UAAU,CAAC,CAAA,CAAC;AACtD,CAAC;AAJD,4CAIC;AAED,SAAgB,gBAAgB,CAAC,OAAwB,EAAE,WAAW,GAAG,OAAO,CAAC,WAAW,EAAE,UAAkB;IAC9G,MAAM,oBAAoB,GAAG,IAAA,iCAAuB,EAAC,OAAO,EAAE,WAAW,CAAC,CAAC;IAE3E,MAAM,mBAAmB,GAAG,oBAAoB,CAAC,OAAO,CAAC,CAAC,CAAC,oBAAoB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;IAEhH,IAAI,CAAC,mBAAmB,EAAE,CAAC;QACzB,MAAM,IAAI,KAAK,CAAC,wCAAyC,UAAW,iBAAkB,WAAY,cAAc,CAAC,CAAC;IACpH,CAAC;IAED,OAAO,mBAAmB,CAAC;AAC7B,CAAC;AAVD,4CAUC;AAED,SAAgB,uBAAuB,CACrC,OAAwB,EACxB,WAAW,GAAG,OAAO,CAAC,WAAW,EACjC,UAAkB,EAClB,iBAAiB,GAAG,OAAO,CAAC,iBAAiB;IAE7C,MAAM,MAAM,GAAG,gBAAgB,CAAC,OAAO,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;IAClE,OAAO,IAAA,sCAAgB,EAAI,MAAM,EAAE,iBAAiB,CAAC,CAAC;AACxD,CAAC;AARD,0DAQC"}
|