@dscribers/autosurf
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -15,2 +15,8 @@ # Changelog | ||
- WebSurf adapter. Moved to standalone project (https://github.com/dscribers/websurf-adapter) | ||
- WebSurf adapter. Moved to standalone project (https://github.com/dscribers/websurf-adapter) | ||
## [2.0.1] - 2021-03-29 | ||
### Changed | ||
- Makes the adapter the first parameter of AutoSurf |
{ | ||
"name": "@dscribers/autosurf", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Automactically surf webpages from Gherkin config files", | ||
@@ -5,0 +5,0 @@ "rollup": { |
@@ -116,3 +116,3 @@ # autosurf | ||
```js | ||
import BaseAdapter from '@dscribers/autosurf/dist/baseadapter' | ||
import BaseAdapter from '@dscribers/autosurf/dist/base-adapter' | ||
@@ -119,0 +119,0 @@ export default class MobileAdapter extends BaseAdapter { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
54228
0