Skip to content

Commit

Permalink
chore: Update npm dependencies and add "access" field to package.json…
Browse files Browse the repository at this point in the history
… files
  • Loading branch information
axotion committed Sep 15, 2024
1 parent 010c167 commit b6c72f3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
7 changes: 5 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"tsc:publish": "tsc && npm publish",
"test": "jest"
},
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Nestixis",
Expand All @@ -29,5 +32,5 @@
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
},
"gitHead": "9f5e0c4e2ff34599c1dd15f9a67f3f76dbd01422"
}
"gitHead": "010c167e60c596cb1aabf28186242a095c351e59"
}
7 changes: 5 additions & 2 deletions packages/mikroorm-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"type": "git",
"url": "git+https://github.com/Nestixis/nestjs-inbox-outbox.git"
},
"publishConfig": {
"access": "public"
},
"author": "Nestixis",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -28,5 +31,5 @@
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"gitHead": "9f5e0c4e2ff34599c1dd15f9a67f3f76dbd01422"
}
"gitHead": "010c167e60c596cb1aabf28186242a095c351e59"
}
7 changes: 5 additions & 2 deletions packages/typeorm-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@
"build": "tsc",
"tsc:publish": "tsc && npm publish"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@nestixis/nestjs-inbox-outbox": "^0.0.23",
"reflect-metadata": "^0.2.2",
"typeorm": "^0.3.20"
},
"gitHead": "9f5e0c4e2ff34599c1dd15f9a67f3f76dbd01422"
}
"gitHead": "010c167e60c596cb1aabf28186242a095c351e59"
}

0 comments on commit b6c72f3

Please sign in to comment.