Skip to content

Commit

Permalink
Make pinejs-client-core a peer dependency
Browse files Browse the repository at this point in the history
Change-type: major
  • Loading branch information
myarmolinsky committed Dec 11, 2024
1 parent 468da21 commit d894d49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"common-tags": "^1.8.2",
"mocha": "^10.2.0",
"ncp": "^2.0.0",
"pinejs-client-core": "^7.2.0",
"proxyquire": "^2.1.3",
"rimraf": "^5.0.1",
"ts-mocha": "^10.0.0",
Expand All @@ -82,13 +83,15 @@
"memoizee": "^0.4.15",
"mz": "^2.7.0",
"p-map": "^4.0.0",
"pinejs-client-core": "^6.14.13",
"semver": "^7.3.5",
"stream-to-promise": "^3.0.0",
"tar-stream": "^3.1.6",
"tar-utils": "^3.0.2",
"typed-error": "^3.2.1"
},
"peerDependencies": {
"pinejs-client-core": "^6.14.13 || ^7.0.0"
},
"versionist": {
"publishedAt": "2024-09-17T15:05:46.783Z"
}
Expand Down

0 comments on commit d894d49

Please sign in to comment.