@rxap/plugin-library 15.0.1 → 16.0.0-dev.1

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 CHANGED
@@ -3,6 +3,41 @@
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
+ # [16.0.0-dev.1](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@16.0.0-dev.0...@rxap/plugin-library@16.0.0-dev.1) (2023-05-17)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-library
9
+
10
+
11
+
12
+
13
+
14
+ # [16.0.0-dev.0](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@15.0.2...@rxap/plugin-library@16.0.0-dev.0) (2023-05-11)
15
+
16
+
17
+ ### Build System
18
+
19
+ * upgrade to nrwl 16.x.x ([de73759](https://gitlab.com/rxap/schematics/commit/de737599e984ce6e0dd19776ffbd04ab2c4085f3))
20
+
21
+
22
+ ### BREAKING CHANGES
23
+
24
+ * upgrade nrwl 16.x.x
25
+
26
+
27
+
28
+
29
+
30
+ ## [15.0.2](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@15.0.1...@rxap/plugin-library@15.0.2) (2023-05-11)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * update to nrwl 15.9.4 ([c9ab045](https://gitlab.com/rxap/schematics/commit/c9ab0454484162e633b789a6274d77793179df23))
36
+
37
+
38
+
39
+
40
+
6
41
  ## [15.0.1](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@15.0.0...@rxap/plugin-library@15.0.1) (2023-01-30)
7
42
 
8
43
  **Note:** Version bump only for package @rxap/plugin-library
package/migration.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "schematics": {},
3
3
  "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json"
4
- }
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxap/plugin-library",
3
- "version": "15.0.1",
3
+ "version": "16.0.0-dev.1",
4
4
  "author": "Merzough Münker",
5
5
  "homepage": "https://gitlab.com/rxap/plugins/libs/library",
6
6
  "repository": "git@gitlab.com:rxap/schematics.git",
@@ -26,14 +26,15 @@
26
26
  "save": "devDependencies"
27
27
  },
28
28
  "dependencies": {
29
- "@angular-devkit/architect": "^0.1500.3",
30
- "@angular-devkit/core": "^15.0.3",
31
- "@angular-devkit/schematics": "^15.0.3",
32
- "@rxap/schematics-utilities": "^15.0.0",
33
- "tslib": "^2.3.1",
34
- "typescript": "^4.8.4",
29
+ "@angular-devkit/architect": "^0.1600.1",
30
+ "@angular-devkit/core": "^16.0.1",
31
+ "@angular-devkit/schematics": "^16.0.1",
32
+ "@rxap/schematics-utilities": "^16.0.0-dev.0",
35
33
  "fs-extra": "9.1.0",
36
- "glob": "7.1.7"
34
+ "glob": "7.1.7",
35
+ "nx": "16.2.1",
36
+ "tslib": "^2.3.1",
37
+ "typescript": "^5.0.4"
37
38
  },
38
39
  "publishConfig": {
39
40
  "directory": "../../dist/libs/library",
@@ -45,10 +46,7 @@
45
46
  "@rxap/plugin-library"
46
47
  ]
47
48
  },
48
- "peerDependencies": {
49
- "@nrwl/workspace": "^15.3.3",
50
- "nx": "^15.3.3"
51
- },
49
+ "peerDependencies": {},
52
50
  "gitHead": "4d5539102ddcfc828e6d22e8a15beb42e326ca12",
53
51
  "types": "./src/index.d.ts"
54
52
  }
@@ -24,10 +24,18 @@
24
24
  },
25
25
  "type": {
26
26
  "type": "string",
27
- "enum": ["migrations", "schematics", "builders"]
27
+ "enum": [
28
+ "migrations",
29
+ "schematics",
30
+ "builders"
31
+ ]
28
32
  }
29
33
  },
30
- "required": ["tsConfig", "outputPath", "type"],
34
+ "required": [
35
+ "tsConfig",
36
+ "outputPath",
37
+ "type"
38
+ ],
31
39
  "definitions": {
32
40
  "assetPattern": {
33
41
  "oneOf": [
@@ -55,7 +63,11 @@
55
63
  }
56
64
  },
57
65
  "additionalProperties": false,
58
- "required": ["glob", "input", "output"]
66
+ "required": [
67
+ "glob",
68
+ "input",
69
+ "output"
70
+ ]
59
71
  },
60
72
  {
61
73
  "type": "string"