@backstage/plugin-auth-backend-module-vmware-cloud-provider 0.0.0-nightly-20240223020953 → 0.0.0-nightly-20240224020839

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +24 -24
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-auth-backend-module-vmware-cloud-provider
2
2
 
3
- ## 0.0.0-nightly-20240223020953
3
+ ## 0.0.0-nightly-20240224020839
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 2af5354: Bump dependency `jose` to v5
8
8
  - Updated dependencies
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20240223020953
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240223020953
11
- - @backstage/catalog-model@1.4.4
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240224020839
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240224020839
11
+ - @backstage/catalog-model@0.0.0-nightly-20240224020839
12
12
 
13
13
  ## 0.1.2
14
14
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-vmware-cloud-provider",
3
+ "version": "0.0.0-nightly-20240224020839",
3
4
  "description": "The vmware-cloud-provider backend module for the auth plugin.",
4
- "version": "0.0.0-nightly-20240223020953",
5
- "main": "dist/index.cjs.js",
6
- "types": "dist/index.d.ts",
7
- "license": "Apache-2.0",
5
+ "backstage": {
6
+ "role": "backend-plugin-module"
7
+ },
8
8
  "publishConfig": {
9
9
  "access": "public",
10
10
  "main": "dist/index.cjs.js",
@@ -15,37 +15,37 @@
15
15
  "url": "https://github.com/backstage/backstage",
16
16
  "directory": "plugins/auth-backend-module-vmware-cloud-provider"
17
17
  },
18
- "backstage": {
19
- "role": "backend-plugin-module"
20
- },
18
+ "license": "Apache-2.0",
19
+ "main": "dist/index.cjs.js",
20
+ "types": "dist/index.d.ts",
21
+ "files": [
22
+ "dist"
23
+ ],
21
24
  "scripts": {
22
- "start": "backstage-cli package start",
23
25
  "build": "backstage-cli package build",
24
- "lint": "backstage-cli package lint",
25
- "test": "backstage-cli package test",
26
26
  "clean": "backstage-cli package clean",
27
+ "lint": "backstage-cli package lint",
27
28
  "prepack": "backstage-cli package prepack",
28
- "postpack": "backstage-cli package postpack"
29
+ "postpack": "backstage-cli package postpack",
30
+ "start": "backstage-cli package start",
31
+ "test": "backstage-cli package test"
29
32
  },
30
33
  "dependencies": {
31
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240223020953",
32
- "@backstage/catalog-model": "^1.4.4",
33
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240223020953",
34
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240224020839",
35
+ "@backstage/catalog-model": "^0.0.0-nightly-20240224020839",
36
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240224020839",
34
37
  "@types/passport-oauth2": "^1.4.15",
35
38
  "jose": "^5.0.0",
36
39
  "passport-oauth2": "^1.6.1"
37
40
  },
38
41
  "devDependencies": {
39
- "@backstage/backend-defaults": "^0.0.0-nightly-20240223020953",
40
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240223020953",
41
- "@backstage/cli": "^0.0.0-nightly-20240223020953",
42
- "@backstage/config": "^1.1.1",
43
- "@backstage/errors": "^1.2.3",
44
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240223020953",
42
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240224020839",
43
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240224020839",
44
+ "@backstage/cli": "^0.0.0-nightly-20240224020839",
45
+ "@backstage/config": "^0.0.0-nightly-20240224020839",
46
+ "@backstage/errors": "^0.0.0-nightly-20240224020839",
47
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240224020839",
45
48
  "msw": "^2.0.8",
46
49
  "supertest": "^6.3.3"
47
- },
48
- "files": [
49
- "dist"
50
- ]
50
+ }
51
51
  }