wasm-ast-types 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "wasm-ast-types",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "CosmWasm TypeScript AST generation",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/pyramation/cosmwasm-typescript-gen/tree/master/packages/wasm-ast-types#readme",
7
7
  "license": "SEE LICENSE IN LICENSE",
8
8
  "main": "main/index.js",
9
9
  "module": "module/index.js",
10
- "typings": "types/index.d.ts",
10
+ "typings": "types/src/index.d.ts",
11
11
  "directories": {
12
12
  "lib": "src",
13
13
  "test": "__tests__"
@@ -86,5 +86,5 @@
86
86
  "case": "1.6.3",
87
87
  "deepmerge": "4.2.2"
88
88
  },
89
- "gitHead": "09236055739cc020418f89a246d8a954353c7ec3"
89
+ "gitHead": "18729d1c098208cb9f4576109a192ca1489e9284"
90
90
  }
File without changes
File without changes
File without changes
@@ -10,6 +10,7 @@ export declare const UTILS: {
10
10
  MsgExecuteContractEncodeObject: string;
11
11
  Coin: string;
12
12
  toUtf8: string;
13
+ selectorFamily: string;
13
14
  StdFee: string;
14
15
  CosmWasmClient: string;
15
16
  ExecuteResult: string;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- export declare const expectCode: (ast: any) => void;
2
- export declare const printCode: (ast: any) => void;