@workday/canvas-kit-codemod 7.0.0-alpha.0-next.4 → 7.0.0-alpha.0-next.5

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.
@@ -146,8 +146,8 @@ export default function transformer(file, api, options) {
146
146
  }
147
147
  else {
148
148
  buttonImports.forEach(function (_a) {
149
- var node = _a.node;
150
149
  var _b;
150
+ var node = _a.node;
151
151
  var specifiersToRemove = [
152
152
  'DropdownButton',
153
153
  'TextButton',
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@workday/canvas-kit-codemod",
3
3
  "author": "Workday, Inc. (https://www.workday.com)",
4
4
  "license": "Apache-2.0",
5
- "version": "7.0.0-alpha.0-next.4+bdd1ec94",
5
+ "version": "7.0.0-alpha.0-next.5+b69254c7",
6
6
  "description": "A collection of codemods for use on Workday Canvas Kit packages.",
7
7
  "main": "dist/es6/index.js",
8
8
  "sideEffects": false,
@@ -42,5 +42,5 @@
42
42
  "test": "TZ=UTC jest -c ../../jest.config.js",
43
43
  "typecheck:src": "tsc -p . --noEmit --incremental false"
44
44
  },
45
- "gitHead": "bdd1ec9493a5a2dc4d67e4cc33adcba13efee4b7"
45
+ "gitHead": "b69254c752dc3fcc508e3b93164f8f7a83b005bb"
46
46
  }