@arcgis/instant-apps-components-react 4.34.0-next.100 → 4.34.0-next.101
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
|
@@ -24,7 +24,7 @@ We welcome contributions to this project. See the main [instant-apps-components
|
|
|
24
24
|
|
|
25
25
|
## License
|
|
26
26
|
|
|
27
|
-
COPYRIGHT ©
|
|
27
|
+
COPYRIGHT © Esri
|
|
28
28
|
|
|
29
29
|
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
|
|
30
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/instant-apps-components-react",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.101",
|
|
4
4
|
"description": "A set of React components that wrap Instant Apps components",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
],
|
|
13
13
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@arcgis/instant-apps-components": "4.34.0-next.
|
|
16
|
-
"@arcgis/lumina": "4.34.0-next.
|
|
17
|
-
"@arcgis/map-components": "4.34.0-next.
|
|
15
|
+
"@arcgis/instant-apps-components": "4.34.0-next.101",
|
|
16
|
+
"@arcgis/lumina": "4.34.0-next.101",
|
|
17
|
+
"@arcgis/map-components": "4.34.0-next.101",
|
|
18
18
|
"@ckeditor/ckeditor5-build-classic": "^39.0.1",
|
|
19
19
|
"@lit/react": "^1.0.7",
|
|
20
20
|
"lit": "^3.3.0",
|