Skip to content

Commit b6c72f3

Browse files
committed
chore: Update npm dependencies and add "access" field to package.json files
1 parent 010c167 commit b6c72f3

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

packages/core/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"tsc:publish": "tsc && npm publish",
88
"test": "jest"
99
},
10+
"publishConfig": {
11+
"access": "public"
12+
},
1013
"main": "dist/index.js",
1114
"types": "dist/index.d.ts",
1215
"author": "Nestixis",
@@ -29,5 +32,5 @@
2932
"ts-jest": "^29.2.5",
3033
"typescript": "^5.6.2"
3134
},
32-
"gitHead": "9f5e0c4e2ff34599c1dd15f9a67f3f76dbd01422"
33-
}
35+
"gitHead": "010c167e60c596cb1aabf28186242a095c351e59"
36+
}

packages/mikroorm-driver/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"type": "git",
1111
"url": "git+https://github.com/Nestixis/nestjs-inbox-outbox.git"
1212
},
13+
"publishConfig": {
14+
"access": "public"
15+
},
1316
"author": "Nestixis",
1417
"main": "dist/index.js",
1518
"types": "dist/index.d.ts",
@@ -28,5 +31,5 @@
2831
"prettier": "^3.3.3",
2932
"typescript": "^5.6.2"
3033
},
31-
"gitHead": "9f5e0c4e2ff34599c1dd15f9a67f3f76dbd01422"
32-
}
34+
"gitHead": "010c167e60c596cb1aabf28186242a095c351e59"
35+
}

packages/typeorm-driver/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@
1515
"build": "tsc",
1616
"tsc:publish": "tsc && npm publish"
1717
},
18+
"publishConfig": {
19+
"access": "public"
20+
},
1821
"dependencies": {
1922
"@nestixis/nestjs-inbox-outbox": "^0.0.23",
2023
"reflect-metadata": "^0.2.2",
2124
"typeorm": "^0.3.20"
2225
},
23-
"gitHead": "9f5e0c4e2ff34599c1dd15f9a67f3f76dbd01422"
24-
}
26+
"gitHead": "010c167e60c596cb1aabf28186242a095c351e59"
27+
}

0 commit comments

Comments
 (0)