Rename packages @cosmwasm/* to @cosmjs/*

This commit is contained in:
Simon Warta
2020-06-04 19:53:58 +02:00
parent fcddf6414a
commit 16df23f79b
46 changed files with 67 additions and 67 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ export function main(originalArgs: readonly string[]): void {
const imports = new Map<string, readonly string[]>([
[
"@cosmwasm/cosmwasm",
"@cosmjs/cosmwasm",
[
// cosmwasmclient
"Account",
@@ -60,7 +60,7 @@ export function main(originalArgs: readonly string[]): void {
],
],
[
"@cosmwasm/sdk38",
"@cosmjs/sdk38",
[
"coin",
"coins",
+1 -1
View File
@@ -80,7 +80,7 @@ export class TsRepl {
// '/home/me/.node_modules',
// '/home/me/.node_libraries',
// '/usr/lib/nodejs' ]
// However, this does not include the installation path of @cosmwasm/cli because
// However, this does not include the installation path of @cosmjs/cli because
// REPL does not inherit module paths from the current process. Thus we override
// the repl paths with the current process' paths
unsafeReplContext.module.paths = module.paths;