@workday/canvas-kit-codemod 13.2.7 → 13.2.8

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.
Files changed (2) hide show
  1. package/index.js +7 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -88,6 +88,13 @@ const {
88
88
  describe: chalk.gray('The path to execute the transform in (recursively).'),
89
89
  });
90
90
  })
91
+ .command('v13.2 [path]', chalk.gray('Canvas React Tokens > Canvas Tokens Web v2'), yargs => {
92
+ yargs.positional('path', {
93
+ type: 'string',
94
+ default: '.',
95
+ describe: chalk.gray('The path to execute the transform in (recursively).'),
96
+ });
97
+ })
91
98
  .demandCommand(1, chalk.red.bold('You must provide a transform to apply.'))
92
99
  .strictCommands()
93
100
  .fail((msg, err, yargs) => {
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": "13.2.7",
5
+ "version": "13.2.8",
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,
@@ -46,5 +46,5 @@
46
46
  "resolutions": {
47
47
  "recast": "0.20.4"
48
48
  },
49
- "gitHead": "60392df82d0d2326481ba9d1bd981e39b9ecc77c"
49
+ "gitHead": "27d34446ce96cc5df77cdea5135c9040d2339fa3"
50
50
  }