@backstage/plugin-scaffolder-node 0.12.5-next.1 → 0.12.6-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/plugin-scaffolder-node
2
2
 
3
+ ## 0.12.6-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration@1.21.0-next.0
9
+ - @backstage/backend-plugin-api@1.7.1-next.0
10
+ - @backstage/catalog-model@1.7.6
11
+ - @backstage/errors@1.2.7
12
+ - @backstage/types@1.2.2
13
+ - @backstage/plugin-permission-common@0.9.6
14
+ - @backstage/plugin-scaffolder-common@1.7.7-next.0
15
+
16
+ ## 0.12.5
17
+
18
+ ### Patch Changes
19
+
20
+ - 7455dae: Use node prefix on native imports
21
+ - 4fc7bf0: Bump to tar v7
22
+ - 69d880e: Bump to latest zod to ensure it has the latest features
23
+ - Updated dependencies
24
+ - @backstage/integration@1.20.0
25
+ - @backstage/backend-plugin-api@1.7.0
26
+ - @backstage/plugin-permission-common@0.9.6
27
+ - @backstage/plugin-scaffolder-common@1.7.6
28
+
3
29
  ## 0.12.5-next.1
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node",
3
- "version": "0.12.5-next.1",
3
+ "version": "0.12.6-next.0",
4
4
  "description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -62,12 +62,12 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/backend-plugin-api": "1.7.0-next.1",
65
+ "@backstage/backend-plugin-api": "1.7.1-next.0",
66
66
  "@backstage/catalog-model": "1.7.6",
67
67
  "@backstage/errors": "1.2.7",
68
- "@backstage/integration": "1.20.0-next.1",
69
- "@backstage/plugin-permission-common": "0.9.6-next.0",
70
- "@backstage/plugin-scaffolder-common": "1.7.6-next.1",
68
+ "@backstage/integration": "1.21.0-next.0",
69
+ "@backstage/plugin-permission-common": "0.9.6",
70
+ "@backstage/plugin-scaffolder-common": "1.7.7-next.0",
71
71
  "@backstage/types": "1.2.2",
72
72
  "@isomorphic-git/pgp-plugin": "^0.0.7",
73
73
  "concat-stream": "^2.0.0",
@@ -84,8 +84,8 @@
84
84
  "zod-to-json-schema": "^3.25.1"
85
85
  },
86
86
  "devDependencies": {
87
- "@backstage/backend-test-utils": "1.10.5-next.0",
88
- "@backstage/cli": "0.35.4-next.1",
87
+ "@backstage/backend-test-utils": "1.11.1-next.0",
88
+ "@backstage/cli": "0.35.5-next.0",
89
89
  "@backstage/config": "1.3.6",
90
90
  "@types/lodash": "^4.14.151"
91
91
  }