@backstage/plugin-scaffolder-node 0.8.1-next.1 → 0.8.2-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 +25 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/plugin-scaffolder-node
2
2
 
3
+ ## 0.8.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration@1.16.4-next.0
9
+ - @backstage/backend-plugin-api@1.3.1-next.0
10
+ - @backstage/catalog-model@1.7.3
11
+ - @backstage/errors@1.2.7
12
+ - @backstage/types@1.2.1
13
+ - @backstage/plugin-scaffolder-common@1.5.10
14
+
15
+ ## 0.8.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 497d47a: Document the internal built-in filters, and ensure that the types are validated when using `createTemplateFilter` and `createTemplateGlobalFunction` from the `zod` schema.
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@1.3.0
22
+ - @backstage/integration@1.16.3
23
+ - @backstage/catalog-model@1.7.3
24
+ - @backstage/errors@1.2.7
25
+ - @backstage/types@1.2.1
26
+ - @backstage/plugin-scaffolder-common@1.5.10
27
+
3
28
  ## 0.8.1-next.1
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node",
3
- "version": "0.8.1-next.1",
3
+ "version": "0.8.2-next.0",
4
4
  "description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -41,11 +41,11 @@
41
41
  "types": "./dist/index.d.ts",
42
42
  "typesVersions": {
43
43
  "*": {
44
- "*": [
45
- "dist/index.d.ts"
46
- ],
47
44
  "alpha": [
48
45
  "dist/alpha.d.ts"
46
+ ],
47
+ "package.json": [
48
+ "package.json"
49
49
  ]
50
50
  }
51
51
  },
@@ -62,10 +62,10 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/backend-plugin-api": "1.2.1",
65
+ "@backstage/backend-plugin-api": "1.3.1-next.0",
66
66
  "@backstage/catalog-model": "1.7.3",
67
67
  "@backstage/errors": "1.2.7",
68
- "@backstage/integration": "1.16.3-next.0",
68
+ "@backstage/integration": "1.16.4-next.0",
69
69
  "@backstage/plugin-scaffolder-common": "1.5.10",
70
70
  "@backstage/types": "1.2.1",
71
71
  "@isomorphic-git/pgp-plugin": "^0.0.7",
@@ -82,8 +82,8 @@
82
82
  "zod-to-json-schema": "^3.20.4"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/backend-test-utils": "1.3.2-next.1",
86
- "@backstage/cli": "0.32.0-next.1",
85
+ "@backstage/backend-test-utils": "1.5.0-next.0",
86
+ "@backstage/cli": "0.32.1-next.0",
87
87
  "@backstage/config": "1.3.2"
88
88
  }
89
89
  }