@arcgis/lumina-compiler 4.34.0-next.5 → 4.34.0-next.7

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -7
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -5864,10 +5864,11 @@ const pe = {
5864
5864
  };
5865
5865
  async function as(e, t, i, n, s = R()) {
5866
5866
  const r = Sl(e, i, n, s), a = u.join(t, "lumina.ts"), l = await U(a) ? await J(a, "utf8") : "";
5867
- if (l === r)
5867
+ if (l.trim().replaceAll(`\r
5868
+ `, `
5869
+ `) === r.trim())
5868
5870
  return !1;
5869
- if (process.env.CI) {
5870
- const d = (p) => Array.from(p, (m) => m.codePointAt(0).toString(16).padStart(4, "0")).join(",");
5871
+ if (process.env.CI)
5871
5872
  throw Error(
5872
5873
  w(
5873
5874
  "@arcgis/lumina:updateLuminaTs",
@@ -5877,12 +5878,9 @@ ${r}
5877
5878
 
5878
5879
  Current content:
5879
5880
 
5880
- ${l}
5881
- Hex new content: ${d(r)}
5882
- Hex current content: ${d(l)}`
5881
+ ${l}`
5883
5882
  )
5884
5883
  );
5885
- }
5886
5884
  return Wi(a, r), !0;
5887
5885
  }
5888
5886
  function Sl(e, t, i, n = R()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina-compiler",
3
- "version": "4.34.0-next.5",
3
+ "version": "4.34.0-next.7",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -18,9 +18,9 @@
18
18
  ],
19
19
  "license": "SEE LICENSE IN LICENSE.md",
20
20
  "dependencies": {
21
- "@arcgis/api-extractor": "4.34.0-next.5",
22
- "@arcgis/components-build-utils": "4.34.0-next.5",
23
- "@arcgis/components-utils": "4.34.0-next.5",
21
+ "@arcgis/api-extractor": "4.34.0-next.7",
22
+ "@arcgis/components-build-utils": "4.34.0-next.7",
23
+ "@arcgis/components-utils": "4.34.0-next.7",
24
24
  "chalk": "^5.3.0",
25
25
  "esbuild": "^0.25.4",
26
26
  "glob": "^11.0.0",
@@ -37,6 +37,6 @@
37
37
  "vitest-fail-on-console": "^0.7.1"
38
38
  },
39
39
  "peerDependencies": {
40
- "@arcgis/lumina": "~4.34.0-next.5"
40
+ "@arcgis/lumina": "~4.34.0-next.7"
41
41
  }
42
42
  }