Skip to content

Commit

Permalink
chore(release): publish [skip actions]
Browse files Browse the repository at this point in the history
- project: json-api-nestjs 0.15.4

- project: contract-core 0.11.4

- project: rules-engine 1.16.4

- project: testing-core 0.11.4

- project: util-ts 2.14.4

- project: config 0.10.5
  • Loading branch information
GitHub Bot committed Dec 29, 2024
1 parent 99ec71c commit eef8233
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@clipboard-health/config",
"description": "Type-safe static configuration management: a pure function to resolve, validate against a Zod schema, and freeze configuration values.",
"version": "0.10.4",
"version": "0.10.5",
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
"dependencies": {
"@clipboard-health/util-ts": "2.14.3",
"@clipboard-health/util-ts": "2.14.4",
"decamelize": "5.0.1",
"dotenv": "16.4.7",
"tslib": "2.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/contract-core/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@clipboard-health/contract-core",
"description": "Shared Zod schemas for Clipboard Health's contracts.",
"version": "0.11.3",
"version": "0.11.4",
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
"dependencies": {
"tslib": "2.8.0",
"zod": "3.24.1"
},
"devDependencies": {
"@clipboard-health/testing-core": "0.11.3"
"@clipboard-health/testing-core": "0.11.4"
},
"keywords": [
"contract",
Expand Down
4 changes: 2 additions & 2 deletions packages/json-api-nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@clipboard-health/json-api-nestjs",
"description": "TypeScript-friendly utilities for adhering to the JSON:API specification with NestJS.",
"version": "0.15.3",
"version": "0.15.4",
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
"dependencies": {
"@clipboard-health/contract-core": "0.3.0",
Expand All @@ -10,7 +10,7 @@
"zod": "3.24.1"
},
"devDependencies": {
"@clipboard-health/testing-core": "0.11.3"
"@clipboard-health/testing-core": "0.11.4"
},
"keywords": [
"api",
Expand Down
2 changes: 1 addition & 1 deletion packages/rules-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@clipboard-health/rules-engine",
"description": "A pure functional rules engine to keep logic-dense code simple, reliable, understandable, and explainable.",
"version": "1.16.3",
"version": "1.16.4",
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
"dependencies": {
"tslib": "2.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/testing-core/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@clipboard-health/testing-core",
"description": "TypeScript-friendly testing utilities.",
"version": "0.11.3",
"version": "0.11.4",
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
"dependencies": {
"@clipboard-health/util-ts": "2.14.3",
"@clipboard-health/util-ts": "2.14.4",
"tslib": "2.8.0",
"zod": "3.24.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/util-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@clipboard-health/util-ts",
"description": "TypeScript utilities.",
"version": "2.14.3",
"version": "2.14.4",
"bugs": "https://github.com/ClipboardHealth/core-utils/issues",
"dependencies": {
"tslib": "2.8.0"
Expand Down

0 comments on commit eef8233

Please sign in to comment.