Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moving json-rpc-middleware-stream from merged-packages to actual pack… #1762

Merged
merged 43 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
f7ae183
moving json-rpc-middleware-stream from merged-packages to actual pack…
kanthesha Oct 3, 2023
30e12ae
we discussed and agreed to fix the release tags in changelog
kanthesha Oct 4, 2023
6f50cd0
Merge branch 'main' into json-rpc-middleware-stream-to-core-packages
kanthesha Oct 4, 2023
bfc232a
resolved main to branch merge conflicts
kanthesha Oct 17, 2023
a42d627
Merge branch 'main' into json-rpc-middleware-stream-to-core-packages
kanthesha Oct 17, 2023
8f30e16
yarn.lock changes
kanthesha Oct 17, 2023
72314d8
merge main into this branch
kanthesha Oct 23, 2023
78e7fb4
changelog updated for auto-changelog and fixed the constraints.pro an…
kanthesha Oct 23, 2023
bc383a6
changelog updates for package rename and related changes in constrain…
kanthesha Oct 23, 2023
25bbf0a
changelog updates for package rename and related changes in constrain…
kanthesha Oct 23, 2023
80b47f9
changelog updates for package rename and related changes in constrain…
kanthesha Oct 23, 2023
6a92cab
update tsconfig.json to extend from root
kanthesha Oct 23, 2023
f9c3dee
Merge branch 'main' into json-rpc-middleware-stream-to-core-packages
kanthesha Oct 23, 2023
30da18a
Merge branch 'main' into json-rpc-middleware-stream-to-core-packages
kanthesha Oct 23, 2023
fcfbddf
fix for object is possibly undefined
kanthesha Oct 24, 2023
a760005
Merge branch 'json-rpc-middleware-stream-to-core-packages' of github.…
kanthesha Oct 24, 2023
0d2a881
fix for object is possibly undefined
kanthesha Oct 24, 2023
78d1d15
ISC license exception added in constraints.pro
kanthesha Oct 24, 2023
eb3ad71
resolved merge conflicts
kanthesha Oct 25, 2023
a73657a
bump auto-changelog to 3.4.2
kanthesha Oct 25, 2023
229d422
ISC license exception added in constraints.pro
kanthesha Oct 25, 2023
3b6c93a
Merge branch 'main' into json-rpc-middleware-stream-to-core-packages
kanthesha Oct 25, 2023
7c4dcd3
Merge branch 'main' into json-rpc-middleware-stream-to-core-packages
kanthesha Oct 26, 2023
a3f6017
resolved merge conflicts
kanthesha Oct 27, 2023
012735b
auto-changelog params updated
kanthesha Oct 27, 2023
aa66ff4
Merge branch 'main' into json-rpc-middleware-stream-to-core-packages
kanthesha Oct 27, 2023
eca1895
revert json-rpc-middleware-stream package bump
kanthesha Oct 27, 2023
6105baa
removed additional compiler options in tsconfig.json
kanthesha Oct 27, 2023
fac38be
Merge branch 'main' into json-rpc-middleware-stream-to-core-packages
MajorLift Nov 3, 2023
9574fa6
bump `@metamask/utils` to 8.2.0 in `json-rpc-middleware-stream`
MajorLift Nov 3, 2023
c1423be
yarn constraints fixes adding new test build scripts
MajorLift Nov 3, 2023
85b6c02
Remove unneeded file
MajorLift Nov 6, 2023
8ff83b5
Merge branch 'main' into json-rpc-middleware-stream-to-core-packages
MajorLift Nov 6, 2023
cf7abe8
Bump `@metamask/json-rpc-engine` to ^7.2.0 in `@metamask/json-rpc-mid…
MajorLift Nov 6, 2023
e94ba15
Add TypeScript reference path for `json-rpc-engine` in `json-rpc-midd…
MajorLift Nov 6, 2023
52ebe29
Fix `@typescript-eslint/no-implied-eval` violation
MajorLift Nov 6, 2023
767d445
Adjust jest coverage thresholds
MajorLift Nov 6, 2023
a985575
Remove unneeded lockfile
MajorLift Nov 6, 2023
7f5e3b5
Suppress unused eslint rule
MajorLift Nov 6, 2023
85fed6f
Add TODO for removal of `eslint-disable`
MajorLift Nov 6, 2023
e46f4f3
Merge branch 'main' into json-rpc-middleware-stream-to-core-packages
MajorLift Nov 7, 2023
28782b2
Bump `@metamask/auto-changelog` to ^3.4.3 in `@metamask/json-rpc-midd…
MajorLift Nov 7, 2023
58e7d0c
Merge branch 'main' into json-rpc-middleware-stream-to-core-packages
MajorLift Nov 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions constraints.pro
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,14 @@ gen_enforced_field(WorkspaceCwd, 'repository.url', RepoUrl) :-
gen_enforced_field(WorkspaceCwd, 'license', 'MIT') :-
\+ workspace_field(WorkspaceCwd, 'private', true),
WorkspaceCwd \= 'packages/json-rpc-engine',
WorkspaceCwd \= 'packages/json-rpc-middleware-stream',
WorkspaceCwd \= 'packages/eth-json-rpc-provider'.
% The following published packages use an ISC license instead of MIT.
gen_enforced_field(WorkspaceCwd, 'license', 'ISC') :-
\+ workspace_field(WorkspaceCwd, 'private', true),
(
WorkspaceCwd == 'packages/json-rpc-engine' ;
WorkspaceCwd == 'packages/json-rpc-middleware-stream' ;
WorkspaceCwd == 'packages/eth-json-rpc-provider'
).
% Non-published packages do not have a license.
Expand Down
15 changes: 0 additions & 15 deletions merged-packages/json-rpc-middleware-stream/.depcheckrc.json

This file was deleted.

9 changes: 0 additions & 9 deletions merged-packages/json-rpc-middleware-stream/.editorconfig

This file was deleted.

30 changes: 0 additions & 30 deletions merged-packages/json-rpc-middleware-stream/.eslintrc.js

This file was deleted.

8 changes: 0 additions & 8 deletions merged-packages/json-rpc-middleware-stream/.gitattributes

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

77 changes: 0 additions & 77 deletions merged-packages/json-rpc-middleware-stream/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion merged-packages/json-rpc-middleware-stream/.nvmrc

This file was deleted.

8 changes: 0 additions & 8 deletions merged-packages/json-rpc-middleware-stream/.prettierrc.js

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading