@constructive-io/job-utils 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -3
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,12 +3,16 @@
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.5.1](https://github.com/constructive-io/jobs/compare/@constructive-io/job-utils@0.5.0...@constructive-io/job-utils@0.5.1) (2025-12-19)
7
+
8
+ **Note:** Version bump only for package @constructive-io/job-utils
9
+
6
10
  # 0.5.0 (2025-12-18)
7
11
 
8
12
  ### Features
9
13
 
10
- - rebrand PGPM packages from @launchql/_ to @pgpmjs/_ ([734d865](https://github.com/constructive-io/jobs/commit/734d8655ced175f51567c513ac1ee4c843df98b7))
14
+ - rebrand PGPM packages to @pgpmjs/\* ([734d865](https://github.com/constructive-io/jobs/commit/734d8655ced175f51567c513ac1ee4c843df98b7))
11
15
 
12
- ## [0.4.3](https://github.com/constructive-io/jobs/compare/@launchql/job-utils@0.4.2...@launchql/job-utils@0.4.3) (2025-12-17)
16
+ ## [0.4.3](https://github.com/constructive-io/jobs/compare/@constructive-io/job-utils@0.4.2...@constructive-io/job-utils@0.4.3) (2025-12-17)
13
17
 
14
- **Note:** Version bump only for package @launchql/job-utils
18
+ **Note:** Version bump only for package @constructive-io/job-utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/job-utils",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "job utils",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/jobs/tree/master/packages/job-utils#readme",
@@ -18,7 +18,7 @@
18
18
  "url": "https://github.com/constructive-io/jobs"
19
19
  },
20
20
  "scripts": {
21
- "test": "jest",
21
+ "test": "jest --passWithNoTests",
22
22
  "test:watch": "jest --watch",
23
23
  "test:debug": "node --inspect node_modules/.bin/jest --runInBand",
24
24
  "build": "tsc -p tsconfig.json",
@@ -28,11 +28,11 @@
28
28
  "url": "https://github.com/constructive-io/jobs/issues"
29
29
  },
30
30
  "dependencies": {
31
- "@pgpmjs/env": "^2.8.3",
32
- "@pgpmjs/logger": "^1.3.3",
33
- "@pgpmjs/types": "^2.12.3",
34
- "pg-cache": "^1.6.5",
35
- "pg-env": "^1.2.2"
31
+ "@pgpmjs/env": "^2.8.4",
32
+ "@pgpmjs/logger": "^1.3.4",
33
+ "@pgpmjs/types": "^2.12.4",
34
+ "pg-cache": "^1.6.6",
35
+ "pg-env": "^1.2.3"
36
36
  },
37
- "gitHead": "86d74dc4fce9051df0d2b5bcc163607aba42f009"
37
+ "gitHead": "22cfe32e994e26a6490e04e28bab26d1e7e6345c"
38
38
  }