@arcgis/lumina-compiler 4.34.0-next.15 → 4.34.0-next.17

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 +4 -2
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -2584,11 +2584,13 @@ class Je extends gs {
2584
2584
  docsTags: [
2585
2585
  {
2586
2586
  name: "example",
2587
- text: `const ${c} = document.createElement("${s.tagName}");
2587
+ text: `\`\`\`js
2588
+ const ${c} = document.createElement("${s.tagName}");
2588
2589
  document.body.append(${c});
2589
2590
  ${c}.componentOnReady().then(() => {
2590
2591
  console.log("${s.tagName} is ready to go!");
2591
- });`
2592
+ });
2593
+ \`\`\``
2592
2594
  }
2593
2595
  ]
2594
2596
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina-compiler",
3
- "version": "4.34.0-next.15",
3
+ "version": "4.34.0-next.17",
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.15",
22
- "@arcgis/components-build-utils": "4.34.0-next.15",
23
- "@arcgis/components-utils": "4.34.0-next.15",
21
+ "@arcgis/api-extractor": "4.34.0-next.17",
22
+ "@arcgis/components-build-utils": "4.34.0-next.17",
23
+ "@arcgis/components-utils": "4.34.0-next.17",
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.15"
40
+ "@arcgis/lumina": "~4.34.0-next.17"
41
41
  }
42
42
  }