@backstage/plugin-scaffolder-backend-module-azure 0.0.0-nightly-20240813022007 → 0.0.0-nightly-20240814021923

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,17 +1,29 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-azure
2
2
 
3
- ## 0.0.0-nightly-20240813022007
3
+ ## 0.0.0-nightly-20240814021923
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 187f583: Added examples for publish:azure action and updated its test cases
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240813022007
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240813022007
11
- - @backstage/integration@0.0.0-nightly-20240813022007
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240814021923
10
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240814021923
11
+ - @backstage/integration@0.0.0-nightly-20240814021923
12
12
  - @backstage/config@1.2.0
13
13
  - @backstage/errors@1.2.4
14
14
 
15
+ ## 0.1.15-next.3
16
+
17
+ ### Patch Changes
18
+
19
+ - 187f583: Added examples for publish:azure action and updated its test cases
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@0.8.0-next.3
22
+ - @backstage/config@1.2.0
23
+ - @backstage/errors@1.2.4
24
+ - @backstage/integration@1.14.0-next.0
25
+ - @backstage/plugin-scaffolder-node@0.4.9-next.3
26
+
15
27
  ## 0.1.15-next.2
16
28
 
17
29
  ### Patch Changes
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-20240813022007",
3
+ "version": "0.0.0-nightly-20240814021923",
4
4
  "description": "The azure module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -39,16 +39,16 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240813022007",
42
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240814021923",
43
43
  "@backstage/config": "^1.2.0",
44
44
  "@backstage/errors": "^1.2.4",
45
- "@backstage/integration": "^0.0.0-nightly-20240813022007",
46
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240813022007",
45
+ "@backstage/integration": "^0.0.0-nightly-20240814021923",
46
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240814021923",
47
47
  "azure-devops-node-api": "^12.0.0",
48
48
  "yaml": "^2.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.0.0-nightly-20240813022007",
52
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240813022007"
51
+ "@backstage/cli": "^0.0.0-nightly-20240814021923",
52
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240814021923"
53
53
  }
54
54
  }