@backstage/plugin-scaffolder-backend-module-azure 0.0.0-nightly-20241008023419 → 0.0.0-nightly-20241010023300

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 +16 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,26 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-azure
2
2
 
3
- ## 0.0.0-nightly-20241008023419
3
+ ## 0.0.0-nightly-20241010023300
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - b06aa48: Updated dependency `azure-devops-node-api` to `^14.0.0`.
8
8
  - Updated dependencies
9
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241008023419
10
- - @backstage/integration@0.0.0-nightly-20241008023419
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20241008023419
9
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241010023300
10
+ - @backstage/integration@0.0.0-nightly-20241010023300
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241010023300
12
+ - @backstage/config@1.2.0
13
+ - @backstage/errors@1.2.4
14
+
15
+ ## 0.2.1-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - b06aa48: Updated dependency `azure-devops-node-api` to `^14.0.0`.
20
+ - Updated dependencies
21
+ - @backstage/integration@1.15.1-next.1
22
+ - @backstage/plugin-scaffolder-node@0.5.0-next.2
23
+ - @backstage/backend-plugin-api@1.0.1-next.1
12
24
  - @backstage/config@1.2.0
13
25
  - @backstage/errors@1.2.4
14
26
 
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-20241008023419",
3
+ "version": "0.0.0-nightly-20241010023300",
4
4
  "description": "The azure module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -40,16 +40,16 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241008023419",
43
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241010023300",
44
44
  "@backstage/config": "1.2.0",
45
45
  "@backstage/errors": "1.2.4",
46
- "@backstage/integration": "0.0.0-nightly-20241008023419",
47
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241008023419",
46
+ "@backstage/integration": "0.0.0-nightly-20241010023300",
47
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241010023300",
48
48
  "azure-devops-node-api": "^14.0.0",
49
49
  "yaml": "^2.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "0.0.0-nightly-20241008023419",
53
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241008023419"
52
+ "@backstage/cli": "0.0.0-nightly-20241010023300",
53
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241010023300"
54
54
  }
55
55
  }