@backstage/plugin-scaffolder-node 0.0.0-nightly-20230403021721 → 0.0.0-nightly-20230405021251

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,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-node
2
2
 
3
- ## 0.0.0-nightly-20230403021721
3
+ ## 0.0.0-nightly-20230405021251
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,10 +9,21 @@
9
9
  - 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
10
10
  - 2898b6c8d52: Minor type tweaks for TypeScript 5.0
11
11
  - Updated dependencies
12
- - @backstage/plugin-scaffolder-common@0.0.0-nightly-20230403021721
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20230403021721
12
+ - @backstage/plugin-scaffolder-common@0.0.0-nightly-20230405021251
13
+ - @backstage/catalog-model@0.0.0-nightly-20230405021251
14
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230405021251
15
+ - @backstage/types@1.0.2
16
+
17
+ ## 0.1.2-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - 2898b6c8d52: Minor type tweaks for TypeScript 5.0
22
+ - Updated dependencies
23
+ - @backstage/backend-plugin-api@0.5.1-next.2
14
24
  - @backstage/catalog-model@1.2.1
15
25
  - @backstage/types@1.0.2
26
+ - @backstage/plugin-scaffolder-common@1.2.7-next.1
16
27
 
17
28
  ## 0.1.2-next.1
18
29
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node",
3
- "version": "0.0.0-nightly-20230403021721",
3
+ "version": "0.0.0-nightly-20230405021251",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.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.0.0-nightly-20230403021721",
4
+ "version": "0.0.0-nightly-20230405021251",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -24,9 +24,9 @@
24
24
  "postpack": "backstage-cli package postpack"
25
25
  },
26
26
  "dependencies": {
27
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230403021721",
28
- "@backstage/catalog-model": "^1.2.1",
29
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230403021721",
27
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230405021251",
28
+ "@backstage/catalog-model": "^0.0.0-nightly-20230405021251",
29
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230405021251",
30
30
  "@backstage/types": "^1.0.2",
31
31
  "jsonschema": "^1.2.6",
32
32
  "winston": "^3.2.1",
@@ -34,7 +34,7 @@
34
34
  "zod-to-json-schema": "^3.20.4"
35
35
  },
36
36
  "devDependencies": {
37
- "@backstage/cli": "^0.0.0-nightly-20230403021721"
37
+ "@backstage/cli": "^0.0.0-nightly-20230405021251"
38
38
  },
39
39
  "files": [
40
40
  "alpha",