@backstage/plugin-scaffolder-node 0.2.7 → 0.2.8-next.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/CHANGELOG.md CHANGED
@@ -1,13 +1,18 @@
1
1
  # @backstage/plugin-scaffolder-node
2
2
 
3
- ## 0.2.7
3
+ ## 0.2.8-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - f6c651fe3c6c: Switched to using `"exports"` field for `/alpha` subpath export.
7
+ - 8613ba3928: Switched to using `"exports"` field for `/alpha` subpath export.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.19.9
10
- - @backstage/backend-plugin-api@0.6.7
9
+ - @backstage/plugin-scaffolder-common@1.4.3-next.0
10
+ - @backstage/backend-common@0.19.9-next.0
11
+ - @backstage/integration@1.7.1
12
+ - @backstage/backend-plugin-api@0.6.7-next.0
13
+ - @backstage/catalog-model@1.4.3
14
+ - @backstage/errors@1.2.3
15
+ - @backstage/types@1.1.1
11
16
 
12
17
  ## 0.2.6
13
18
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node",
3
- "version": "0.2.7",
3
+ "version": "0.2.8-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node",
3
3
  "description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
4
- "version": "0.2.7",
4
+ "version": "0.2.8-next.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,12 +40,12 @@
40
40
  "postpack": "backstage-cli package postpack"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.19.8",
44
- "@backstage/backend-plugin-api": "^0.6.6",
43
+ "@backstage/backend-common": "^0.19.9-next.0",
44
+ "@backstage/backend-plugin-api": "^0.6.7-next.0",
45
45
  "@backstage/catalog-model": "^1.4.3",
46
46
  "@backstage/errors": "^1.2.3",
47
47
  "@backstage/integration": "^1.7.1",
48
- "@backstage/plugin-scaffolder-common": "^1.4.2",
48
+ "@backstage/plugin-scaffolder-common": "^1.4.3-next.0",
49
49
  "@backstage/types": "^1.1.1",
50
50
  "fs-extra": "10.1.0",
51
51
  "jsonschema": "^1.2.6",
@@ -54,7 +54,7 @@
54
54
  "zod-to-json-schema": "^3.20.4"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/cli": "^0.23.0",
57
+ "@backstage/cli": "^0.24.0-next.0",
58
58
  "@backstage/config": "^1.1.1"
59
59
  },
60
60
  "files": [