creevey 0.8.1-sb7.4 → 0.8.2-fix-wait.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.
- package/lib/cjs/client/addon/components/Tools.js +0 -2
- package/lib/cjs/client/addon/register.js +0 -2
- package/lib/cjs/client/addon/withCreevey.js +0 -4
- package/lib/cjs/client/web/142.js +2 -0
- package/lib/cjs/client/web/142.js.LICENSE.txt +12 -0
- package/lib/cjs/client/web/32.js +1 -0
- package/lib/cjs/client/web/551.js +1 -0
- package/lib/cjs/client/web/566.js +2 -0
- package/lib/cjs/client/web/566.js.LICENSE.txt +31 -0
- package/lib/cjs/client/web/691.js +2 -0
- package/lib/cjs/client/web/691.js.LICENSE.txt +8 -0
- package/lib/cjs/client/web/725.js +1 -0
- package/lib/cjs/client/web/main.js +1 -78
- package/lib/cjs/client/web/main.js.LICENSE.txt +15 -0
- package/lib/cjs/server/selenium/browser.js +10 -21
- package/lib/cjs/server/stories.js +0 -2
- package/lib/cjs/server/storybook/entry.js +0 -2
- package/lib/cjs/server/storybook/helpers.js +1 -1
- package/lib/cjs/server/storybook/providers/browser.js +0 -2
- package/lib/cjs/shared/index.js +0 -2
- package/lib/cjs/types.js +0 -3
- package/lib/esm/client/addon/Manager.js +0 -4
- package/lib/esm/client/addon/components/Tools.js +0 -2
- package/lib/esm/client/addon/register.js +0 -2
- package/lib/esm/client/addon/withCreevey.js +0 -4
- package/lib/esm/server/selenium/browser.js +11 -22
- package/lib/esm/server/stories.js +0 -2
- package/lib/esm/server/storybook/entry.js +0 -2
- package/lib/esm/server/storybook/helpers.js +1 -3
- package/lib/esm/server/storybook/providers/browser.js +0 -2
- package/lib/esm/server/storybook/providers/nodejs.js +0 -3
- package/lib/esm/shared/index.js +0 -2
- package/lib/esm/types.js +0 -3
- package/lib/types/client/addon/components/Addon.d.ts +0 -1
- package/lib/types/client/addon/components/Icons.d.ts +0 -1
- package/lib/types/client/addon/components/Panel.d.ts +0 -1
- package/lib/types/client/addon/components/TestSelect.d.ts +0 -1
- package/lib/types/client/addon/components/Tools.d.ts +0 -1
- package/lib/types/client/addon/decorator.d.ts +1 -1
- package/lib/types/client/shared/components/ImagesView/BlendView.d.ts +1 -3
- package/lib/types/client/shared/components/ImagesView/ImagesView.d.ts +0 -1
- package/lib/types/client/shared/components/ImagesView/SideBySideView.d.ts +1 -3
- package/lib/types/client/shared/components/ImagesView/SlideView.d.ts +1 -3
- package/lib/types/client/shared/components/ImagesView/SwapView.d.ts +1 -3
- package/lib/types/client/shared/components/PageFooter/PageFooter.d.ts +0 -1
- package/lib/types/client/shared/components/PageFooter/Paging.d.ts +0 -1
- package/lib/types/client/shared/components/PageHeader/ImagePreview.d.ts +1 -3
- package/lib/types/client/shared/components/PageHeader/PageHeader.d.ts +0 -1
- package/lib/types/client/shared/components/ResultsPage.d.ts +1 -3
- package/lib/types/client/web/CreeveyApp.d.ts +0 -1
- package/lib/types/client/web/CreeveyLoader.d.ts +1 -2
- package/lib/types/client/web/CreeveyView/SideBar/Checkbox.d.ts +1 -4
- package/lib/types/client/web/CreeveyView/SideBar/Search.d.ts +0 -1
- package/lib/types/client/web/CreeveyView/SideBar/SideBarHeader.d.ts +0 -1
- package/lib/types/client/web/CreeveyView/SideBar/SuiteLink.d.ts +14 -19
- package/lib/types/client/web/CreeveyView/SideBar/TestLink.d.ts +0 -1
- package/lib/types/client/web/CreeveyView/SideBar/TestStatusIcon.d.ts +1 -3
- package/lib/types/client/web/CreeveyView/SideBar/TestsStatus.d.ts +1 -3
- package/lib/types/client/web/CreeveyView/SideBar/Toggle.d.ts +0 -1
- package/lib/types/server/storybook/entry.d.ts +5 -4
- package/package.json +18 -21
- package/lib/cjs/client/web/19.js +0 -1
- package/lib/cjs/client/web/632.js +0 -43
- package/lib/cjs/client/web/794.js +0 -1
package/package.json
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
"addon",
|
14
14
|
"test"
|
15
15
|
],
|
16
|
-
"version": "0.8.
|
16
|
+
"version": "0.8.2-fix-wait.0",
|
17
17
|
"bin": {
|
18
18
|
"creevey": "./lib/cjs/cli.js"
|
19
19
|
},
|
@@ -52,7 +52,7 @@
|
|
52
52
|
"test:unit": "jest --config jest.config.js",
|
53
53
|
"start": "run-p start:*",
|
54
54
|
"start:client": "webpack-dev-server",
|
55
|
-
"start:storybook": "storybook
|
55
|
+
"start:storybook": "start-storybook --ci -p 6006",
|
56
56
|
"start:creevey": "yarn creevey --ui",
|
57
57
|
"start:creevey:github": "yarn creevey:github --ui",
|
58
58
|
"creevey": "node --require ./scripts/babel-register -- src/cli",
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"copy:index": "cpx scripts/dist/types/* lib/types/",
|
73
73
|
"copy:html": "cpx src/client/web/index.html lib/cjs/client/web",
|
74
74
|
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
|
75
|
-
"build-storybook": "storybook
|
75
|
+
"build-storybook": "build-storybook",
|
76
76
|
"chromatic": "npx chromatic --project-token t3010eknrh",
|
77
77
|
"prepare": "husky install"
|
78
78
|
},
|
@@ -92,10 +92,10 @@
|
|
92
92
|
"@babel/types": "^7.18.8",
|
93
93
|
"@koa/cors": "^3.3.0",
|
94
94
|
"@octokit/core": "^4.0.4",
|
95
|
-
"@storybook/components": "^
|
96
|
-
"@storybook/csf": "0.
|
95
|
+
"@storybook/components": "^6.5.9",
|
96
|
+
"@storybook/csf": "0.0.2--canary.87bc651.0",
|
97
97
|
"@storybook/testing-library": "^0.0.13",
|
98
|
-
"@storybook/theming": "^
|
98
|
+
"@storybook/theming": "^6.5.9",
|
99
99
|
"@types/chai": "^4.3.1",
|
100
100
|
"@types/selenium-webdriver": "^4.1.5",
|
101
101
|
"airbnb-js-shims": "^2.2.1",
|
@@ -143,21 +143,19 @@
|
|
143
143
|
"@babel/preset-react": "^7.18.6",
|
144
144
|
"@babel/preset-typescript": "^7.18.6",
|
145
145
|
"@mdx-js/mdx": "^1.6.22",
|
146
|
-
"@storybook/addon-essentials": "^
|
147
|
-
"@storybook/addon-mdx-gfm": "^7.6.4",
|
146
|
+
"@storybook/addon-essentials": "^6.5.9",
|
148
147
|
"@storybook/addon-postcss": "^2.0.0",
|
149
|
-
"@storybook/addons": "^
|
150
|
-
"@storybook/api": "^
|
151
|
-
"@storybook/channels": "^
|
152
|
-
"@storybook/client-api": "^
|
153
|
-
"@storybook/client-logger": "^
|
154
|
-
"@storybook/core-client": "^
|
155
|
-
"@storybook/core-common": "^
|
156
|
-
"@storybook/core-events": "^
|
157
|
-
"@storybook/core-server": "^
|
158
|
-
"@storybook/preview-web": "^
|
159
|
-
"@storybook/react": "^
|
160
|
-
"@storybook/react-webpack5": "^7.6.4",
|
148
|
+
"@storybook/addons": "^6.5.9",
|
149
|
+
"@storybook/api": "^6.5.9",
|
150
|
+
"@storybook/channels": "^6.5.9",
|
151
|
+
"@storybook/client-api": "^6.5.9",
|
152
|
+
"@storybook/client-logger": "^6.5.9",
|
153
|
+
"@storybook/core-client": "^6.5.9",
|
154
|
+
"@storybook/core-common": "^6.5.9",
|
155
|
+
"@storybook/core-events": "^6.5.9",
|
156
|
+
"@storybook/core-server": "^6.5.9",
|
157
|
+
"@storybook/preview-web": "^6.5.9",
|
158
|
+
"@storybook/react": "^6.5.9",
|
161
159
|
"@types/babel__code-frame": "^7.0.2",
|
162
160
|
"@types/babel__generator": "^7.6.4",
|
163
161
|
"@types/babel__traverse": "^7.17.1",
|
@@ -215,7 +213,6 @@
|
|
215
213
|
"react-is": "^17.0.2",
|
216
214
|
"require-from-string": "^2.0.2",
|
217
215
|
"rimraf": "^3.0.2",
|
218
|
-
"storybook": "^7.6.4",
|
219
216
|
"tmp": "^0.2.1",
|
220
217
|
"typescript": "~4.7.4",
|
221
218
|
"use-immer": "^0.7.0",
|
package/lib/cjs/client/web/19.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";(self.webpackChunkcreevey=self.webpackChunkcreevey||[]).push([[19],{32019:(e,r,a)=>{a.r(r),a.d(r,{SyntaxHighlighter:()=>c.d3,createCopyToClipboardFunction:()=>c.xV,default:()=>c.qG});var c=a(7603)}}]);
|