@backstage/plugin-user-settings-backend 0.0.0-nightly-20230808022043 → 0.0.0-nightly-20230810022130

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,18 +1,27 @@
1
1
  # @backstage/plugin-user-settings-backend
2
2
 
3
- ## 0.0.0-nightly-20230808022043
3
+ ## 0.0.0-nightly-20230810022130
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 12a8c94eda8d: Add package repository and homepage metadata
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20230808022043
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20230808022043
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20230808022043
9
+ - @backstage/backend-common@0.0.0-nightly-20230810022130
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230810022130
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230810022130
12
12
  - @backstage/catalog-model@1.4.1
13
13
  - @backstage/errors@1.2.1
14
14
  - @backstage/types@1.1.0
15
15
 
16
+ ## 0.1.12-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@0.6.0-next.2
22
+ - @backstage/backend-common@0.19.2-next.2
23
+ - @backstage/plugin-auth-node@0.2.17-next.2
24
+
16
25
  ## 0.1.12-next.1
17
26
 
18
27
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings-backend",
3
- "version": "0.0.0-nightly-20230808022043",
3
+ "version": "0.0.0-nightly-20230810022130",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings-backend",
3
3
  "description": "The Backstage backend plugin to manage user settings",
4
- "version": "0.0.0-nightly-20230808022043",
4
+ "version": "0.0.0-nightly-20230810022130",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,11 +30,11 @@
30
30
  "clean": "backstage-cli package clean"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/backend-common": "^0.0.0-nightly-20230808022043",
34
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230808022043",
33
+ "@backstage/backend-common": "^0.0.0-nightly-20230810022130",
34
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230810022130",
35
35
  "@backstage/catalog-model": "^1.4.1",
36
36
  "@backstage/errors": "^1.2.1",
37
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230808022043",
37
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230810022130",
38
38
  "@backstage/types": "^1.1.0",
39
39
  "@types/express": "^4.17.6",
40
40
  "express": "^4.17.1",
@@ -44,8 +44,8 @@
44
44
  "yn": "^4.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230808022043",
48
- "@backstage/cli": "^0.0.0-nightly-20230808022043",
47
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230810022130",
48
+ "@backstage/cli": "^0.0.0-nightly-20230810022130",
49
49
  "@types/supertest": "^2.0.8",
50
50
  "supertest": "^6.1.3"
51
51
  },