@hpcc-js/codemirror-shim
Advanced tools
Comparing version 2.21.0 to 2.22.0
140
CHANGELOG.md
@@ -6,2 +6,142 @@ # Change Log | ||
# [2.22.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/codemirror-shim@2.13.8...@hpcc-js/codemirror-shim@2.22.0) (2020-08-22) | ||
# 2.33.0 (2020-08-08) | ||
# 2.32.0 (2020-08-05) | ||
# 2.31.0 (2020-07-29) | ||
# 2.30.0 (2020-07-29) | ||
# 2.29.0 (2020-07-28) | ||
# 2.28.0 (2020-07-22) | ||
# 2.26.0 (2020-06-26) | ||
# 2.25.0 (2020-06-24) | ||
# 2.24.0 (2020-06-23) | ||
# 2.23.0 (2020-06-23) | ||
# 2.22.0 (2020-06-17) | ||
# 2.21.0 (2020-06-17) | ||
# 2.20.0 (2020-06-17) | ||
# 2.19.0 (2020-06-15) | ||
# 2.18.0 (2020-06-02) | ||
# 2.17.0 (2020-05-31) | ||
### Features | ||
* Add search/replace to Editor ([0a83029](https://github.com/hpcc-systems/Visualization/commit/0a830298d0d1e7ad690fedb1b95bd0d8c9e5c13e)) | ||
# 2.16.0 (2020-05-21) | ||
## 2.15.21 (2020-05-20) | ||
## 2.15.20 (2020-05-20) | ||
## 2.15.19 (2020-05-19) | ||
## 2.15.18 (2020-05-15) | ||
## 2.15.17 (2020-05-15) | ||
## 2.15.16 (2020-05-14) | ||
## 2.15.15 (2020-05-12) | ||
## 2.15.14 (2020-05-07) | ||
## 2.15.13 (2020-04-24) | ||
## 2.15.12 (2020-04-22) | ||
## 2.15.11 (2020-04-21) | ||
## 2.15.10 (2020-04-21) | ||
## 2.15.9 (2020-04-17) | ||
## 2.15.7 (2020-04-11) | ||
### Features | ||
* **codemirror:** Switch Markdown to GitHub Flavour Markdown ([ed41395](https://github.com/hpcc-systems/Visualization/commit/ed41395abd80b1219a2450d4c31310d12902907b)) | ||
# [2.21.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/codemirror-shim@2.13.8...@hpcc-js/codemirror-shim@2.21.0) (2020-07-22) | ||
@@ -8,0 +148,0 @@ |
{ | ||
"name": "@hpcc-js/codemirror-shim", | ||
"version": "2.21.0", | ||
"version": "2.22.0", | ||
"description": "hpcc-js - codemirror shim", | ||
@@ -37,3 +37,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@hpcc-js/bundle": "^2.10.16", | ||
"@hpcc-js/bundle": "^2.10.17", | ||
"@rollup/plugin-alias": "3.1.0", | ||
@@ -45,3 +45,3 @@ "@rollup/plugin-commonjs": "12.0.0", | ||
"codemirror": "5.50.2", | ||
"downlevel-dts": "^0.4.0", | ||
"downlevel-dts": "0.6.0", | ||
"eslint": "7.2.0", | ||
@@ -53,3 +53,3 @@ "npm-run-all": "4.1.5", | ||
"rollup-plugin-sourcemaps": "0.6.2", | ||
"typescript": "3.9.2" | ||
"typescript": "4.0.2" | ||
}, | ||
@@ -67,3 +67,3 @@ "repository": { | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "92a1217b60371dfc21bd4f1e983e85e180e49968" | ||
"gitHead": "a686988684d0a1c7ce869916a6e6a154944400ac" | ||
} |
export const PKG_NAME = "@hpcc-js/codemirror-shim"; | ||
export const PKG_VERSION = "2.21.0"; | ||
export const BUILD_VERSION = "2.28.0"; | ||
export const PKG_VERSION = "2.22.0"; | ||
export const BUILD_VERSION = "2.34.0"; |
export declare const PKG_NAME = "@hpcc-js/codemirror-shim"; | ||
export declare const PKG_VERSION = "2.21.0"; | ||
export declare const BUILD_VERSION = "2.28.0"; | ||
export declare const PKG_VERSION = "2.22.0"; | ||
export declare const BUILD_VERSION = "2.34.0"; | ||
//# sourceMappingURL=__package__.d.ts.map |
export declare const PKG_NAME = "@hpcc-js/codemirror-shim"; | ||
export declare const PKG_VERSION = "2.21.0"; | ||
export declare const BUILD_VERSION = "2.28.0"; | ||
export declare const PKG_VERSION = "2.22.0"; | ||
export declare const BUILD_VERSION = "2.34.0"; | ||
//# sourceMappingURL=__package__.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
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
4245386