@backstage/plugin-scaffolder-backend-module-azure 0.0.0-nightly-20260119025541 → 0.0.0-nightly-20260123025240

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/CHANGELOG.md +14 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,16 +1,25 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-azure
2
2
 
3
- ## 0.0.0-nightly-20260119025541
3
+ ## 0.0.0-nightly-20260123025240
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 88abcc6: Improved README with clearer setup and usage guidance.
8
7
  - Updated dependencies
9
- - @backstage/integration@0.0.0-nightly-20260119025541
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260119025541
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20260119025541
8
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260123025240
9
+ - @backstage/backend-plugin-api@1.6.1
12
10
  - @backstage/config@1.3.6
13
11
  - @backstage/errors@1.2.7
12
+ - @backstage/integration@1.19.2
13
+
14
+ ## 0.2.17
15
+
16
+ ### Patch Changes
17
+
18
+ - 88abcc6: Improved README with clearer setup and usage guidance.
19
+ - Updated dependencies
20
+ - @backstage/backend-plugin-api@1.6.1
21
+ - @backstage/plugin-scaffolder-node@0.12.3
22
+ - @backstage/integration@1.19.2
14
23
 
15
24
  ## 0.2.17-next.0
16
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-azure",
3
- "version": "0.0.0-nightly-20260119025541",
3
+ "version": "0.0.0-nightly-20260123025240",
4
4
  "description": "The azure module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,16 +50,16 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260119025541",
53
+ "@backstage/backend-plugin-api": "1.6.1",
54
54
  "@backstage/config": "1.3.6",
55
55
  "@backstage/errors": "1.2.7",
56
- "@backstage/integration": "0.0.0-nightly-20260119025541",
57
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260119025541",
56
+ "@backstage/integration": "1.19.2",
57
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260123025240",
58
58
  "azure-devops-node-api": "^14.0.0",
59
59
  "yaml": "^2.0.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/cli": "0.0.0-nightly-20260119025541",
63
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260119025541"
62
+ "@backstage/cli": "0.0.0-nightly-20260123025240",
63
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260123025240"
64
64
  }
65
65
  }