@kaizen/components 0.0.0-canary-tsx-codemod-20241029235345 → 0.0.0-canary-codemod-tsx-20241030002309

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/bin/codemod.sh +1 -1
  2. package/package.json +2 -2
package/bin/codemod.sh CHANGED
@@ -29,7 +29,7 @@ echo "Attempting to run codemod '$codemodFileName' on the dir:"
29
29
  echo "$TARGET_DIR"
30
30
  echo ""
31
31
 
32
- if npm exec tsx@^4.19.2 -y $CODEMOD_PATH $TARGET_DIR; then
32
+ if npx tsx@latest $CODEMOD_PATH $TARGET_DIR; then
33
33
  echo "Codemod '$codemodFileName' completed successfully in directory '$transformDir'"
34
34
  else
35
35
  echo "Codemod '$codemodFileName' could not be run in '$TARGET_DIR'"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "0.0.0-canary-tsx-codemod-20241029235345",
3
+ "version": "0.0.0-canary-codemod-tsx-20241030002309",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -118,7 +118,7 @@
118
118
  "svgo": "^3.3.2",
119
119
  "tslib": "^2.8.0",
120
120
  "tsx": "^4.19.2",
121
- "@kaizen/design-tokens": "0.0.0-canary-tsx-codemod-20241029235345",
121
+ "@kaizen/design-tokens": "0.0.0-canary-codemod-tsx-20241030002309",
122
122
  "@kaizen/package-bundler": "1.1.8"
123
123
  },
124
124
  "peerDependencies": {