Skip to content

Commit

Permalink
fix: peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoering committed Feb 10, 2025
1 parent 8e8baae commit e0a3bfc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.0","cli":"1.0.0"}
{".":"1.0.1","cli":"1.0.1"}
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@criteo/protobufjs-cli",
"description": "Translates between file formats and generates static code as well as TypeScript definitions.",
"version": "1.0.0",
"version": "1.0.1",
"author": "Daniel Wirtz <[email protected]>",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"pbts": "bin/pbts"
},
"peerDependencies": {
"protobufjs": "^7.0.0"
"@criteo/protobufjs": "^1.0.0"
},
"dependencies": {
"chalk": "^4.0.0",
Expand All @@ -33,6 +33,6 @@
"uglify-js": "^3.7.7"
},
"devDependencies": {
"protobufjs": "file:.."
"@criteo/protobufjs": "file:.."
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@criteo/protobufjs",
"version": "1.0.0",
"version": "1.0.1",
"versionScheme": "~",
"description": "Protocol Buffers for JavaScript (& TypeScript).",
"author": "Daniel Wirtz <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bootstrap-sha": "6fc37d9ea3502cdc08ef988494c041aacd0f7e7f",
"bootstrap-sha": "ae265f2757b196dbdf55d61425453ced3ff44b48",
"packages": {
"cli": {},
".": {}
Expand Down

0 comments on commit e0a3bfc

Please sign in to comment.