Skip to content

Commit 5cb169b

Browse files
committed
minor version bump 1.0.10 -> 1.1.0. export interfaces
1 parent 8264d1c commit 5cb169b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "python-typing-to-typescript",
3-
"version": "1.0.10",
3+
"version": "1.1.0",
44
"description": "Convert python TypedDict's and type hints to typescript interface",
55
"scripts": {
66
"test": "mocha -r ts-node/register tests/**/*.test.ts",
7+
"walk-test-script": "ts-node tests/utils/typescript_walk_nodes.ts tests/utils/target_test_script.ts",
78
"build": "tsc py_ast_json_to_ts.ts",
89
"coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" npm run test",
10+
"pretest": "npm run build",
911
"prepublish": "npm run build"
1012
},
1113
"bin": {

0 commit comments

Comments
 (0)