@arcgis/instant-apps-components-react 4.34.0-next.113 → 4.34.0-next.115

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 (3) hide show
  1. package/LICENSE.md +17 -0
  2. package/README.md +1 -13
  3. package/package.json +4 -4
package/LICENSE.md ADDED
@@ -0,0 +1,17 @@
1
+ # Licensing
2
+
3
+ COPYRIGHT © Esri
4
+
5
+ All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
6
+
7
+ 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.
8
+ You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
9
+
10
+ For additional information, contact:
11
+ Environmental Systems Research Institute, Inc.
12
+ Attn: Contracts and Legal Services Department
13
+ 380 New York Street
14
+ Redlands, California, USA 92373
15
+ USA
16
+
17
+ email: legal@esri.com
package/README.md CHANGED
@@ -26,16 +26,4 @@ We welcome contributions to this project. See the main [instant-apps-components
26
26
 
27
27
  COPYRIGHT © Esri
28
28
 
29
- All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
30
-
31
- 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.
32
- You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
33
-
34
- For additional information, contact:
35
- Environmental Systems Research Institute, Inc.
36
- Attn: Contracts and Legal Services Department
37
- 380 New York Street
38
- Redlands, California, USA 92373
39
- USA
40
-
41
- email: legal@esri.com
29
+ This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/instant-apps-components-react",
3
- "version": "4.34.0-next.113",
3
+ "version": "4.34.0-next.115",
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.113",
16
- "@arcgis/lumina": "4.34.0-next.113",
17
- "@arcgis/map-components": "4.34.0-next.113",
15
+ "@arcgis/instant-apps-components": "4.34.0-next.115",
16
+ "@arcgis/lumina": "4.34.0-next.115",
17
+ "@arcgis/map-components": "4.34.0-next.115",
18
18
  "@ckeditor/ckeditor5-build-classic": "^39.0.1",
19
19
  "@lit/react": "^1.0.7",
20
20
  "lit": "^3.3.0",