@justeattakeaway/pie-spinner 0.5.5 → 0.6.1

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 +7 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-spinner",
3
3
  "description": "PIE Design System Spinner built using Web Components",
4
- "version": "0.5.5",
4
+ "version": "0.6.1",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -12,6 +12,9 @@
12
12
  "dist",
13
13
  "**/*.d.ts"
14
14
  ],
15
+ "pieMetadata": {
16
+ "componentStatus": "beta"
17
+ },
15
18
  "scripts": {
16
19
  "build": "run -T vite build",
17
20
  "build:react-wrapper": "npx build-react-wrapper",
@@ -23,6 +26,7 @@
23
26
  "watch": "run -T vite build --watch",
24
27
  "test": "echo \"Error: no test specified\" && exit 0",
25
28
  "test:ci": "yarn test",
29
+ "test:browsers-setup": "npx playwright-lit-setup",
26
30
  "test:browsers": "npx playwright test -c ./playwright-lit.config.ts",
27
31
  "test:browsers:ci": "yarn test:browsers",
28
32
  "test:visual": "run -T cross-env-shell PERCY_TOKEN=${PERCY_TOKEN_PIE_SPINNER} percy exec --allowed-hostname cloudfront.net -- npx playwright test -c ./playwright-lit-visual.config.ts",
@@ -32,12 +36,12 @@
32
36
  "license": "Apache-2.0",
33
37
  "devDependencies": {
34
38
  "@custom-elements-manifest/analyzer": "0.9.0",
35
- "@justeattakeaway/pie-components-config": "0.11.0",
39
+ "@justeattakeaway/pie-components-config": "0.14.0",
36
40
  "@justeattakeaway/pie-wrapper-react": "0.14.0",
37
41
  "cem-plugin-module-file-extensions": "0.0.5"
38
42
  },
39
43
  "dependencies": {
40
- "@justeattakeaway/pie-webc-core": "0.19.1"
44
+ "@justeattakeaway/pie-webc-core": "0.20.0"
41
45
  },
42
46
  "volta": {
43
47
  "extends": "../../../package.json"