@backstage/plugin-user-settings-backend 0.0.0-nightly-20221129023337 → 0.0.0-nightly-20221130023322

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 +17 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,15 +1,26 @@
1
1
  # @backstage/plugin-user-settings-backend
2
2
 
3
- ## 0.0.0-nightly-20221129023337
3
+ ## 0.0.0-nightly-20221130023322
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20221129023337
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20221129023337
10
- - @backstage/types@0.0.0-nightly-20221129023337
11
- - @backstage/catalog-model@0.0.0-nightly-20221129023337
12
- - @backstage/errors@0.0.0-nightly-20221129023337
8
+ - @backstage/backend-common@0.0.0-nightly-20221130023322
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20221130023322
10
+ - @backstage/types@0.0.0-nightly-20221130023322
11
+ - @backstage/catalog-model@0.0.0-nightly-20221130023322
12
+ - @backstage/errors@0.0.0-nightly-20221130023322
13
+
14
+ ## 0.1.3-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-common@0.17.0-next.1
20
+ - @backstage/types@1.0.2-next.1
21
+ - @backstage/plugin-auth-node@0.2.8-next.1
22
+ - @backstage/catalog-model@1.1.4-next.1
23
+ - @backstage/errors@1.1.4-next.1
13
24
 
14
25
  ## 0.1.3-next.0
15
26
 
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-20221129023337",
4
+ "version": "0.0.0-nightly-20221130023322",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -28,11 +28,11 @@
28
28
  "clean": "backstage-cli package clean"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-common": "^0.0.0-nightly-20221129023337",
32
- "@backstage/catalog-model": "^0.0.0-nightly-20221129023337",
33
- "@backstage/errors": "^0.0.0-nightly-20221129023337",
34
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20221129023337",
35
- "@backstage/types": "^0.0.0-nightly-20221129023337",
31
+ "@backstage/backend-common": "^0.0.0-nightly-20221130023322",
32
+ "@backstage/catalog-model": "^0.0.0-nightly-20221130023322",
33
+ "@backstage/errors": "^0.0.0-nightly-20221130023322",
34
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20221130023322",
35
+ "@backstage/types": "^0.0.0-nightly-20221130023322",
36
36
  "@types/express": "^4.17.6",
37
37
  "express": "^4.17.1",
38
38
  "express-promise-router": "^4.1.0",
@@ -41,8 +41,8 @@
41
41
  "yn": "^4.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/backend-test-utils": "^0.0.0-nightly-20221129023337",
45
- "@backstage/cli": "^0.0.0-nightly-20221129023337",
44
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221130023322",
45
+ "@backstage/cli": "^0.0.0-nightly-20221130023322",
46
46
  "@types/supertest": "^2.0.8",
47
47
  "supertest": "^6.1.3"
48
48
  },