@toptal/davinci-codemod 0.3.3-alpha-fx-use-node-env-variable-cypress.21 → 0.3.3-alpha-fx-2764-add-webpack-config-js-common-additional-configurations.29
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ Replaces `davinci qa e2e` with `davinci qa integration` and `davinci-qa e2e` wit
|
|
|
36
36
|
<summary>Command</summary>
|
|
37
37
|
|
|
38
38
|
```sh
|
|
39
|
-
npx @toptal/davinci-codemod v16.0.0/e2e-to-integration
|
|
39
|
+
npx @toptal/davinci-codemod run-codemod v16.0.0/e2e-to-integration
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
</details>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-codemod",
|
|
3
|
-
"version": "0.3.3-alpha-fx-
|
|
3
|
+
"version": "0.3.3-alpha-fx-2764-add-webpack-config-js-common-additional-configurations.29+8bcac5cf",
|
|
4
4
|
"description": "Collection of codemods and migration scripts.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"prepublishOnly": "../../bin/prepublish.js"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@toptal/davinci-cli-shared": "1.5.5-alpha-fx-
|
|
26
|
+
"@toptal/davinci-cli-shared": "1.5.5-alpha-fx-2764-add-webpack-config-js-common-additional-configurations.29+8bcac5cf",
|
|
27
27
|
"globby": "^11.0.1"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "8bcac5cfacf0397b5968b8f54d0295f87ef1a64f"
|
|
30
30
|
}
|