Rename packages @cosmwasm/* to @cosmjs/*
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user