@backstage/plugin-scaffolder-node-test-utils 0.1.9-next.1 → 0.1.10-next.0
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 +21 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-node-test-utils
|
|
2
2
|
|
|
3
|
+
## 0.1.10-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.23.4-next.0
|
|
9
|
+
- @backstage/backend-test-utils@0.4.5-next.0
|
|
10
|
+
- @backstage/types@1.1.1
|
|
11
|
+
- @backstage/plugin-scaffolder-node@0.4.9-next.0
|
|
12
|
+
|
|
13
|
+
## 0.1.9
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 54429b5: Filename and imports correction for mockActionContext.ts
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @backstage/backend-test-utils@0.4.4
|
|
20
|
+
- @backstage/backend-common@0.23.3
|
|
21
|
+
- @backstage/plugin-scaffolder-node@0.4.8
|
|
22
|
+
- @backstage/types@1.1.1
|
|
23
|
+
|
|
3
24
|
## 0.1.9-next.1
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-node-test-utils",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10-next.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "node-library",
|
|
6
6
|
"pluginId": "scaffolder",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"test": "backstage-cli package test"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@backstage/backend-common": "^0.23.
|
|
44
|
-
"@backstage/backend-test-utils": "^0.4.
|
|
45
|
-
"@backstage/plugin-scaffolder-node": "^0.4.
|
|
43
|
+
"@backstage/backend-common": "^0.23.4-next.0",
|
|
44
|
+
"@backstage/backend-test-utils": "^0.4.5-next.0",
|
|
45
|
+
"@backstage/plugin-scaffolder-node": "^0.4.9-next.0",
|
|
46
46
|
"@backstage/types": "^1.1.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@backstage/cli": "^0.
|
|
49
|
+
"@backstage/cli": "^0.27.0-next.0",
|
|
50
50
|
"@types/react": "*"
|
|
51
51
|
}
|
|
52
52
|
}
|