@justeattakeaway/pie-toast-provider 0.2.2 → 0.2.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 +3 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-toast-provider",
|
|
3
3
|
"description": "PIE Design System Toast Provider built using Web Components",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -24,13 +24,10 @@
|
|
|
24
24
|
"lint:style": "run -T stylelint ./src/**/*.{css,scss}",
|
|
25
25
|
"lint:style:fix": "yarn lint:style --fix",
|
|
26
26
|
"watch": "run -T vite build --watch",
|
|
27
|
-
"test": "echo \"Error: no test specified\" && exit 0",
|
|
28
|
-
"test:ci": "yarn test",
|
|
29
27
|
"test:browsers": "npx playwright test -c ./playwright-lit.config.ts",
|
|
30
28
|
"test:browsers:ci": "yarn test:browsers",
|
|
31
29
|
"test:visual": "run -T cross-env-shell PERCY_TOKEN=${PERCY_TOKEN_PIE_TOAST_PROVIDER} percy exec --allowed-hostname cloudfront.net -- npx playwright test -c ./playwright-lit-visual.config.ts",
|
|
32
|
-
"test:visual:ci": "yarn test:visual"
|
|
33
|
-
"test:browsers-setup": "npx playwright-lit-setup"
|
|
30
|
+
"test:visual:ci": "yarn test:visual"
|
|
34
31
|
},
|
|
35
32
|
"author": "Just Eat Takeaway.com - Design System Team",
|
|
36
33
|
"license": "Apache-2.0",
|
|
@@ -41,7 +38,7 @@
|
|
|
41
38
|
"cem-plugin-module-file-extensions": "0.0.5"
|
|
42
39
|
},
|
|
43
40
|
"dependencies": {
|
|
44
|
-
"@justeattakeaway/pie-toast": "0.7.
|
|
41
|
+
"@justeattakeaway/pie-toast": "0.7.4",
|
|
45
42
|
"@justeattakeaway/pie-webc-core": "0.24.2"
|
|
46
43
|
},
|
|
47
44
|
"volta": {
|