@arcgis/map-components 1.0.0-beta.19 → 4.28.0-beta.0

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcgis/map-components",
3
3
  "description": "ArcGIS Map Components",
4
- "version": "1.0.0-beta.19",
4
+ "version": "4.28.0-beta.0",
5
5
  "module": "dist/components/index.js",
6
6
  "main": "dist/index.cjs.js",
7
7
  "types": "dist/types/index.d.ts",
@@ -35,8 +35,8 @@
35
35
  "build": "yarn pre && stencil build",
36
36
  "build:dev": "yarn pre && stencil build --dev",
37
37
  "build:storybook": "storybook build -c .storybook/internal --quiet",
38
- "build:external-storybook": "storybook build -c .storybook/external -o storybook-static-external --quiet",
39
- "build:composite-storybook": "yarn g:shx cp -r storybook-static-external ../docs/storybook-static-external/map-components",
38
+ "build:external-storybook": "storybook build -c .storybook/external -o storybook-static-external --quiet && yarn util:deploy-external-storybook",
39
+ "util:deploy-external-storybook": "yarn g:shx cp -r storybook-static-external ../docs/storybook-static-external/map-components",
40
40
  "test": "stencil test --spec --e2e",
41
41
  "test.watch": "stencil test --spec --e2e --watchAll",
42
42
  "generate": "stencil generate",
@@ -52,8 +52,8 @@
52
52
  "@stencil/core": "2.22.3"
53
53
  },
54
54
  "devDependencies": {
55
- "@arcgis/components-plugins": "1.0.0-beta.10",
56
- "@arcgis/core-adapter": "1.0.0-beta.15",
55
+ "@arcgis/components-plugins": "4.28.0-beta.0",
56
+ "@arcgis/core-adapter": "4.28.0-beta.0",
57
57
  "@arcgis/eslint-config": "1.0.0",
58
58
  "@arcgis/typescript-config": "1.0.0",
59
59
  "@stencil/angular-output-target": "0.8.1",
@@ -82,5 +82,5 @@
82
82
  "vite": "^4.4.9",
83
83
  "zlib": "^1.0.5"
84
84
  },
85
- "gitHead": "6cc77aaa66b058806c61709e6937c92a243217ea"
85
+ "gitHead": "448ecffaad71712dd1561b20454b77146625faa8"
86
86
  }