@razorwind/nx 0.0.23 → 0.0.24
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/dist/executors/generate/executor.d.mts +0 -1
- package/dist/executors/generate/executor.d.ts +0 -1
- package/dist/executors/generate/executor.d.ts.map +1 -1
- package/dist/executors/generate/schema.d.ts +0 -1
- package/dist/executors/generate/schema.json +1 -3
- package/dist/plugin/index.d.ts.map +1 -1
- package/docs/api/generate/schema.md +0 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Razorwind - Nx
|
|
4
4
|
|
|
5
|
+
## [0.0.24](https://github.com/storm-software/razorwind/releases/tag/nx%400.0.24) (08/06/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **core:** Clean up logic to searching for conifguration files ([f30e3f0](https://github.com/storm-software/razorwind/commit/f30e3f0))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **core** to **v0.0.29**
|
|
14
|
+
|
|
5
15
|
## [0.0.23](https://github.com/storm-software/razorwind/releases/tag/nx%400.0.23) (08/06/2026)
|
|
6
16
|
|
|
7
17
|
### Updated Dependencies
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executor.d.ts","names":[],"sources":["../../../src/executors/generate/schema.d.ts","../../../src/executors/generate/executor.ts"],"mappings":";;;;;UAIiB
|
|
1
|
+
{"version":3,"file":"executor.d.ts","names":[],"sources":["../../../src/executors/generate/schema.d.ts","../../../src/executors/generate/executor.ts"],"mappings":";;;;;UAIiB;;;;;EAKhB;;;;;;;;EASA;;;;;;;EAQA;;;;;;;EAQA;;;;iBCVc,WACb,SAAS,wBACT,SAAS,kBACR,QAAQ"}
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
"properties": {
|
|
10
10
|
"configFile": {
|
|
11
11
|
"type": "string",
|
|
12
|
-
"description": "The path to the configuration file"
|
|
13
|
-
"default": "{projectRoot}/razorwind.config.ts"
|
|
12
|
+
"description": "The path to the configuration file"
|
|
14
13
|
},
|
|
15
14
|
"mode": {
|
|
16
15
|
"type": "string",
|
|
@@ -55,7 +54,6 @@
|
|
|
55
54
|
"additionalProperties": false,
|
|
56
55
|
"type": "object",
|
|
57
56
|
"default": {
|
|
58
|
-
"configFile": "{projectRoot}/razorwind.config.ts",
|
|
59
57
|
"mode": "production"
|
|
60
58
|
}
|
|
61
59
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../src/plugin/index.ts"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../src/plugin/index.ts"],"mappings":";;UA+CiB;;;;;;EAMf;;;;EAKA;;;;EAKA;;;;;;EAOA;;cAGW,eAAe,YAAY"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@razorwind/nx",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.24",
|
|
4
4
|
"description": "A Nx plugin to support Razorwind development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
"dependencies": {
|
|
113
113
|
"@nx/devkit": "23.1.0",
|
|
114
114
|
"@power-plant/core": "^0.0.75",
|
|
115
|
-
"@razorwind/core": "^0.0.
|
|
116
|
-
"@storm-software/workspace-tools": "^1.296.
|
|
115
|
+
"@razorwind/core": "^0.0.29",
|
|
116
|
+
"@storm-software/workspace-tools": "^1.296.94",
|
|
117
117
|
"@stryke/hash": "^0.13.56",
|
|
118
118
|
"@stryke/path": "^0.29.29",
|
|
119
119
|
"@stryke/string-format": "^0.17.44",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
127
|
"@powerlines/plugin-tsdown": "^0.1.589",
|
|
128
|
-
"@powerlines/plugin-untyped": "^0.2.
|
|
128
|
+
"@powerlines/plugin-untyped": "^0.2.603",
|
|
129
129
|
"@types/node": "^25.9.5",
|
|
130
130
|
"eslint-flat-config-utils": "^3.2.0",
|
|
131
131
|
"jsonc-eslint-parser": "^3.2.0"
|
|
@@ -134,5 +134,5 @@
|
|
|
134
134
|
"publishConfig": { "access": "public" },
|
|
135
135
|
"executors": "./executors.json",
|
|
136
136
|
"generators": "./generators.json",
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "a861c6938501ed645ccdcd3970fc1164d110b4ed"
|
|
138
138
|
}
|