@cosmwasm/ts-codegen 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "A TypeScript Transpiler for CosmWasm Smart Contracts",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
- "homepage": "https://github.com/pyramation/cosmwasm-typescript-gen",
6
+ "homepage": "https://github.com/cosmwasm/ts-codegen",
7
7
  "license": "SEE LICENSE IN LICENSE",
8
8
  "main": "main/index.js",
9
9
  "module": "module/index.js",
10
10
  "typings": "types/index.d.ts",
11
11
  "bin": {
12
- "cosmwasm-ts-codegen": "main/cosmwasm-typescript-gen.js"
12
+ "cosmwasm-ts-codegen": "main/ts-codegen.js"
13
13
  },
14
14
  "directories": {
15
15
  "lib": "src",
@@ -26,8 +26,8 @@
26
26
  "build": "npm run build:module && npm run build:main",
27
27
  "build:ts": "tsc --project ./tsconfig.json",
28
28
  "prepare": "npm run build",
29
- "dev": "cross-env NODE_ENV=development babel-node src/cosmwasm-typescript-gen --extensions \".tsx,.ts,.js\"",
30
- "watch": "cross-env NODE_ENV=development babel-watch src/cosmwasm-typescript-gen --extensions \".tsx,.ts,.js\"",
29
+ "dev": "cross-env NODE_ENV=development babel-node src/ts-codegen --extensions \".tsx,.ts,.js\"",
30
+ "watch": "cross-env NODE_ENV=development babel-watch src/ts-codegen --extensions \".tsx,.ts,.js\"",
31
31
  "file": "cross-env NODE_ENV=development babel-watch src/file --extensions \".tsx,.ts,.js\"",
32
32
  "lint": "eslint .",
33
33
  "format": "eslint . --fix",
@@ -40,11 +40,11 @@
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "https://github.com/pyramation/cosmwasm-typescript-gen"
43
+ "url": "https://github.com/cosmwasm/ts-codegen"
44
44
  },
45
45
  "keywords": [],
46
46
  "bugs": {
47
- "url": "https://github.com/pyramation/cosmwasm-typescript-gen/issues"
47
+ "url": "https://github.com/cosmwasm/ts-codegen/issues"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@babel/cli": "7.17.10",
@@ -92,5 +92,5 @@
92
92
  "shelljs": "0.8.5",
93
93
  "wasm-ast-types": "^0.4.1"
94
94
  },
95
- "gitHead": "b0312f7e16b8fd1c4892da6d91d3f7cf6c1bd49e"
95
+ "gitHead": "293cc211a070aaa3f1155ec1f247ccb693d9e5ed"
96
96
  }