@arcgis/languages-api-utils 5.0.0-next.99 → 5.0.1

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/README.md +2 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,6 +9,5 @@ It is not intended to be used directly, but rather used as a dependency by other
9
9
 
10
10
  ## License
11
11
 
12
- COPYRIGHT © Esri
13
-
14
- This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package.
12
+ This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.0/LICENSE.txt.
13
+ For third party notices, see https://js.arcgis.com/5.0/third-party-notices.txt.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/languages-api-utils",
3
- "version": "5.0.0-next.99",
3
+ "version": "5.0.1",
4
4
  "description": "ArcGIS Languages API Utilities",
5
5
  "homepage": "https://developers.arcgis.com/javascript/latest/",
6
6
  "type": "module",
@@ -12,8 +12,8 @@
12
12
  ],
13
13
  "license": "SEE LICENSE IN LICENSE.md",
14
14
  "dependencies": {
15
- "@arcgis/languages-sdk-spec": "5.0.0-next.99",
16
15
  "tslib": "^2.8.1",
17
- "vscode-languageserver-types": "^3.17.5"
16
+ "vscode-languageserver-types": "^3.17.5",
17
+ "@arcgis/languages-sdk-spec": "5.0.1"
18
18
  }
19
19
  }