@backstage/plugin-scaffolder-node 0.8.2-next.3 → 0.8.2
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 +15 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-node
|
|
2
2
|
|
|
3
|
+
## 0.8.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 16e2e9c: trim leading and trailing slashes from parseRepoUrl query parameters
|
|
8
|
+
- 72d019d: Removed various typos
|
|
9
|
+
- ec42f8e: Generating new tokens on each Scaffolder Task Retry
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/integration@1.17.0
|
|
12
|
+
- @backstage/catalog-model@1.7.4
|
|
13
|
+
- @backstage/backend-plugin-api@1.3.1
|
|
14
|
+
- @backstage/errors@1.2.7
|
|
15
|
+
- @backstage/types@1.2.1
|
|
16
|
+
- @backstage/plugin-scaffolder-common@1.5.11
|
|
17
|
+
|
|
3
18
|
## 0.8.2-next.3
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-node",
|
|
3
|
-
"version": "0.8.2
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library",
|
|
@@ -62,12 +62,12 @@
|
|
|
62
62
|
"test": "backstage-cli package test"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@backstage/backend-plugin-api": "1.3.1
|
|
66
|
-
"@backstage/catalog-model": "1.7.
|
|
67
|
-
"@backstage/errors": "1.2.7",
|
|
68
|
-
"@backstage/integration": "1.17.0
|
|
69
|
-
"@backstage/plugin-scaffolder-common": "1.5.11
|
|
70
|
-
"@backstage/types": "1.2.1",
|
|
65
|
+
"@backstage/backend-plugin-api": "^1.3.1",
|
|
66
|
+
"@backstage/catalog-model": "^1.7.4",
|
|
67
|
+
"@backstage/errors": "^1.2.7",
|
|
68
|
+
"@backstage/integration": "^1.17.0",
|
|
69
|
+
"@backstage/plugin-scaffolder-common": "^1.5.11",
|
|
70
|
+
"@backstage/types": "^1.2.1",
|
|
71
71
|
"@isomorphic-git/pgp-plugin": "^0.0.7",
|
|
72
72
|
"concat-stream": "^2.0.0",
|
|
73
73
|
"fs-extra": "^11.2.0",
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
"zod-to-json-schema": "^3.20.4"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@backstage/backend-test-utils": "1.5.0
|
|
87
|
-
"@backstage/cli": "0.32.1
|
|
88
|
-
"@backstage/config": "1.3.2",
|
|
86
|
+
"@backstage/backend-test-utils": "^1.5.0",
|
|
87
|
+
"@backstage/cli": "^0.32.1",
|
|
88
|
+
"@backstage/config": "^1.3.2",
|
|
89
89
|
"@types/lodash": "^4.14.151"
|
|
90
90
|
}
|
|
91
91
|
}
|