@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.0.0-nightly-20240213021024 → 0.1.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/CHANGELOG.md CHANGED
@@ -1,25 +1,15 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
- ## 0.0.0-nightly-20240213021024
4
-
5
- ### Minor Changes
6
-
7
- - 5eb6882: New scaffolder module `@backstage/plugin-scaffolder-backend-module-bitbucket-server`.
8
-
9
- Extracted from `@backstage/plugin-scaffolder-backend-module-bitbucket`
10
- and replaces its actions related to Bitbucket Server.
11
-
12
- - `publish:bitbucketServer`
13
- - `publish:bitbucketServer:pull-request`
3
+ ## 0.1.0-next.1
14
4
 
15
5
  ### Patch Changes
16
6
 
17
7
  - 8472188: Added or fixed the `repository` field in `package.json`.
18
8
  - Updated dependencies
19
- - @backstage/backend-common@0.0.0-nightly-20240213021024
20
- - @backstage/backend-plugin-api@0.0.0-nightly-20240213021024
21
- - @backstage/integration@0.0.0-nightly-20240213021024
22
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240213021024
9
+ - @backstage/backend-common@0.21.0-next.3
10
+ - @backstage/integration@1.9.0-next.1
11
+ - @backstage/plugin-scaffolder-node@0.3.0-next.3
12
+ - @backstage/backend-plugin-api@0.6.10-next.3
23
13
  - @backstage/config@1.1.1
24
14
  - @backstage/errors@1.2.3
25
15
 
package/dist/index.d.ts CHANGED
@@ -16,7 +16,7 @@ declare function createPublishBitbucketServerAction(options: {
16
16
  repoUrl: string;
17
17
  description?: string | undefined;
18
18
  defaultBranch?: string | undefined;
19
- repoVisibility?: "public" | "private" | undefined;
19
+ repoVisibility?: "private" | "public" | undefined;
20
20
  sourcePath?: string | undefined;
21
21
  enableLFS?: boolean | undefined;
22
22
  token?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket-server",
3
3
  "description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
4
- "version": "0.0.0-nightly-20240213021024",
4
+ "version": "0.1.0-next.1",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,19 +34,19 @@
34
34
  "postpack": "backstage-cli package postpack"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.0.0-nightly-20240213021024",
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240213021024",
37
+ "@backstage/backend-common": "^0.21.0-next.3",
38
+ "@backstage/backend-plugin-api": "^0.6.10-next.3",
39
39
  "@backstage/config": "^1.1.1",
40
40
  "@backstage/errors": "^1.2.3",
41
- "@backstage/integration": "^0.0.0-nightly-20240213021024",
42
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240213021024",
41
+ "@backstage/integration": "^1.9.0-next.1",
42
+ "@backstage/plugin-scaffolder-node": "^0.3.0-next.3",
43
43
  "fs-extra": "10.1.0",
44
44
  "node-fetch": "^2.6.7",
45
45
  "yaml": "^2.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240213021024",
49
- "@backstage/cli": "^0.0.0-nightly-20240213021024",
48
+ "@backstage/backend-test-utils": "^0.3.0-next.3",
49
+ "@backstage/cli": "^0.25.2-next.3",
50
50
  "msw": "^1.0.0"
51
51
  },
52
52
  "files": [