@nx/angular-rspack 23.2.0-beta.0 → 23.2.0-beta.2
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/package.json +5 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/angular-rspack",
|
|
3
|
-
"version": "23.2.0-beta.
|
|
3
|
+
"version": "23.2.0-beta.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"tslib": "^2.3.0",
|
|
79
79
|
"webpack-merge": "^6.0.1",
|
|
80
80
|
"ws": "^8.18.0",
|
|
81
|
-
"@nx/
|
|
82
|
-
"@nx/
|
|
81
|
+
"@nx/devkit": "23.2.0-beta.2",
|
|
82
|
+
"@nx/angular-rspack-compiler": "23.2.0-beta.2"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"jsonc-eslint-parser": "^2.4.0"
|
|
@@ -123,15 +123,10 @@
|
|
|
123
123
|
},
|
|
124
124
|
"test": {
|
|
125
125
|
"dependsOn": [
|
|
126
|
+
"...",
|
|
126
127
|
"build",
|
|
127
|
-
"^build-native",
|
|
128
128
|
"angular-rspack-compiler:build"
|
|
129
|
-
]
|
|
130
|
-
"options": {
|
|
131
|
-
"args": [
|
|
132
|
-
"--passWithNoTests"
|
|
133
|
-
]
|
|
134
|
-
}
|
|
129
|
+
]
|
|
135
130
|
}
|
|
136
131
|
}
|
|
137
132
|
},
|