@nx/angular-rspack 22.7.0-beta.1 → 22.7.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.
@@ -1 +1 @@
1
- {"version":3,"file":"common-config.d.ts","sourceRoot":"","sources":["../../../../src/lib/config/config-utils/common-config.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,UAAU,EACV,WAAW,EACX,oCAAoC,EACrC,MAAM,cAAc,CAAC;AAQtB,wBAAsB,eAAe,CACnC,iBAAiB,EAAE,oCAAoC,EACvD,IAAI,EAAE,WAAW,EACjB,QAAQ,EAAE,MAAM,GAAG,CAAC,MAAM,IAAI,CAAC,EAC/B,UAAU,EAAE,UAAU,iDAkKvB"}
1
+ {"version":3,"file":"common-config.d.ts","sourceRoot":"","sources":["../../../../src/lib/config/config-utils/common-config.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,UAAU,EACV,WAAW,EACX,oCAAoC,EACrC,MAAM,cAAc,CAAC;AAQtB,wBAAsB,eAAe,CACnC,iBAAiB,EAAE,oCAAoC,EACvD,IAAI,EAAE,WAAW,EACjB,QAAQ,EAAE,MAAM,GAAG,CAAC,MAAM,IAAI,CAAC,EAC/B,UAAU,EAAE,UAAU,iDAoKvB"}
@@ -107,6 +107,7 @@ async function getCommonConfig(normalizedOptions, i18n, i18nHash, hashFormat) {
107
107
  test: angular_rspack_compiler_1.TS_ALL_EXT_REGEX,
108
108
  use: [
109
109
  {
110
+ // eslint-disable-next-line @nx/enforce-module-boundaries
110
111
  loader: require.resolve('@nx/angular-rspack/loaders/angular-loader'),
111
112
  },
112
113
  ],
@@ -115,6 +116,7 @@ async function getCommonConfig(normalizedOptions, i18n, i18nHash, hashFormat) {
115
116
  test: angular_rspack_compiler_1.JS_ALL_EXT_REGEX,
116
117
  use: [
117
118
  {
119
+ // eslint-disable-next-line @nx/enforce-module-boundaries
118
120
  loader: require.resolve('@nx/angular-rspack/loaders/angular-partial-transform-loader'),
119
121
  },
120
122
  ],
@@ -1 +1 @@
1
- {"version":3,"file":"server-config.d.ts","sourceRoot":"","sources":["../../../../src/lib/config/config-utils/server-config.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAA4B,MAAM,cAAc,CAAC;AAE5E,OAAO,KAAK,EACV,WAAW,EACX,oCAAoC,EACrC,MAAM,cAAc,CAAC;AAOtB,wBAAsB,eAAe,CACnC,iBAAiB,EAAE,oCAAoC,EACvD,IAAI,EAAE,WAAW,EACjB,aAAa,EAAE,aAAa,GAC3B,OAAO,CAAC,aAAa,CAAC,CAoFxB"}
1
+ {"version":3,"file":"server-config.d.ts","sourceRoot":"","sources":["../../../../src/lib/config/config-utils/server-config.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,aAAa,EAA4B,MAAM,cAAc,CAAC;AAE5E,OAAO,KAAK,EACV,WAAW,EACX,oCAAoC,EACrC,MAAM,cAAc,CAAC;AAOtB,wBAAsB,eAAe,CACnC,iBAAiB,EAAE,oCAAoC,EACvD,IAAI,EAAE,WAAW,EACjB,aAAa,EAAE,aAAa,GAC3B,OAAO,CAAC,aAAa,CAAC,CAqFxB"}
@@ -64,6 +64,7 @@ async function getServerConfig(normalizedOptions, i18n, defaultConfig) {
64
64
  ],
65
65
  },
66
66
  {
67
+ // eslint-disable-next-line @nx/enforce-module-boundaries
67
68
  loader: require.resolve('@nx/angular-rspack/loaders/platform-server-exports-loader'),
68
69
  include: [
69
70
  (0, path_1.resolve)(root, normalizedOptions.ssr.entry),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular-rspack",
3
- "version": "22.7.0-beta.1",
3
+ "version": "22.7.0-beta.2",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -48,8 +48,8 @@
48
48
  "@ampproject/remapping": "2.3.0",
49
49
  "@babel/core": "7.28.3",
50
50
  "@discoveryjs/json-ext": "0.6.3",
51
- "@nx/angular-rspack-compiler": "22.7.0-beta.1",
52
- "@nx/devkit": "22.7.0-beta.1",
51
+ "@nx/angular-rspack-compiler": "22.7.0-beta.2",
52
+ "@nx/devkit": "22.7.0-beta.2",
53
53
  "ansi-colors": "4.1.3",
54
54
  "autoprefixer": "10.4.21",
55
55
  "deepmerge": "^4.3.1",