@odunlamizo/node-river 1.0.1 → 1.0.4
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ console.log(result.job); // Job details
|
|
|
41
41
|
```ts
|
|
42
42
|
const result = await client.insert(
|
|
43
43
|
{ kind: 'sort_args', strings: ['banana', 'apple', 'cherry'] },
|
|
44
|
-
{ uniqueOpts: { byArgs: ['strings'] } }
|
|
44
|
+
{ uniqueOpts: { byArgs: ['strings'] } },
|
|
45
45
|
);
|
|
46
46
|
console.log(result.skipped); // true if duplicate
|
|
47
47
|
```
|
|
@@ -75,4 +75,4 @@ try {
|
|
|
75
75
|
|
|
76
76
|
## License
|
|
77
77
|
|
|
78
|
-
MIT
|
|
78
|
+
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odunlamizo/node-river",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Node.js library to support riverqueue integration.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"library"
|
|
35
35
|
],
|
|
36
36
|
"author": "Odunlami Zacchaeus",
|
|
37
|
-
"license": "
|
|
37
|
+
"license": "MIT",
|
|
38
38
|
"bugs": {
|
|
39
39
|
"url": "https://github.com/OdunlamiZO/node-river/issues"
|
|
40
40
|
},
|