@backstage/plugin-scaffolder-backend 0.0.0-nightly-20220714025131 → 0.0.0-nightly-20220717025420

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/dist/index.d.ts CHANGED
@@ -161,7 +161,11 @@ url: string;
161
161
  targetPath?: string | undefined;
162
162
  values: any;
163
163
  templateFileExtension?: string | boolean | undefined;
164
+ /**
165
+ * @deprecated This field is deprecated in favor of copyWithoutTemplating.
166
+ */
164
167
  copyWithoutRender?: string[] | undefined;
168
+ copyWithoutTemplating?: string[] | undefined;
165
169
  cookiecutterCompat?: boolean | undefined;
166
170
  }>;
167
171
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
3
  "description": "The Backstage backend plugin that helps you create new things",
4
- "version": "0.0.0-nightly-20220714025131",
4
+ "version": "0.0.0-nightly-20220717025420",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,16 +35,16 @@
35
35
  "build:assets": "node scripts/build-nunjucks.js"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-common": "0.0.0-nightly-20220714025131",
39
- "@backstage/catalog-client": "0.0.0-nightly-20220714025131",
40
- "@backstage/catalog-model": "0.0.0-nightly-20220714025131",
38
+ "@backstage/backend-common": "0.0.0-nightly-20220717025420",
39
+ "@backstage/catalog-client": "0.0.0-nightly-20220717025420",
40
+ "@backstage/catalog-model": "0.0.0-nightly-20220717025420",
41
41
  "@backstage/config": "^1.0.1",
42
- "@backstage/errors": "0.0.0-nightly-20220714025131",
43
- "@backstage/integration": "0.0.0-nightly-20220714025131",
44
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20220714025131",
45
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20220714025131",
46
- "@backstage/backend-plugin-api": "0.0.0-nightly-20220714025131",
47
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20220714025131",
42
+ "@backstage/errors": "0.0.0-nightly-20220717025420",
43
+ "@backstage/integration": "0.0.0-nightly-20220717025420",
44
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20220717025420",
45
+ "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20220717025420",
46
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20220717025420",
47
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20220717025420",
48
48
  "@backstage/types": "^1.0.0",
49
49
  "@gitbeaker/core": "^35.6.0",
50
50
  "@gitbeaker/node": "^35.1.0",
@@ -79,8 +79,8 @@
79
79
  "zod": "^3.11.6"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/backend-test-utils": "0.0.0-nightly-20220714025131",
83
- "@backstage/cli": "0.0.0-nightly-20220714025131",
82
+ "@backstage/backend-test-utils": "0.0.0-nightly-20220717025420",
83
+ "@backstage/cli": "0.0.0-nightly-20220717025420",
84
84
  "@types/command-exists": "^1.2.0",
85
85
  "@types/fs-extra": "^9.0.1",
86
86
  "@types/git-url-parse": "^9.0.0",