@backstage/plugin-scaffolder-node 0.1.0-next.1 → 0.1.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,5 +1,29 @@
1
1
  # @backstage/plugin-scaffolder-node
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d72866f0cc: New package that takes over some of the types and functionality from `@backstage/plugin-scaffolder-backend` that are shared with other modules
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/backend-plugin-api@0.4.0
13
+ - @backstage/catalog-model@1.2.0
14
+ - @backstage/types@1.0.2
15
+ - @backstage/plugin-scaffolder-common@1.2.5
16
+
17
+ ## 0.1.0-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@0.4.0-next.2
23
+ - @backstage/catalog-model@1.2.0-next.1
24
+ - @backstage/types@1.0.2
25
+ - @backstage/plugin-scaffolder-common@1.2.5-next.1
26
+
3
27
  ## 0.1.0-next.1
4
28
 
5
29
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node",
3
- "version": "0.1.0-next.1",
3
+ "version": "0.1.0",
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.1.0-next.1",
4
+ "version": "0.1.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -24,15 +24,15 @@
24
24
  "postpack": "backstage-cli package postpack"
25
25
  },
26
26
  "dependencies": {
27
- "@backstage/backend-plugin-api": "^0.3.2-next.1",
28
- "@backstage/catalog-model": "^1.1.6-next.0",
29
- "@backstage/plugin-scaffolder-common": "^1.2.5-next.0",
27
+ "@backstage/backend-plugin-api": "^0.4.0",
28
+ "@backstage/catalog-model": "^1.2.0",
29
+ "@backstage/plugin-scaffolder-common": "^1.2.5",
30
30
  "@backstage/types": "^1.0.2",
31
31
  "jsonschema": "^1.2.6",
32
32
  "winston": "^3.2.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/cli": "^0.22.2-next.0"
35
+ "@backstage/cli": "^0.22.2"
36
36
  },
37
37
  "files": [
38
38
  "alpha",