@arcgis/map-components-react 4.28.0-beta.2 → 4.28.0-beta.4
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/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,18 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"sideEffects": false,
|
|
4
|
-
"version": "4.28.0-beta.2",
|
|
5
3
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"build:map-components": "rimraf dist && yarn util:patch-jsx-import && yarn compile",
|
|
9
|
-
"clean": "rimraf dist node_modules .turbo",
|
|
10
|
-
"compile": "yarn tsc",
|
|
11
|
-
"tsc": "tsc",
|
|
12
|
-
"util:patch-jsx-import": "ts-node ./support/patchImportPathJSX.ts"
|
|
13
|
-
},
|
|
14
|
-
"main": "./dist/index.js",
|
|
4
|
+
"version": "4.28.0-beta.4",
|
|
5
|
+
"sideEffects": false,
|
|
15
6
|
"module": "./dist/index.js",
|
|
7
|
+
"main": "./dist/index.js",
|
|
16
8
|
"types": "./dist/index.d.ts",
|
|
17
9
|
"files": [
|
|
18
10
|
"dist/"
|
|
@@ -21,12 +13,16 @@
|
|
|
21
13
|
"registry": "https://registry.npmjs.org/",
|
|
22
14
|
"access": "public"
|
|
23
15
|
},
|
|
24
|
-
"
|
|
25
|
-
|
|
16
|
+
"license": "SEE LICENSE.md",
|
|
17
|
+
"scripts": {
|
|
18
|
+
"build:map-components": "rimraf dist && yarn util:patch-jsx-import && yarn compile",
|
|
19
|
+
"clean": "rimraf dist node_modules .turbo",
|
|
20
|
+
"compile": "yarn tsc",
|
|
21
|
+
"tsc": "tsc",
|
|
22
|
+
"util:patch-jsx-import": "ts-node ./support/patchImportPathJSX.ts"
|
|
26
23
|
},
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"react-dom": "^18"
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"@arcgis/map-components": "4.28.0-beta.4"
|
|
30
26
|
},
|
|
31
27
|
"devDependencies": {
|
|
32
28
|
"@types/node": "^20.2.5",
|
|
@@ -35,5 +31,9 @@
|
|
|
35
31
|
"ts-node": "^10.9.1",
|
|
36
32
|
"typescript": "4.9.5"
|
|
37
33
|
},
|
|
38
|
-
"
|
|
34
|
+
"peerDependencies": {
|
|
35
|
+
"react": "^18",
|
|
36
|
+
"react-dom": "^18"
|
|
37
|
+
},
|
|
38
|
+
"gitHead": "9c0849aefdd1b706361f63fe4397472b47b63c3c"
|
|
39
39
|
}
|