@restorecommerce/resource-base-interface 1.2.5 → 1.3.0

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,3 +1,7 @@
1
+ ### 1.3.0 (September 19th, 2023)
2
+
3
+ - up deps (made all fields optional in proto files)
4
+
1
5
  ### 1.2.5 (July 21st, 2023)
2
6
 
3
7
  - up deps
@@ -40,7 +40,7 @@ export interface DocumentMetadata {
40
40
  created?: any;
41
41
  modified?: any;
42
42
  modified_by?: string;
43
- owners: {
43
+ owners?: {
44
44
  id?: string;
45
45
  value?: string;
46
46
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/resource-base-interface",
3
- "version": "1.2.5",
3
+ "version": "1.3.0",
4
4
  "description": "Restorecommerce Resource Base Interface",
5
5
  "main": "lib/index.js",
6
6
  "author": "n-fuse GmbH",
@@ -17,24 +17,24 @@
17
17
  "interface"
18
18
  ],
19
19
  "dependencies": {
20
- "@restorecommerce/chassis-srv": "^1.2.5",
21
- "@restorecommerce/grpc-client": "^2.0.2",
22
- "@restorecommerce/kafka-client": "^1.0.16",
23
- "@restorecommerce/rc-grpc-clients": "^5.0.0",
20
+ "@restorecommerce/chassis-srv": "^1.3.1",
21
+ "@restorecommerce/grpc-client": "^2.0.3",
22
+ "@restorecommerce/kafka-client": "^1.1.1",
23
+ "@restorecommerce/rc-grpc-clients": "^5.1.1",
24
24
  "@restorecommerce/service-config": "^1.0.6",
25
25
  "lodash": "^4.17.21",
26
- "redis": "^4.6.7"
26
+ "redis": "^4.6.8"
27
27
  },
28
28
  "devDependencies": {
29
- "@types/lodash": "^4.14.195",
29
+ "@types/lodash": "^4.14.198",
30
30
  "@types/mocha": "^10.0.1",
31
31
  "@types/redis": "^4.0.11",
32
- "@typescript-eslint/eslint-plugin": "^6.1.0",
33
- "@typescript-eslint/eslint-plugin-tslint": "^6.1.0",
34
- "@typescript-eslint/parser": "^6.1.0",
35
- "arangojs": "^8.4.0",
32
+ "@typescript-eslint/eslint-plugin": "^6.7.2",
33
+ "@typescript-eslint/eslint-plugin-tslint": "^6.7.2",
34
+ "@typescript-eslint/parser": "^6.7.2",
35
+ "arangojs": "^8.4.1",
36
36
  "cross-env": "^7.0.3",
37
- "eslint": "^8.45.0",
37
+ "eslint": "^8.49.0",
38
38
  "eslint-plugin-prefer-arrow-functions": "^3.1.4",
39
39
  "mocha": "^10.2.0",
40
40
  "npm-run-all": "^4.1.5",
@@ -44,7 +44,7 @@
44
44
  "sleep": "^6.3.0",
45
45
  "ts-node": "^10.9.1",
46
46
  "tslint": "^6.1.3",
47
- "typescript": "^5.1.6"
47
+ "typescript": "^5.2.2"
48
48
  },
49
49
  "scripts": {
50
50
  "test": "npm run lint && nyc npm run mocha",