@backstage/plugin-scaffolder-backend 1.3.0-next.2 → 1.3.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/dist/index.d.ts CHANGED
@@ -605,13 +605,14 @@ declare function createPublishGitlabAction(options: {
605
605
  declare const createPublishGitlabMergeRequestAction: (options: {
606
606
  integrations: ScmIntegrationRegistry;
607
607
  }) => TemplateAction<{
608
- projectid: string;
609
608
  repoUrl: string;
610
609
  title: string;
611
610
  description: string;
612
611
  branchName: string;
613
612
  targetPath: string;
614
613
  token?: string | undefined;
614
+ /** @deprecated Use projectPath instead */
615
+ projectid?: string | undefined;
615
616
  }>;
616
617
 
617
618
  /**
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.3.0-next.2",
4
+ "version": "1.3.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,14 +34,14 @@
34
34
  "build:assets": "node scripts/build-nunjucks.js"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.14.0-next.2",
38
- "@backstage/catalog-client": "^1.0.3-next.0",
39
- "@backstage/catalog-model": "^1.0.3-next.0",
37
+ "@backstage/backend-common": "^0.14.0",
38
+ "@backstage/catalog-client": "^1.0.3",
39
+ "@backstage/catalog-model": "^1.0.3",
40
40
  "@backstage/config": "^1.0.1",
41
41
  "@backstage/errors": "^1.0.0",
42
- "@backstage/integration": "^1.2.1-next.2",
43
- "@backstage/plugin-catalog-backend": "^1.2.0-next.2",
44
- "@backstage/plugin-scaffolder-common": "^1.1.1-next.0",
42
+ "@backstage/integration": "^1.2.1",
43
+ "@backstage/plugin-catalog-backend": "^1.2.0",
44
+ "@backstage/plugin-scaffolder-common": "^1.1.1",
45
45
  "@backstage/types": "^1.0.0",
46
46
  "@gitbeaker/core": "^35.6.0",
47
47
  "@gitbeaker/node": "^35.1.0",
@@ -76,8 +76,8 @@
76
76
  "zod": "^3.11.6"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "^0.1.25-next.2",
80
- "@backstage/cli": "^0.17.2-next.2",
79
+ "@backstage/backend-test-utils": "^0.1.25",
80
+ "@backstage/cli": "^0.17.2",
81
81
  "@types/command-exists": "^1.2.0",
82
82
  "@types/fs-extra": "^9.0.1",
83
83
  "@types/git-url-parse": "^9.0.0",
@@ -99,5 +99,5 @@
99
99
  "assets"
100
100
  ],
101
101
  "configSchema": "config.d.ts",
102
- "gitHead": "afc672d59763a835574e6c47819107d22cfd1ad7"
102
+ "gitHead": "e42cb3887e41f756c16380d757d93feda27f40ee"
103
103
  }