@backstage/plugin-user-settings-backend 0.0.0-nightly-20230530022329 → 0.0.0-nightly-20230531023430

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,15 +1,27 @@
1
1
  # @backstage/plugin-user-settings-backend
2
2
 
3
- ## 0.0.0-nightly-20230530022329
3
+ ## 0.0.0-nightly-20230531023430
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20230530022329
9
- - @backstage/errors@0.0.0-nightly-20230530022329
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20230530022329
11
- - @backstage/catalog-model@0.0.0-nightly-20230530022329
12
- - @backstage/plugin-auth-node@0.0.0-nightly-20230530022329
8
+ - @backstage/backend-common@0.0.0-nightly-20230531023430
9
+ - @backstage/errors@0.0.0-nightly-20230531023430
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230531023430
11
+ - @backstage/catalog-model@0.0.0-nightly-20230531023430
12
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230531023430
13
+ - @backstage/types@1.0.2
14
+
15
+ ## 0.1.10-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.19.0-next.1
21
+ - @backstage/errors@1.2.0-next.0
22
+ - @backstage/backend-plugin-api@0.5.3-next.1
23
+ - @backstage/catalog-model@1.4.0-next.0
24
+ - @backstage/plugin-auth-node@0.2.15-next.1
13
25
  - @backstage/types@1.0.2
14
26
 
15
27
  ## 0.1.10-next.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings-backend",
3
- "version": "0.0.0-nightly-20230530022329",
3
+ "version": "0.0.0-nightly-20230531023430",
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-20230530022329",
4
+ "version": "0.0.0-nightly-20230531023430",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,11 +29,11 @@
29
29
  "clean": "backstage-cli package clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/backend-common": "^0.0.0-nightly-20230530022329",
33
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230530022329",
34
- "@backstage/catalog-model": "^0.0.0-nightly-20230530022329",
35
- "@backstage/errors": "^0.0.0-nightly-20230530022329",
36
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230530022329",
32
+ "@backstage/backend-common": "^0.0.0-nightly-20230531023430",
33
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230531023430",
34
+ "@backstage/catalog-model": "^0.0.0-nightly-20230531023430",
35
+ "@backstage/errors": "^0.0.0-nightly-20230531023430",
36
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230531023430",
37
37
  "@backstage/types": "^1.0.2",
38
38
  "@types/express": "^4.17.6",
39
39
  "express": "^4.17.1",
@@ -43,8 +43,8 @@
43
43
  "yn": "^4.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230530022329",
47
- "@backstage/cli": "^0.0.0-nightly-20230530022329",
46
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230531023430",
47
+ "@backstage/cli": "^0.0.0-nightly-20230531023430",
48
48
  "@types/supertest": "^2.0.8",
49
49
  "supertest": "^6.1.3"
50
50
  },