@backstage/plugin-user-settings-backend 0.1.3-next.0 → 0.1.3-next.2

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,5 +1,28 @@
1
1
  # @backstage/plugin-user-settings-backend
2
2
 
3
+ ## 0.1.3-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - c507aee8a2: Ensured typescript type checks in migration files.
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.17.0-next.2
10
+ - @backstage/plugin-auth-node@0.2.8-next.2
11
+ - @backstage/catalog-model@1.1.4-next.1
12
+ - @backstage/errors@1.1.4-next.1
13
+ - @backstage/types@1.0.2-next.1
14
+
15
+ ## 0.1.3-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.17.0-next.1
21
+ - @backstage/types@1.0.2-next.1
22
+ - @backstage/plugin-auth-node@0.2.8-next.1
23
+ - @backstage/catalog-model@1.1.4-next.1
24
+ - @backstage/errors@1.1.4-next.1
25
+
3
26
  ## 0.1.3-next.0
4
27
 
5
28
  ### Patch Changes
@@ -14,6 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
+ // @ts-check
18
+
17
19
  /**
18
20
  * @param {import('knex').Knex} knex
19
21
  */
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.1.3-next.0",
4
+ "version": "0.1.3-next.2",
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.16.1-next.0",
32
- "@backstage/catalog-model": "^1.1.4-next.0",
33
- "@backstage/errors": "^1.1.4-next.0",
34
- "@backstage/plugin-auth-node": "^0.2.8-next.0",
35
- "@backstage/types": "^1.0.2-next.0",
31
+ "@backstage/backend-common": "^0.17.0-next.2",
32
+ "@backstage/catalog-model": "^1.1.4-next.1",
33
+ "@backstage/errors": "^1.1.4-next.1",
34
+ "@backstage/plugin-auth-node": "^0.2.8-next.2",
35
+ "@backstage/types": "^1.0.2-next.1",
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.1.31-next.0",
45
- "@backstage/cli": "^0.21.2-next.0",
44
+ "@backstage/backend-test-utils": "^0.1.31-next.2",
45
+ "@backstage/cli": "^0.21.2-next.2",
46
46
  "@types/supertest": "^2.0.8",
47
47
  "supertest": "^6.1.3"
48
48
  },