@restorecommerce/scs-jobs 0.3.0 → 0.3.1

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
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.3.1](https://github.com/restorecommerce/libs/compare/@restorecommerce/scs-jobs@0.3.0...@restorecommerce/scs-jobs@0.3.1) (2026-06-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **protos:** update ostorage-srv to include new endpoint for modifying ACL ([a926db7](https://github.com/restorecommerce/libs/commit/a926db76b7f96168dbb0ba227364137c07418e8b))
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.3.0](https://github.com/restorecommerce/libs/compare/@restorecommerce/scs-jobs@0.2.16...@restorecommerce/scs-jobs@0.3.0) (2026-06-12)
7
18
 
8
19
 
package/eslint.config.mjs CHANGED
@@ -1,7 +1,6 @@
1
1
  // @ts-check
2
2
 
3
3
  import eslint from '@eslint/js';
4
- import { RuleTester } from 'eslint';
5
4
  import tseslint from 'typescript-eslint';
6
5
 
7
6
  const rules = tseslint.config(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/scs-jobs",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Restorecommerce scs jobs",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -19,10 +19,10 @@
19
19
  ],
20
20
  "type": "module",
21
21
  "dependencies": {
22
- "@restorecommerce/grpc-client": "^2.3.0",
23
- "@restorecommerce/kafka-client": "^1.4.0",
24
- "@restorecommerce/logger": "^1.4.0",
25
- "@restorecommerce/rc-grpc-clients": "^5.2.0",
22
+ "@restorecommerce/grpc-client": "^2.3.1",
23
+ "@restorecommerce/kafka-client": "^1.4.1",
24
+ "@restorecommerce/logger": "^1.4.1",
25
+ "@restorecommerce/rc-grpc-clients": "^5.2.1",
26
26
  "bullmq": "^5.78.0",
27
27
  "redis": "4.7.0"
28
28
  },
@@ -54,5 +54,5 @@
54
54
  "engines": {
55
55
  "node": ">= 18.0.0"
56
56
  },
57
- "gitHead": "809315322ac57d199aa9f2e460b44195a781fe89"
57
+ "gitHead": "9c25f67c1d1b3a0d44faefa6cb02508f0c848867"
58
58
  }