@hpcc-js/codemirror-shim
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [2.3.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/codemirror-shim@2.2.0...@hpcc-js/codemirror-shim@2.3.0) (2019-03-21) | ||
### Features | ||
* **loader:** Improved loader to manage specific versions ([cfcdfac](https://github.com/hpcc-systems/Visualization/commit/cfcdfac)) | ||
# [2.2.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/codemirror-shim@2.1.0...@hpcc-js/codemirror-shim@2.2.0) (2019-02-19) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@hpcc-js/codemirror-shim", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "hpcc-js - codemirror shim", | ||
@@ -22,19 +22,18 @@ "main": "dist/index.js", | ||
"watch": "run-p compile-es6-watch bundle-watch", | ||
"stamp": "node node_modules/@hpcc-js/bundle/src/stamp.js", | ||
"lint": "tslint --project . src/**/*.ts", | ||
"docs": "typedoc --options tdoptions.json ." | ||
}, | ||
"dependencies": { | ||
"codemirror": "5.26.0" | ||
}, | ||
"devDependencies": { | ||
"@hpcc-js/bundle": "^0.0.45", | ||
"@hpcc-js/bundle": "^2.1.0", | ||
"codemirror": "5.44.0", | ||
"npm-run-all": "4.1.5", | ||
"rimraf": "2.6.2", | ||
"rollup": "0.63.5", | ||
"rollup-plugin-alias": "1.4.0", | ||
"rollup-plugin-commonjs": "9.1.4", | ||
"rollup-plugin-node-resolve": "3.3.0", | ||
"rollup-plugin-postcss": "1.6.2", | ||
"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-plugin-postcss": "2.0.3", | ||
"rollup-plugin-sourcemaps": "0.4.2", | ||
"tslint": "5.11.0", | ||
"tslint": "5.14.0", | ||
"typescript": "3.3.3" | ||
@@ -53,3 +52,3 @@ }, | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "0e8fe38042c3a4e79d1ade2217fa1f9c506ddf01" | ||
"gitHead": "5e7a03de2a9c7a09731a942de3d20fe7319400da" | ||
} |
@@ -0,1 +1,2 @@ | ||
export * from "./__package__"; | ||
import "codemirror/mode/css/css"; | ||
@@ -15,4 +16,4 @@ import "codemirror/mode/ecl/ecl"; | ||
import "codemirror/addon/fold/foldgutter.css"; | ||
import CM from "codemirror"; | ||
export { CM as CodeMirror }; | ||
import CodeMirror from "codemirror"; | ||
export { CodeMirror }; | ||
//# sourceMappingURL=index.d.ts.map |
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
3572299
0
11
25540
12
- Removedcodemirror@5.26.0
- Removedcodemirror@5.26.0(transitive)