Skip to content

Commit 51df65a

Browse files
author
GitHub Bot
committed
chore(release): publish [skip actions]
- project: background-jobs-adapter 1.4.0 - project: execution-context 1.4.0 - project: json-api-nestjs 1.4.0 - project: contract-core 1.4.0 - project: eslint-config 6.5.0 - project: eslint-plugin 1.4.0 - project: notifications 2.4.0 - project: phone-number 1.4.0 - project: rules-engine 2.4.0 - project: testing-core 1.4.0 - project: mongo-jobs 1.4.0 - project: analytics 1.4.0 - project: nx-plugin 1.4.0 - project: ai-rules 1.4.0 - project: json-api 1.4.0 - project: embedex 1.4.0 - project: util-ts 4.4.0 - project: config 1.4.0
1 parent 68d23be commit 51df65a

File tree

19 files changed

+248
-117
lines changed

19 files changed

+248
-117
lines changed

package-lock.json

Lines changed: 215 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ai-rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@clipboard-health/ai-rules",
33
"description": "Pre-built AI agent rules for consistent coding standards.",
4-
"version": "1.3.11",
4+
"version": "1.4.0",
55
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
66
"devDependencies": {
77
"@intellectronica/ruler": "0.3.16"

packages/analytics/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@clipboard-health/analytics",
33
"description": "Type-safe analytics wrapper around our third-party analytics provider for user identification and event tracking.",
4-
"version": "1.3.11",
4+
"version": "1.4.0",
55
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
66
"dependencies": {
7-
"@clipboard-health/phone-number": "1.3.11",
8-
"@clipboard-health/util-ts": "4.3.11",
7+
"@clipboard-health/phone-number": "1.4.0",
8+
"@clipboard-health/util-ts": "4.4.0",
99
"@segment/analytics-node": "2.3.0",
1010
"tslib": "2.8.1"
1111
},

packages/background-jobs-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@clipboard-health/background-jobs-adapter",
33
"description": "Minimal adapter interface for background jobs operations supporting Mongo and Postgres implementations.",
4-
"version": "1.3.11",
4+
"version": "1.4.0",
55
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
66
"dependencies": {
77
"tslib": "2.8.1"

packages/config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@clipboard-health/config",
33
"description": "Type-safe static configuration management: a pure function to resolve, validate against a Zod schema, and freeze configuration values.",
4-
"version": "1.3.11",
4+
"version": "1.4.0",
55
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
66
"dependencies": {
7-
"@clipboard-health/util-ts": "4.3.11",
7+
"@clipboard-health/util-ts": "4.4.0",
88
"decamelize": "5.0.1",
99
"dotenv": "17.2.3",
1010
"tslib": "2.8.1"
1111
},
1212
"devDependencies": {
13-
"@clipboard-health/contract-core": "1.3.11",
13+
"@clipboard-health/contract-core": "1.4.0",
1414
"zod": "3.25.76"
1515
},
1616
"keywords": [

packages/contract-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@clipboard-health/contract-core",
33
"description": "Shared Zod schemas for Clipboard's contracts.",
4-
"version": "1.3.11",
4+
"version": "1.4.0",
55
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
66
"dependencies": {
77
"tslib": "2.8.1"
88
},
99
"devDependencies": {
10-
"@clipboard-health/testing-core": "1.3.11",
10+
"@clipboard-health/testing-core": "1.4.0",
1111
"zod": "3.25.76"
1212
},
1313
"keywords": [

packages/embedex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "embedex",
33
"description": "Embed shared text and code snippets from source files into destination files.",
4-
"version": "1.3.11",
4+
"version": "1.4.0",
55
"bin": {
66
"embedex": "./src/bin/cli.js"
77
},

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@clipboard-health/eslint-config",
33
"description": "Our ESLint configuration.",
4-
"version": "6.4.1",
4+
"version": "6.5.0",
55
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
66
"keywords": [
77
"config",

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@clipboard-health/eslint-plugin",
33
"description": "Clipboard's ESLint Plugin",
4-
"version": "1.3.11",
4+
"version": "1.4.0",
55
"dependencies": {
66
"@typescript-eslint/utils": "8.33.0",
77
"tslib": "2.8.1"

packages/execution-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@clipboard-health/execution-context",
33
"description": "A lightweight Node.js utility for managing execution contexts and metadata aggregation using AsyncLocalStorage.",
4-
"version": "1.3.11",
4+
"version": "1.4.0",
55
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
66
"dependencies": {
77
"tslib": "2.8.1"

0 commit comments

Comments
 (0)