@backstage/plugin-user-settings-backend 0.0.0-nightly-20240512021617 → 0.0.0-nightly-20240513021609

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,13 +1,13 @@
1
1
  # @backstage/plugin-user-settings-backend
2
2
 
3
- ## 0.0.0-nightly-20240512021617
3
+ ## 0.0.0-nightly-20240513021609
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240512021617
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20240512021617
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240512021617
8
+ - @backstage/backend-common@0.0.0-nightly-20240513021609
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240513021609
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240513021609
11
11
 
12
12
  ## 0.2.17-next.1
13
13
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings-backend",
3
- "version": "0.0.0-nightly-20240512021617",
3
+ "version": "0.0.0-nightly-20240513021609",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings-backend",
3
- "version": "0.0.0-nightly-20240512021617",
3
+ "version": "0.0.0-nightly-20240513021609",
4
4
  "description": "The Backstage backend plugin to manage user settings",
5
5
  "backstage": {
6
6
  "role": "backend-plugin"
@@ -45,11 +45,11 @@
45
45
  "test": "backstage-cli package test"
46
46
  },
47
47
  "dependencies": {
48
- "@backstage/backend-common": "^0.0.0-nightly-20240512021617",
49
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240512021617",
48
+ "@backstage/backend-common": "^0.0.0-nightly-20240513021609",
49
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240513021609",
50
50
  "@backstage/config": "^1.2.0",
51
51
  "@backstage/errors": "^1.2.4",
52
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240512021617",
52
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240513021609",
53
53
  "@backstage/types": "^1.1.1",
54
54
  "@types/express": "^4.17.6",
55
55
  "express": "^4.17.1",
@@ -59,8 +59,8 @@
59
59
  "yn": "^4.0.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240512021617",
63
- "@backstage/cli": "^0.0.0-nightly-20240512021617",
62
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240513021609",
63
+ "@backstage/cli": "^0.0.0-nightly-20240513021609",
64
64
  "@types/supertest": "^2.0.8",
65
65
  "supertest": "^6.1.3"
66
66
  }