@currents/cli
Advanced tools
Comparing version 2.1.1 to 2.2.0
# Changelog | ||
## [2.2.0](https://github.com/currents-dev/cli/compare/v2.1.1...v2.2.0) (2022-10-18) | ||
### Features | ||
* add currents-reset ([40f5b27](https://github.com/currents-dev/cli/commit/40f5b27b59488bf32e128bbfd3ee8044ddbee052)) | ||
### [2.1.1](https://github.com/currents-dev/cli/compare/v2.1.0...v2.1.1) (2022-09-07) | ||
@@ -8,4 +15,7 @@ | ||
* add currents-prepare bin script ([b6e5ad4](https://github.com/currents-dev/cli/commit/b6e5ad45462969e38d8d448ed78aff91f381503f)) | ||
* add `currents-prepare` bin script ([b6e5ad4](https://github.com/currents-dev/cli/commit/b6e5ad45462969e38d8d448ed78aff91f381503f)) | ||
* add link to changelog ([260f98e](https://github.com/currents-dev/cli/commit/260f98ea9b6122b8218e4e546286ad100db00bf2)) | ||
* upgrade cy2-2.0.1 ([11a85d5](https://github.com/currents-dev/cli/commit/11a85d5eec7012652e3960ac19473630f0687825)) | ||
### Dependencies | ||
* upgrade `cy2@2.0.1` |
@@ -10,1 +10,5 @@ const { run, patch } = require("cy2"); | ||
}; | ||
exports.reset = async function () { | ||
await patch("https://api.cypress.io/"); | ||
}; |
{ | ||
"name": "@currents/cli", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"main": "index.js", | ||
@@ -21,3 +21,4 @@ "license": "MIT", | ||
"currents": "bin/currents.js", | ||
"currents-prepare": "bin/currents-prepare.js" | ||
"currents-prepare": "bin/currents-prepare.js", | ||
"currents-reset": "bin/currents-reset.js" | ||
}, | ||
@@ -24,0 +25,0 @@ "dependencies": { |
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
2991
7
28