@backstage/plugin-scaffolder-backend-module-azure 0.0.0-nightly-20240327021030 → 0.0.0-nightly-20240403021132

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 +25 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-azure
2
2
 
3
- ## 0.0.0-nightly-20240327021030
3
+ ## 0.0.0-nightly-20240403021132
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20240327021030
9
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240327021030
8
+ - @backstage/integration@0.0.0-nightly-20240403021132
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240403021132
10
+ - @backstage/config@1.2.0
11
+ - @backstage/errors@1.2.4
12
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240403021132
13
+
14
+ ## 0.1.9-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/integration@1.10.0-next.0
20
+ - @backstage/backend-plugin-api@0.6.17-next.0
21
+ - @backstage/config@1.2.0
22
+ - @backstage/errors@1.2.4
23
+ - @backstage/plugin-scaffolder-node@0.4.3-next.0
24
+
25
+ ## 0.1.8
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ - @backstage/backend-plugin-api@0.6.16
31
+ - @backstage/plugin-scaffolder-node@0.4.2
10
32
  - @backstage/config@1.2.0
11
33
  - @backstage/errors@1.2.4
12
34
  - @backstage/integration@1.9.1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-azure",
3
3
  "description": "The azure module for @backstage/plugin-scaffolder-backend",
4
- "version": "0.0.0-nightly-20240327021030",
4
+ "version": "0.0.0-nightly-20240403021132",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,17 +34,17 @@
34
34
  "postpack": "backstage-cli package postpack"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240327021030",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240403021132",
38
38
  "@backstage/config": "^1.2.0",
39
39
  "@backstage/errors": "^1.2.4",
40
- "@backstage/integration": "^1.9.1",
41
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240327021030",
40
+ "@backstage/integration": "^0.0.0-nightly-20240403021132",
41
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240403021132",
42
42
  "azure-devops-node-api": "^12.0.0",
43
43
  "yaml": "^2.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "^0.0.0-nightly-20240327021030",
47
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240327021030"
46
+ "@backstage/cli": "^0.0.0-nightly-20240403021132",
47
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240403021132"
48
48
  },
49
49
  "files": [
50
50
  "dist"