@arcgis/api-extractor 4.32.0-next.35 → 4.32.0-next.37

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/dist/apiJson.d.ts CHANGED
@@ -206,6 +206,12 @@ export type ApiReference = {
206
206
  * @example "interfaces.d.ts"
207
207
  */
208
208
  module?: string;
209
+ /**
210
+ * A URL to see user-friendly documentation for the type.
211
+ *
212
+ * @example "https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html"
213
+ */
214
+ viewUrl?: string;
209
215
  };
210
216
  /**
211
217
  * A reference to the source of a declaration or member.
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // package.json
2
2
  var name = "@arcgis/api-extractor";
3
- var version = "4.32.0-next.35";
3
+ var version = "4.32.0-next.37";
4
4
 
5
5
  // src/extractor/index.ts
6
6
  import ts from "typescript";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/api-extractor",
3
- "version": "4.32.0-next.35",
3
+ "version": "4.32.0-next.37",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -14,8 +14,8 @@
14
14
  ],
15
15
  "license": "SEE LICENSE IN LICENSE.md",
16
16
  "dependencies": {
17
- "@arcgis/components-build-utils": "4.32.0-next.35",
18
- "@arcgis/components-utils": "4.32.0-next.35",
17
+ "@arcgis/components-build-utils": "4.32.0-next.37",
18
+ "@arcgis/components-utils": "4.32.0-next.37",
19
19
  "tslib": "^2.7.0",
20
20
  "typescript": "~5.6.3"
21
21
  }