@atlaskit/editor-prosemirror
Advanced tools
Comparing version 1.1.4 to 1.1.5
# @atlaskit/editor-prosemirror | ||
## 1.1.5 | ||
### Patch Changes | ||
- 371af2e: ADFEXP-553: fix type errors and enable type transpilation | ||
## 1.1.4 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/editor-prosemirror", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Package to group all prosemirror libraries in a single place ", | ||
@@ -31,3 +31,3 @@ "author": "Atlassian Pty Ltd", | ||
"build:types": "NODE_ENV=production tsc --project ./build/tsconfig.json --emitDeclarationOnly --outDir ./dist/types --rootDir ./src", | ||
"build:all": "yarn build:cjs && yarn build:esm && yarn build:es2019", | ||
"build:all": "yarn build:cjs && yarn build:esm && yarn build:es2019 && yarn build:types", | ||
"build": "yarn run build:all", | ||
@@ -34,0 +34,0 @@ "diff": "diff -r af-dist dist", |
@@ -16,3 +16,7 @@ { | ||
"baseUrl": "" | ||
} | ||
}, | ||
"files": [ | ||
"typings/prosemirror-markdown.d.ts", | ||
"typings/prosemirror-state.d.ts", | ||
] | ||
} |
89867
143
2380