@happyvertical/jobs 0.77.0 → 0.78.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/AGENT.md CHANGED
@@ -7,7 +7,7 @@ Job queue abstraction with multiple backend adapters (SQLite, PostgreSQL, Bull,
7
7
  ## Package Map
8
8
  - Package: `@happyvertical/jobs`
9
9
  - Hierarchy path: `@happyvertical/sdk > packages > jobs`
10
- - Workspace position: `16 of 30` local packages
10
+ - Workspace position: `16 of 31` local packages
11
11
  - Internal dependencies: `@happyvertical/sql`, `@happyvertical/utils`
12
12
  - Internal dependents: none
13
13
  - Knowledge graph files: `AGENT.md`, `metadata.json`, `ecosystem-manifest.json`
package/metadata.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "path": "packages/jobs",
4
4
  "position": {
5
5
  "index": 16,
6
- "count": 30
6
+ "count": 31
7
7
  },
8
8
  "description": "Job queue abstraction with multiple backend adapters (SQLite, PostgreSQL, Bull, SQS)",
9
9
  "provides": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/jobs",
3
- "version": "0.77.0",
3
+ "version": "0.78.1",
4
4
  "description": "Job queue abstraction with multiple backend adapters (SQLite, PostgreSQL, Bull, SQS)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -68,8 +68,8 @@
68
68
  "author": "willgriffin@gmail.com",
69
69
  "license": "ISC",
70
70
  "dependencies": {
71
- "@happyvertical/sql": "0.77.0",
72
- "@happyvertical/utils": "0.77.0"
71
+ "@happyvertical/sql": "0.78.1",
72
+ "@happyvertical/utils": "0.78.1"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@aws-sdk/client-sqs": "^3.1034.0",
@@ -104,8 +104,8 @@
104
104
  }
105
105
  },
106
106
  "scripts": {
107
- "test": "npx vitest run",
108
- "test:watch": "npx vitest",
107
+ "test": "vitest --config ../../vitest.package.config.ts run",
108
+ "test:watch": "vitest --config ../../vitest.package.config.ts",
109
109
  "build": "vite build",
110
110
  "build:watch": "vite build --watch",
111
111
  "clean": "rm -rf dist *.tsbuildinfo",