@backstage/plugin-scaffolder-node 0.2.9-next.3 → 0.2.9

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,5 +1,20 @@
1
1
  # @backstage/plugin-scaffolder-node
2
2
 
3
+ ## 0.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 219d7f0: Refactor some methods to `-node` instead and use the new external modules
8
+ - 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
9
+ - Updated dependencies
10
+ - @backstage/backend-common@0.20.0
11
+ - @backstage/integration@1.8.0
12
+ - @backstage/backend-plugin-api@0.6.8
13
+ - @backstage/catalog-model@1.4.3
14
+ - @backstage/errors@1.2.3
15
+ - @backstage/types@1.1.1
16
+ - @backstage/plugin-scaffolder-common@1.4.4
17
+
3
18
  ## 0.2.9-next.3
4
19
 
5
20
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node",
3
- "version": "0.2.9-next.3",
3
+ "version": "0.2.9",
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.9-next.3",
4
+ "version": "0.2.9",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,24 +40,24 @@
40
40
  "postpack": "backstage-cli package postpack"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.20.0-next.3",
44
- "@backstage/backend-plugin-api": "^0.6.8-next.3",
43
+ "@backstage/backend-common": "^0.20.0",
44
+ "@backstage/backend-plugin-api": "^0.6.8",
45
45
  "@backstage/catalog-model": "^1.4.3",
46
46
  "@backstage/errors": "^1.2.3",
47
- "@backstage/integration": "^1.8.0-next.1",
48
- "@backstage/plugin-scaffolder-common": "^1.4.3",
47
+ "@backstage/integration": "^1.8.0",
48
+ "@backstage/plugin-scaffolder-common": "^1.4.4",
49
49
  "@backstage/types": "^1.1.1",
50
50
  "fs-extra": "10.1.0",
51
51
  "globby": "^11.0.0",
52
52
  "jsonschema": "^1.2.6",
53
53
  "p-limit": "^3.1.0",
54
54
  "winston": "^3.2.1",
55
- "zod": "^3.21.4",
55
+ "zod": "^3.22.4",
56
56
  "zod-to-json-schema": "^3.20.4"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "^0.2.9-next.3",
60
- "@backstage/cli": "^0.25.0-next.3",
59
+ "@backstage/backend-test-utils": "^0.2.9",
60
+ "@backstage/cli": "^0.25.0",
61
61
  "@backstage/config": "^1.1.1"
62
62
  },
63
63
  "files": [