@backstage/codemods 0.1.43 → 0.1.44
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 +16 -0
- package/README.md +1 -1
- package/dist/index.cjs.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @backstage/codemods
|
|
2
2
|
|
|
3
|
+
## 0.1.44
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 482dae5de1c: Updated link to docs.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/cli-common@0.1.12
|
|
10
|
+
|
|
11
|
+
## 0.1.44-next.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 482dae5de1c: Updated link to docs.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @backstage/cli-common@0.1.12-next.0
|
|
18
|
+
|
|
3
19
|
## 0.1.43
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -35,4 +35,4 @@ npx jscodeshift --parser=tsx --extensions=tsx,js,ts,tsx --transform=node_modules
|
|
|
35
35
|
## Documentation
|
|
36
36
|
|
|
37
37
|
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
|
|
38
|
-
- [Backstage Documentation](https://
|
|
38
|
+
- [Backstage Documentation](https://backstage.io/docs)
|
package/dist/index.cjs.js
CHANGED
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.
|
|
4
|
+
"version": "0.1.44",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"main": "dist/index.cjs.js"
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"backstage-codemods": "bin/backstage-codemods"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@backstage/cli-common": "^0.1.
|
|
36
|
+
"@backstage/cli-common": "^0.1.12",
|
|
37
37
|
"chalk": "^4.0.0",
|
|
38
38
|
"commander": "^9.1.0",
|
|
39
39
|
"jscodeshift": "^0.14.0",
|
|
40
40
|
"jscodeshift-add-imports": "^1.0.10"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@backstage/cli": "^0.22.
|
|
43
|
+
"@backstage/cli": "^0.22.4",
|
|
44
44
|
"@types/jscodeshift": "^0.11.0",
|
|
45
45
|
"@types/node": "^16.11.26",
|
|
46
46
|
"ts-node": "^10.0.0"
|