File tree Expand file tree Collapse file tree 6 files changed +32
-7
lines changed
Expand file tree Collapse file tree 6 files changed +32
-7
lines changed Original file line number Diff line number Diff line change 1818 "lint" : " turbo run lint" ,
1919 "version" : " changeset version" ,
2020 "release" : " turbo run build && changeset publish" ,
21- "generate-changelog" : " node ./scripts/generate-changelog.mjs" ,
22- "generate-changelog:fixed" : " node ./scripts/generate-changelog-fixed.mjs" ,
23- "preversion" : " npm run generate-changelog"
21+ "generate-changelog" : " node ./scripts/generate-changelog.mjs"
2422 },
2523 "author" : " " ,
2624 "license" : " ISC" ,
Original file line number Diff line number Diff line change 33 "version" : " 1.5.1" ,
44 "description" : " " ,
55 "type" : " module" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " https://github.com/open-rpc/tools.git" ,
9+ "directory" : " packages/docs-react"
10+ },
11+ "publishConfig" : {
12+ "access" : " public"
13+ },
614 "module" : " ./dist/index.es.js" ,
715 "types" : " ./dist/index.d.ts" ,
816 "exports" : {
Original file line number Diff line number Diff line change 1111 "import" : " ./dist/index.es.js"
1212 }
1313 },
14+ "repository" : {
15+ "type" : " git" ,
16+ "url" : " https://github.com/open-rpc/tools.git" ,
17+ "directory" : " packages/inspector"
18+ },
1419 "files" : [
1520 " dist/"
1621 ],
Original file line number Diff line number Diff line change 1515 "files" : [
1616 " dist/"
1717 ],
18+ "repository" : {
19+ "type" : " git" ,
20+ "url" : " https://github.com/open-rpc/tools.git" ,
21+ "directory" : " packages/logs-react"
22+ },
1823 "publishConfig" : {
1924 "access" : " public"
2025 },
Original file line number Diff line number Diff line change 1414 "publishConfig" : {
1515 "access" : " public"
1616 },
17+ "repository" : {
18+ "type" : " git" ,
19+ "url" : " https://github.com/open-rpc/tools.git" ,
20+ "directory" : " packages/monaco-editor-react"
21+ },
1722 "scripts" : {
1823 "build:package" : " vite build && tsc --emitDeclarationOnly" ,
1924 "clean:package" : " rm -rf dist && rm -rf tsconfig.tsbuildinfo" ,
Original file line number Diff line number Diff line change 22 "name" : " @open-rpc/playground" ,
33 "version" : " 0.7.1" ,
44 "homepage" : " https://playground.open-rpc.org/" ,
5- "repository" : {
6- "type" : " git" ,
7- "url" : " https://github.com/open-rpc/playground.git"
8- },
95 "bin" : {
106 "open-rpc-playground" : " ./bin/cli.js"
117 },
8+ "publishConfig" : {
9+ "access" : " public"
10+ },
11+ "repository" : {
12+ "type" : " git" ,
13+ "url" : " https://github.com/open-rpc/tools.git" ,
14+ "directory" : " packages/playground"
15+ },
1216 "bugs" : " https://github.com/open-rpc/playground/issues" ,
1317 "license" : " Apache-2.0" ,
1418 "dependencies" : {
You can’t perform that action at this time.
0 commit comments