File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 ]
1414 },
1515 "scripts" : {
16- "postinstall" : " ts-node ./scripts/patch-peer-deps.ts" ,
1716 "reset" : " yarn clean && yarn && yarn build" ,
1817 "clean" : " npx rimraf ./**/node_modules ./**/yarn.lock ./**/build ./**/coverage ./**/.polywrap" ,
1918 "install:test-wrappers" : " lerna run generate:wrappers --scope @polywrap/test-cases" ,
Original file line number Diff line number Diff line change 2323 "build:readme" : " yarn doc-snippets combine"
2424 },
2525 "dependencies" : {
26- "@polywrap/concurrent-plugin-js" : " ~0.10.0-pre " ,
26+ "@polywrap/concurrent-plugin-js" : " ~0.10.0" ,
2727 "@polywrap/core-js" : " 0.10.0" ,
28- "@polywrap/ethereum-provider-js" : " npm:@polywrap/ethereum-provider-js@~0.3.0 " ,
28+ "@polywrap/ethereum-provider-js" : " npm:@polywrap/ethereum-provider-js@~0.3.1 " ,
2929 "@polywrap/ethereum-provider-js-v1" : " npm:@polywrap/ethereum-provider-js@~0.2.4" ,
30- "@polywrap/file-system-plugin-js" : " ~0.10.0-pre " ,
31- "@polywrap/http-plugin-js" : " ~0.10.0-pre " ,
32- "@polywrap/logger-plugin-js" : " 0.10.0-pre.10 " ,
30+ "@polywrap/file-system-plugin-js" : " ~0.10.0" ,
31+ "@polywrap/http-plugin-js" : " ~0.10.0" ,
32+ "@polywrap/logger-plugin-js" : " ~ 0.10.1 " ,
3333 "@polywrap/uri-resolver-extensions-js" : " 0.10.0" ,
3434 "@polywrap/uri-resolvers-js" : " 0.10.0" ,
3535 "@polywrap/wasm-js" : " 0.10.0" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export async function fetchWrappers(): Promise<void> {
2222 zip . extractAllTo ( destination , /*overwrite*/ true ) ;
2323 }
2424
25- const tag = "0.0.1-pre.9 "
25+ const tag = "0.1.0 "
2626 const repoName = "wasm-test-harness"
2727 const url = `https://github.com/polywrap/${ repoName } /releases/download/${ tag } /wrappers` ;
2828
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments