@hpcc-js/codemirror-shim
Advanced tools
Comparing version 2.12.2 to 2.13.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [2.13.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/codemirror-shim@2.12.2...@hpcc-js/codemirror-shim@2.13.0) (2019-06-20) | ||
### Bug Fixes | ||
* **build:** Source maps not referencing TS files ([08c3cf3](https://github.com/hpcc-systems/Visualization/commit/08c3cf3)) | ||
### Features | ||
* **CodeMirror:** Add support for DOT Language ([d56bc98](https://github.com/hpcc-systems/Visualization/commit/d56bc98)) | ||
## [2.12.2](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/codemirror-shim@2.12.1...@hpcc-js/codemirror-shim@2.12.2) (2019-06-14) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@hpcc-js/codemirror-shim", | ||
"version": "2.12.2", | ||
"version": "2.13.0", | ||
"description": "hpcc-js - codemirror shim", | ||
@@ -27,14 +27,14 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@hpcc-js/bundle": "^2.10.1", | ||
"@hpcc-js/bundle": "^2.10.2", | ||
"codemirror": "5.44.0", | ||
"npm-run-all": "4.1.5", | ||
"rimraf": "2.6.3", | ||
"rollup": "1.6.0", | ||
"rollup-plugin-alias": "1.5.1", | ||
"rollup-plugin-commonjs": "9.2.1", | ||
"rollup-plugin-node-resolve": "4.0.1", | ||
"rollup": "1.15.4", | ||
"rollup-plugin-alias": "1.5.2", | ||
"rollup-plugin-commonjs": "10.0.0", | ||
"rollup-plugin-node-resolve": "5.0.2", | ||
"rollup-plugin-postcss": "2.0.3", | ||
"rollup-plugin-sourcemaps": "0.4.2", | ||
"tslint": "5.15.0", | ||
"typescript": "3.4.1" | ||
"tslint": "5.17.0", | ||
"typescript": "3.5.2" | ||
}, | ||
@@ -52,3 +52,3 @@ "repository": { | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "6aa3b5a84e170b627112d3237df6b58f56e0560f" | ||
"gitHead": "b16f2a07e1393004ebcf0035c7bc1c5416fe8a93" | ||
} |
export declare const PKG_NAME = "@hpcc-js/codemirror-shim"; | ||
export declare const PKG_VERSION = "2.12.2"; | ||
export declare const BUILD_VERSION = "2.7.0"; | ||
export declare const PKG_VERSION = "2.13.0"; | ||
export declare const BUILD_VERSION = "2.7.1"; | ||
//# sourceMappingURL=__package__.d.ts.map |
@@ -8,2 +8,3 @@ export * from "./__package__"; | ||
import "codemirror/mode/xml/xml"; | ||
import "./mode/dot/dot"; | ||
import "codemirror/lib/codemirror.css"; | ||
@@ -10,0 +11,0 @@ import "codemirror/addon/fold/brace-fold"; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3589093
13
25720