@backstage/plugin-user-settings-backend 0.0.0-nightly-20231101021742 → 0.0.0-nightly-20231103021306

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,19 +1,19 @@
1
1
  # @backstage/plugin-user-settings-backend
2
2
 
3
- ## 0.0.0-nightly-20231101021742
3
+ ## 0.0.0-nightly-20231103021306
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - dd0350379b4c: Added dependency on `@backstage/config`
8
8
  - 8613ba3928e0: Switched to using `"exports"` field for `/alpha` subpath export.
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20231101021742
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20231101021742
10
+ - @backstage/backend-common@0.0.0-nightly-20231103021306
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20231103021306
12
12
  - @backstage/catalog-model@1.4.3
13
13
  - @backstage/config@1.1.1
14
14
  - @backstage/errors@1.2.3
15
15
  - @backstage/types@1.1.1
16
- - @backstage/plugin-auth-node@0.0.0-nightly-20231101021742
16
+ - @backstage/plugin-auth-node@0.0.0-nightly-20231103021306
17
17
 
18
18
  ## 0.2.6-next.1
19
19
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings-backend",
3
- "version": "0.0.0-nightly-20231101021742",
3
+ "version": "0.0.0-nightly-20231103021306",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/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-20231101021742",
4
+ "version": "0.0.0-nightly-20231103021306",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,12 +40,12 @@
40
40
  "clean": "backstage-cli package clean"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.0.0-nightly-20231101021742",
44
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20231101021742",
43
+ "@backstage/backend-common": "^0.0.0-nightly-20231103021306",
44
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20231103021306",
45
45
  "@backstage/catalog-model": "^1.4.3",
46
46
  "@backstage/config": "^1.1.1",
47
47
  "@backstage/errors": "^1.2.3",
48
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20231101021742",
48
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20231103021306",
49
49
  "@backstage/types": "^1.1.1",
50
50
  "@types/express": "^4.17.6",
51
51
  "express": "^4.17.1",
@@ -55,8 +55,8 @@
55
55
  "yn": "^4.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-test-utils": "^0.0.0-nightly-20231101021742",
59
- "@backstage/cli": "^0.0.0-nightly-20231101021742",
58
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20231103021306",
59
+ "@backstage/cli": "^0.0.0-nightly-20231103021306",
60
60
  "@types/supertest": "^2.0.8",
61
61
  "supertest": "^6.1.3"
62
62
  },