@arcgis/lumina-compiler 5.1.0-next.83 → 5.1.0-next.85

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.
@@ -5,6 +5,7 @@ import { ApiDocsTag } from '@arcgis/api-extractor/apiJson';
5
5
  * importing them.
6
6
  */
7
7
  interface JsonDocs {
8
+ deprecation?: string;
8
9
  components: JsonDocsComponent[];
9
10
  timestamp: string;
10
11
  compiler: {
package/dist/index.js CHANGED
@@ -4950,6 +4950,7 @@ function Zo(e, t) {
4950
4950
  return e;
4951
4951
  }
4952
4952
  const ea = (e) => ({
4953
+ deprecation: "docs.json is deprecated and will be removed in a future release. Use api.json instead",
4953
4954
  timestamp: e.apiJson.timestamp,
4954
4955
  compiler: e.apiJson.compiler,
4955
4956
  components: ta(e),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina-compiler",
3
- "version": "5.1.0-next.83",
3
+ "version": "5.1.0-next.85",
4
4
  "description": "Compiler for WebGIS web components",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -26,16 +26,16 @@
26
26
  "mime-types": "^3.0.1",
27
27
  "tinyglobby": "^0.2.15",
28
28
  "tslib": "^2.8.1",
29
- "@arcgis/api-extractor": "5.1.0-next.83",
30
- "@arcgis/toolkit": "~5.1.0-next.83",
31
- "@arcgis/components-build-utils": "5.1.0-next.83"
29
+ "@arcgis/api-extractor": "5.1.0-next.85",
30
+ "@arcgis/toolkit": "~5.1.0-next.85",
31
+ "@arcgis/components-build-utils": "5.1.0-next.85"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "lit": "^3.3.0",
35
35
  "typescript": "~6.0.2",
36
36
  "vite": "^7.3.2",
37
37
  "vitest": "^4.1.2",
38
- "@arcgis/lumina": "~5.1.0-next.83"
38
+ "@arcgis/lumina": "~5.1.0-next.85"
39
39
  },
40
40
  "peerDependenciesMeta": {
41
41
  "vitest": {