@backstage/plugin-scaffolder-backend-module-azure 0.0.0-nightly-20240105021530 → 0.0.0-nightly-20240107021736

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 +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-azure
2
2
 
3
- ## 0.0.0-nightly-20240105021530
3
+ ## 0.0.0-nightly-20240107021736
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d076ee4: Updated dependency `azure-devops-node-api` to `^12.0.0`.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240105021530
9
+ - @backstage/backend-common@0.0.0-nightly-20240107021736
10
10
  - @backstage/config@1.1.1
11
11
  - @backstage/errors@1.2.3
12
12
  - @backstage/integration@1.8.0
13
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240105021530
13
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240107021736
14
14
 
15
15
  ## 0.1.1-next.1
16
16
 
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-20240105021530",
4
+ "version": "0.0.0-nightly-20240107021736",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,16 +23,16 @@
23
23
  "postpack": "backstage-cli package postpack"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-common": "^0.0.0-nightly-20240105021530",
26
+ "@backstage/backend-common": "^0.0.0-nightly-20240107021736",
27
27
  "@backstage/config": "^1.1.1",
28
28
  "@backstage/errors": "^1.2.3",
29
29
  "@backstage/integration": "^1.8.0",
30
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240105021530",
30
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240107021736",
31
31
  "azure-devops-node-api": "^12.0.0",
32
32
  "yaml": "^2.0.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/cli": "^0.0.0-nightly-20240105021530"
35
+ "@backstage/cli": "^0.0.0-nightly-20240107021736"
36
36
  },
37
37
  "files": [
38
38
  "dist"