@backstage/codemods 0.1.45-next.0 → 0.1.45

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @backstage/codemods
2
2
 
3
+ ## 0.1.45
4
+
5
+ ### Patch Changes
6
+
7
+ - 325a32e9476e: Updated dependency `jscodeshift` to `^0.15.0`.
8
+ - Updated dependencies
9
+ - @backstage/cli-common@0.1.12
10
+
3
11
  ## 0.1.45-next.0
4
12
 
5
13
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -120,7 +120,7 @@ function createCodemodAction(name) {
120
120
  };
121
121
  }
122
122
 
123
- var version = "0.1.45-next.0";
123
+ var version = "0.1.45";
124
124
 
125
125
  async function main(argv) {
126
126
  commander.program.name("backstage-codemods").version(version);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/codemods",
3
3
  "description": "A collection of codemods for Backstage projects",
4
- "version": "0.1.45-next.0",
4
+ "version": "0.1.45",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.cjs.js"
@@ -40,7 +40,7 @@
40
40
  "jscodeshift-add-imports": "^1.0.10"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/cli": "^0.22.9-next.1",
43
+ "@backstage/cli": "^0.22.9",
44
44
  "@types/jscodeshift": "^0.11.0",
45
45
  "@types/node": "^16.11.26",
46
46
  "ts-node": "^10.0.0"