Skip to content

Commit

Permalink
chore: bump package versions
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <[email protected]>
  • Loading branch information
castarco committed Aug 8, 2024
1 parent d1f227d commit 9837ae2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion @coderspirit/lambda-ioc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coderspirit/lambda-ioc",
"version": "2.2.1",
"version": "2.2.2",
"description": "Super type safe dependency injection 💉 for TypeScript",
"keywords": ["typescript", "functional", "ioc", "di", "dependency injection"],
"author": "Andres Correa Casablanca <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion @coderspirit/nominal-inputs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coderspirit/nominal-inputs",
"version": "1.1.1",
"version": "1.1.2",
"description": "Extension of @coderspirit/nominal with 'input' types",
"main": "./dist/main.cjs",
"module": "./dist/main.mjs",
Expand Down
2 changes: 1 addition & 1 deletion @coderspirit/nominal-symbols/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coderspirit/nominal-symbols",
"version": "2.0.0",
"version": "2.0.1",
"description": "Symbol objects for @coderspirit/nominal",
"keywords": ["typescript", "types", "nominal", "taint"],
"author": "Andres Correa Casablanca <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion @coderspirit/nominal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coderspirit/nominal",
"version": "4.0.3",
"version": "4.0.4",
"description": "Powerful nominal types for your project",
"main": "./dist/main.cjs",
"module": "./dist/main.mjs",
Expand Down
6 changes: 3 additions & 3 deletions @coderspirit/safe-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coderspirit/safe-env",
"version": "1.3.0",
"version": "1.3.1",
"description": "Safe & strongly typed environment variables accessor",
"main": "./dist/main.cjs",
"module": "./dist/main.mjs",
Expand Down Expand Up @@ -34,8 +34,8 @@
"typecheck": "tsc --incremental true --tsBuildInfoFile .tsbuildinfo --noEmit -p ./tsconfig.json"
},
"dependencies": {
"@coderspirit/nominal": "workspace:^",
"@coderspirit/nominal-inputs": "workspace:^"
"@coderspirit/nominal": "workspace:*",
"@coderspirit/nominal-inputs": "workspace:*"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9837ae2

Please sign in to comment.