@backstage/plugin-scaffolder-backend 0.15.24 → 0.17.0

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
3
  "description": "The Backstage backend plugin that helps you create new things",
4
- "version": "0.15.24",
4
+ "version": "0.17.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -11,6 +11,9 @@
11
11
  "main": "dist/index.cjs.js",
12
12
  "types": "dist/index.d.ts"
13
13
  },
14
+ "backstage": {
15
+ "role": "backend-plugin"
16
+ },
14
17
  "homepage": "https://backstage.io",
15
18
  "repository": {
16
19
  "type": "git",
@@ -21,26 +24,26 @@
21
24
  "backstage"
22
25
  ],
23
26
  "scripts": {
24
- "start": "backstage-cli backend:dev",
25
- "build": "backstage-cli backend:build",
26
- "lint": "backstage-cli lint",
27
- "test": "backstage-cli test",
28
- "prepack": "backstage-cli prepack",
29
- "postpack": "backstage-cli postpack",
30
- "clean": "backstage-cli clean",
27
+ "start": "backstage-cli package start",
28
+ "build": "backstage-cli package build",
29
+ "lint": "backstage-cli package lint",
30
+ "test": "backstage-cli package test",
31
+ "prepack": "backstage-cli package prepack",
32
+ "postpack": "backstage-cli package postpack",
33
+ "clean": "backstage-cli package clean",
31
34
  "build:assets": "node scripts/build-nunjucks.js"
32
35
  },
33
36
  "dependencies": {
34
- "@backstage/backend-common": "^0.10.7",
35
- "@backstage/catalog-client": "^0.6.0",
36
- "@backstage/catalog-model": "^0.9.10",
37
- "@backstage/config": "^0.1.13",
38
- "@backstage/errors": "^0.2.0",
39
- "@backstage/integration": "^0.7.2",
40
- "@backstage/plugin-catalog-backend": "^0.21.3",
41
- "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.1.11",
42
- "@backstage/plugin-scaffolder-common": "^0.1.3",
43
- "@backstage/types": "^0.1.1",
37
+ "@backstage/backend-common": "^0.11.0",
38
+ "@backstage/catalog-client": "^0.7.2",
39
+ "@backstage/catalog-model": "^0.11.0",
40
+ "@backstage/config": "^0.1.15",
41
+ "@backstage/errors": "^0.2.2",
42
+ "@backstage/integration": "^0.7.5",
43
+ "@backstage/plugin-catalog-backend": "^0.22.0",
44
+ "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.2.2",
45
+ "@backstage/plugin-scaffolder-common": "^0.2.2",
46
+ "@backstage/types": "^0.1.3",
44
47
  "@gitbeaker/core": "^34.6.0",
45
48
  "@gitbeaker/node": "^35.1.0",
46
49
  "@octokit/webhooks": "^9.14.1",
@@ -55,7 +58,6 @@
55
58
  "git-url-parse": "^11.6.0",
56
59
  "globby": "^11.0.0",
57
60
  "handlebars": "^4.7.6",
58
- "helmet": "^4.0.0",
59
61
  "isbinaryfile": "^4.0.8",
60
62
  "isomorphic-git": "^1.8.0",
61
63
  "jsonschema": "^1.2.6",
@@ -63,24 +65,26 @@
63
65
  "lodash": "^4.17.21",
64
66
  "luxon": "^2.0.2",
65
67
  "morgan": "^1.10.0",
66
- "node-fetch": "^2.6.1",
68
+ "node-fetch": "^2.6.7",
67
69
  "nunjucks": "^3.2.3",
68
70
  "octokit": "^1.7.1",
69
71
  "octokit-plugin-create-pull-request": "^3.10.0",
70
72
  "uuid": "^8.2.0",
71
73
  "vm2": "^3.9.6",
72
74
  "winston": "^3.2.1",
73
- "yaml": "^1.10.0"
75
+ "yaml": "^1.10.0",
76
+ "zen-observable": "^0.8.15"
74
77
  },
75
78
  "devDependencies": {
76
- "@backstage/cli": "^0.13.2",
77
- "@backstage/test-utils": "^0.2.4",
79
+ "@backstage/cli": "^0.14.1",
80
+ "@backstage/test-utils": "^0.2.6",
78
81
  "@types/command-exists": "^1.2.0",
79
82
  "@types/fs-extra": "^9.0.1",
80
83
  "@types/git-url-parse": "^9.0.0",
81
84
  "@types/mock-fs": "^4.13.0",
82
85
  "@types/nunjucks": "^3.1.4",
83
86
  "@types/supertest": "^2.0.8",
87
+ "@types/zen-observable": "^0.8.0",
84
88
  "esbuild": "^0.14.1",
85
89
  "jest-when": "^3.1.0",
86
90
  "mock-fs": "^5.1.0",
@@ -95,5 +99,5 @@
95
99
  "assets"
96
100
  ],
97
101
  "configSchema": "config.d.ts",
98
- "gitHead": "4f4bc77a4152d372b10a4e8d97d92f00e23f3b56"
102
+ "gitHead": "a15da6ea1e3e8adc37be98be064071c8b5279b4a"
99
103
  }