@backstage/plugin-scaffolder-backend 1.8.0-next.0 → 1.8.0-next.1

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
@@ -565,7 +565,7 @@ sourcePath?: string | undefined;
565
565
  targetPath?: string | undefined;
566
566
  token?: string | undefined;
567
567
  commitAction?: "update" | "create" | "delete" | undefined;
568
- /** @deprecated Use projectPath instead */
568
+ /** @deprecated projectID passed as query parameters in the repoUrl */
569
569
  projectid?: string | undefined;
570
570
  removeSourceBranch?: boolean | undefined;
571
571
  assignee?: string | undefined;
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": "1.8.0-next.0",
4
+ "version": "1.8.0-next.1",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",