@arcgis/map-components 4.28.0-beta.16 → 4.28.0-beta.17

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 +12 -10
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcgis/map-components",
3
3
  "description": "ArcGIS Map Components",
4
- "version": "4.28.0-beta.16",
4
+ "version": "4.28.0-beta.17",
5
5
  "module": "dist/components/index.js",
6
6
  "main": "dist/index.cjs.js",
7
7
  "types": "dist/types/index.d.ts",
@@ -29,20 +29,22 @@
29
29
  },
30
30
  "license": "SEE LICENSE IN LICENSE.md",
31
31
  "scripts": {
32
- "start": "yarn pre && stencil build --dev --watch --serve",
32
+ "start": "yarn build:dev --watch --serve",
33
33
  "start:storybook": "storybook dev -c .storybook/internal -p 6007 --quiet",
34
34
  "start:external-storybook": "kill-port 6017 && storybook dev -c .storybook/external dev -p 6017 --quiet",
35
- "build": "yarn pre && stencil build",
36
- "build:dev": "yarn pre && stencil build --dev",
35
+ "watch": "yarn build:dev --watch",
36
+ "build": "yarn build:components",
37
+ "build:dev": "yarn build:components:dev",
37
38
  "build:storybook": "storybook build -c .storybook/internal --quiet",
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",
39
+ "build:external-storybook": "storybook build -c .storybook/external -o storybook-static-external --quiet",
40
+ "build:components": "stencil build",
41
+ "build:components:dev": "stencil build --dev",
42
+ "build:composite-storybook": "yarn g:shx cp -r storybook-static-external ../docs/storybook-static-external/map-components",
40
43
  "test": "stencil test --spec --e2e",
41
44
  "test.watch": "stencil test --spec --e2e --watchAll",
42
45
  "generate": "stencil generate",
43
46
  "compress": "node ./scripts/compress.mjs",
44
47
  "create:comp": "node ./scripts/create-component.mjs",
45
- "pre": "rimraf ./dist ./www",
46
48
  "clean": "rimraf ./node_modules ./storybook-static ./storybook-static-external ./turbo ./dist ./www",
47
49
  "lint": "eslint ."
48
50
  },
@@ -52,8 +54,8 @@
52
54
  "@stencil/core": "2.22.3"
53
55
  },
54
56
  "devDependencies": {
55
- "@arcgis/components-plugins": "4.28.0-beta.16",
56
- "@arcgis/core-adapter": "4.28.0-beta.16",
57
+ "@arcgis/components-plugins": "4.28.0-beta.17",
58
+ "@arcgis/core-adapter": "4.28.0-beta.17",
57
59
  "@arcgis/eslint-config": "1.0.0",
58
60
  "@arcgis/typescript-config": "1.0.0",
59
61
  "@stencil/angular-output-target": "0.8.1",
@@ -81,5 +83,5 @@
81
83
  "vite": "^4.4.9",
82
84
  "zlib": "^1.0.5"
83
85
  },
84
- "gitHead": "af4d6f5e5ab005bbdb887a5db8f2a0e7a1af6132"
86
+ "gitHead": "c11c000bf03ff92dc862f47ca766d45c4b491cf1"
85
87
  }