@cuboapp/api-backend 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/pnpm-lock.yaml +9 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuboapp/api-backend",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Backend Api for CuboApp",
5
5
  "main": "src/index.ts",
6
6
  "repository": "git@github.com:cuboapp/api-backend.git",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@cuboapp/config": "^0.0.6",
15
- "@cuboapp/types": "^1.0.19",
15
+ "@cuboapp/types": "^1.0.20",
16
16
  "lodash-es": "^4.17.21",
17
17
  "pg": "^8.13.3",
18
18
  "sequelize": "^6.37.6"
package/pnpm-lock.yaml CHANGED
@@ -12,8 +12,8 @@ importers:
12
12
  specifier: ^0.0.6
13
13
  version: 0.0.6
14
14
  '@cuboapp/types':
15
- specifier: ^1.0.19
16
- version: 1.0.19
15
+ specifier: ^1.0.20
16
+ version: 1.0.20
17
17
  lodash-es:
18
18
  specifier: ^4.17.21
19
19
  version: 4.17.21
@@ -42,6 +42,9 @@ packages:
42
42
  '@cuboapp/types@1.0.19':
43
43
  resolution: {integrity: sha512-CZyut9MmCT+5bBBbZF3ETiJnRbgnExvx/+zT/UKj4NxZKlqQAnzX8hWIFMBbed3YoSkbS+cdZcJE26k5mLNPjw==}
44
44
 
45
+ '@cuboapp/types@1.0.20':
46
+ resolution: {integrity: sha512-PDeJ4GOsVA6OhC1ryd8XwBrnZ7k6mB48GEnMLDdgw3ACRxV2KaWc/5bDrZUdfRjggOAXmwEhX+8rvqfNvp93hg==}
47
+
45
48
  '@types/debug@4.1.12':
46
49
  resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
47
50
 
@@ -239,6 +242,10 @@ snapshots:
239
242
  dependencies:
240
243
  '@types/events': 3.0.3
241
244
 
245
+ '@cuboapp/types@1.0.20':
246
+ dependencies:
247
+ '@types/events': 3.0.3
248
+
242
249
  '@types/debug@4.1.12':
243
250
  dependencies:
244
251
  '@types/ms': 2.1.0