@arcgis/map-components-react 4.29.0-beta.34 → 4.29.0-beta.36
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,4 +14,4 @@ See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
|
|
|
14
14
|
|
|
15
15
|
For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
|
|
16
16
|
|
|
17
|
-
email: contracts@esri.com
|
|
17
|
+
email: contracts@esri.com
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
3
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
4
4
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
5
|
-
"version": "4.29.0-beta.
|
|
5
|
+
"version": "4.29.0-beta.36",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"module": "dist/index.js",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"tsc": "tsc"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@arcgis/map-components": "4.29.0-beta.
|
|
26
|
+
"@arcgis/map-components": "4.29.0-beta.36"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@arcgis/components-plugins": "4.29.0-beta.
|
|
29
|
+
"@arcgis/components-plugins": "4.29.0-beta.36",
|
|
30
30
|
"@types/node": "^20.2.5",
|
|
31
31
|
"@types/react-dom": "^18.2.0",
|
|
32
32
|
"rimraf": "^5.0.0",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"react": "^18",
|
|
38
38
|
"react-dom": "^18"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "5ea427f40066b0f1e20f8fe5db6a05e1f98c145c"
|
|
41
41
|
}
|