@constructive-io/knative-job-worker 2.15.2 → 2.16.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/README.md +4 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -62,6 +62,10 @@ Common issues and solutions for pgpm, PostgreSQL, and testing.
62
62
  * [@pgsql/types](https://www.npmjs.com/package/@pgsql/types): **📝 Type definitions** for PostgreSQL AST nodes in TypeScript.
63
63
  * [@pgsql/utils](https://www.npmjs.com/package/@pgsql/utils): **🛠️ AST utilities** for constructing and transforming PostgreSQL syntax trees.
64
64
 
65
+ ### 📚 Documentation & Skills
66
+
67
+ * [constructive-skills](https://github.com/constructive-io/constructive-skills): **📖 Platform documentation and AI agent skills** — feature catalog, blueprint reference, SDK guides (i18n, billing, limits, events, uploads, security, entities, search, AI), and deployment guides.
68
+
65
69
  ## Credits
66
70
 
67
71
  **🛠 Built by the [Constructive](https://constructive.io) team — creators of modular Postgres tooling for secure, composable backends. If you like our work, contribute on [GitHub](https://github.com/constructive-io).**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/knative-job-worker",
3
- "version": "2.15.2",
3
+ "version": "2.16.1",
4
4
  "description": "knative job worker",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/jobs/tree/master/packages/knative-job-worker#readme",
@@ -37,17 +37,17 @@
37
37
  "url": "https://github.com/constructive-io/jobs/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@constructive-io/job-pg": "^2.12.1",
41
- "@constructive-io/job-utils": "^2.12.1",
42
- "@pgpmjs/logger": "^2.11.1",
40
+ "@constructive-io/job-pg": "^2.13.0",
41
+ "@constructive-io/job-utils": "^2.13.0",
42
+ "@pgpmjs/logger": "^2.12.0",
43
43
  "pg": "8.21.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@pgpm/database-jobs": "^0.18.0",
47
47
  "@pgpm/verify": "^0.18.0",
48
- "@pgpmjs/core": "^6.20.2",
48
+ "@pgpmjs/core": "^6.22.0",
49
49
  "makage": "^0.3.0",
50
- "pgsql-test": "^4.15.2"
50
+ "pgsql-test": "^4.16.1"
51
51
  },
52
- "gitHead": "423992019655cc1e780149ce3f7e6e8c9b1c6e80"
52
+ "gitHead": "12515d72a1c3db748a317157770e7aec4db34c34"
53
53
  }