@backstage/plugin-scaffolder-backend-module-azure 0.0.0-nightly-20240206021010 → 0.0.0-nightly-20240208020940

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 +17 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,18 +1,30 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-azure
2
2
 
3
- ## 0.0.0-nightly-20240206021010
3
+ ## 0.0.0-nightly-20240208020940
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e9a5228: Exporting a default module for the new Backend System
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240206021010
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240206021010
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240206021010
12
- - @backstage/integration@0.0.0-nightly-20240206021010
9
+ - @backstage/backend-common@0.0.0-nightly-20240208020940
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240208020940
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240208020940
12
+ - @backstage/integration@0.0.0-nightly-20240208020940
13
13
  - @backstage/config@1.1.1
14
14
  - @backstage/errors@1.2.3
15
15
 
16
+ ## 0.1.2-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/backend-common@0.21.0-next.2
22
+ - @backstage/backend-plugin-api@0.6.10-next.2
23
+ - @backstage/plugin-scaffolder-node@0.3.0-next.2
24
+ - @backstage/config@1.1.1
25
+ - @backstage/errors@1.2.3
26
+ - @backstage/integration@1.9.0-next.0
27
+
16
28
  ## 0.1.2-next.1
17
29
 
18
30
  ### Patch Changes
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-20240206021010",
4
+ "version": "0.0.0-nightly-20240208020940",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,17 +29,17 @@
29
29
  "postpack": "backstage-cli package postpack"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/backend-common": "^0.0.0-nightly-20240206021010",
33
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240206021010",
32
+ "@backstage/backend-common": "^0.0.0-nightly-20240208020940",
33
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240208020940",
34
34
  "@backstage/config": "^1.1.1",
35
35
  "@backstage/errors": "^1.2.3",
36
- "@backstage/integration": "^0.0.0-nightly-20240206021010",
37
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240206021010",
36
+ "@backstage/integration": "^0.0.0-nightly-20240208020940",
37
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240208020940",
38
38
  "azure-devops-node-api": "^12.0.0",
39
39
  "yaml": "^2.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "^0.0.0-nightly-20240206021010"
42
+ "@backstage/cli": "^0.0.0-nightly-20240208020940"
43
43
  },
44
44
  "files": [
45
45
  "dist"