@arcgis/api-extractor 4.34.0-next.90 → 4.34.0-next.96

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/README.md CHANGED
@@ -12,10 +12,14 @@ COPYRIGHT © 2025 Esri
12
12
 
13
13
  All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
14
14
 
15
- This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
15
+ This material is licensed for use under the [Esri Master License Agreement (MLA)](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf), and is bound by the terms of that agreement.
16
+ You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
16
17
 
17
- See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
18
+ For additional information, contact:
19
+ Environmental Systems Research Institute, Inc.
20
+ Attn: Contracts and Legal Services Department
21
+ 380 New York Street
22
+ Redlands, California, USA 92373
23
+ USA
18
24
 
19
- For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
20
-
21
- email: contracts@esri.com
25
+ email: legal@esri.com
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import a from "typescript";
2
2
  import { path as x } from "@arcgis/components-build-utils";
3
3
  import { mappedFind as m } from "@arcgis/toolkit/array";
4
- const h = "@arcgis/api-extractor", g = "4.34.0-next.90", j = (e) => e.kind === "method", A = (e) => e.kind === "field";
4
+ const h = "@arcgis/api-extractor", g = "4.34.0-next.96", j = (e) => e.kind === "method", A = (e) => e.kind === "field";
5
5
  function v(e, s) {
6
6
  const t = e.path.split("/"), n = t.pop(), i = t.join("/"), o = s.path.split("/"), c = o.pop(), r = o.join("/");
7
7
  return i === r ? n < c ? -1 : 1 : i.startsWith(r) ? 1 : r.startsWith(i) || i < r ? -1 : 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/api-extractor",
3
- "version": "4.34.0-next.90",
3
+ "version": "4.34.0-next.96",
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.34.0-next.90",
18
- "@arcgis/toolkit": "4.34.0-next.90",
17
+ "@arcgis/components-build-utils": "4.34.0-next.96",
18
+ "@arcgis/toolkit": "4.34.0-next.96",
19
19
  "tslib": "^2.8.1",
20
20
  "typescript": "~5.8.3"
21
21
  }