@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20231226021236 → 0.0.0-nightly-20231227021335

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 +15 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,16 +1,28 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20231226021236
3
+ ## 0.0.0-nightly-20231227021335
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - bf92ae3: Updated dependency `octokit` to `^3.0.0`.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20231226021236
9
+ - @backstage/backend-common@0.0.0-nightly-20231227021335
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-20231226021236
13
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20231227021335
14
+
15
+ ## 0.1.1-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - bf92ae3: Updated dependency `octokit` to `^3.0.0`.
20
+ - Updated dependencies
21
+ - @backstage/backend-common@0.20.1-next.0
22
+ - @backstage/config@1.1.1
23
+ - @backstage/errors@1.2.3
24
+ - @backstage/integration@1.8.0
25
+ - @backstage/plugin-scaffolder-node@0.2.10-next.0
14
26
 
15
27
  ## 0.1.0
16
28
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-github",
3
3
  "description": "The github module for @backstage/plugin-scaffolder-backend",
4
- "version": "0.0.0-nightly-20231226021236",
4
+ "version": "0.0.0-nightly-20231227021335",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,11 +23,11 @@
23
23
  "postpack": "backstage-cli package postpack"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-common": "^0.0.0-nightly-20231226021236",
26
+ "@backstage/backend-common": "^0.0.0-nightly-20231227021335",
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-20231226021236",
30
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20231227021335",
31
31
  "@octokit/webhooks": "^10.0.0",
32
32
  "libsodium-wrappers": "^0.7.11",
33
33
  "octokit": "^3.0.0",
@@ -36,8 +36,8 @@
36
36
  "yaml": "^2.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@backstage/backend-test-utils": "^0.0.0-nightly-20231226021236",
40
- "@backstage/cli": "^0.0.0-nightly-20231226021236",
39
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20231227021335",
40
+ "@backstage/cli": "^0.0.0-nightly-20231227021335",
41
41
  "@types/libsodium-wrappers": "^0.7.10",
42
42
  "fs-extra": "10.1.0",
43
43
  "jest-when": "^3.1.0",