@atjson/renderer-commonmark
Advanced tools
Comparing version 0.21.9 to 0.21.10-dev276.0
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.21.10-dev276.0](https://github.com/CondeNast/atjson/compare/@atjson/renderer-commonmark@0.21.9...@atjson/renderer-commonmark@0.21.10-dev276.0) (2019-11-06) | ||
**Note:** Version bump only for package @atjson/renderer-commonmark | ||
## [0.21.9](https://github.com/CondeNast/atjson/compare/@atjson/renderer-commonmark@0.21.8...@atjson/renderer-commonmark@0.21.9) (2019-10-31) | ||
@@ -8,0 +12,0 @@ |
@@ -33,1 +33,2 @@ import Document, { Annotation } from "@atjson/document"; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -16,1 +16,2 @@ export declare const ASCII_PUNCTUATION: RegExp; | ||
export declare const ENDING_WHITESPACE: RegExp; | ||
//# sourceMappingURL=punctuation.d.ts.map |
@@ -33,1 +33,2 @@ import Document, { Annotation } from "@atjson/document"; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -16,1 +16,2 @@ export declare const ASCII_PUNCTUATION: RegExp; | ||
export declare const ENDING_WHITESPACE: RegExp; | ||
//# sourceMappingURL=punctuation.d.ts.map |
{ | ||
"name": "@atjson/renderer-commonmark", | ||
"version": "0.21.9", | ||
"description": "A brand new TypeScript library.", | ||
"version": "0.21.10-dev276.0", | ||
"description": "Render atjson documents into commonmark", | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/modules/index.js", | ||
"types": "dist/commonjs/index.d.ts", | ||
"scripts": { | ||
"build": "rm -rf dist; tsc -p . && tsc -p . --module ESNext --outDir dist/modules/ --target ES2017", | ||
"lint": "tslint -c ./tslint.json 'src/**/*.ts'", | ||
"prepublishOnly": "npm run build", | ||
"performance": "node ./performance/index.js > ./performance/README.md", | ||
"test": "../../../node_modules/.bin/jest packages/@atjson/$(basename $PWD) --config=../../../package.json" | ||
}, | ||
"license": "Apache-2.0", | ||
@@ -20,9 +13,9 @@ "publishConfig": { | ||
"devDependencies": { | ||
"@atjson/document": "0.22.2", | ||
"@atjson/source-commonmark": "0.21.8", | ||
"@atjson/document": "0.22.3-dev276.0", | ||
"@atjson/source-commonmark": "0.21.9-dev276.0", | ||
"@types/markdown-it": "0.0.9" | ||
}, | ||
"dependencies": { | ||
"@atjson/offset-annotations": "0.22.0", | ||
"@atjson/renderer-hir": "0.21.4" | ||
"@atjson/offset-annotations": "0.23.0-dev276.0", | ||
"@atjson/renderer-hir": "0.21.5-dev276.0" | ||
}, | ||
@@ -32,3 +25,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "c787293f793f387f2707b44b1d5e6b9e77695505" | ||
"gitHead": "066b9731f8700a71425b9c95197342f95e74b4fd" | ||
} |
573940
19
1028
+ Added@atjson/hir@0.21.5-dev276.0(transitive)
+ Added@atjson/offset-annotations@0.23.0-dev276.0(transitive)
+ Added@atjson/renderer-hir@0.21.5-dev276.0(transitive)
- Removed@atjson/hir@0.21.4(transitive)
- Removed@atjson/offset-annotations@0.22.0(transitive)
- Removed@atjson/renderer-hir@0.21.4(transitive)