@gedit/application-server
Advanced tools
Comparing version 0.2.13 to 0.2.14
@@ -20,2 +20,3 @@ /******************************************************************************** | ||
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import * as ws from 'ws'; | ||
@@ -22,0 +23,0 @@ import * as net from 'net'; |
{ | ||
"name": "@gedit/application-server", | ||
"version": "0.2.13", | ||
"version": "0.2.14", | ||
"license": "MIT", | ||
@@ -12,6 +12,6 @@ "main": "lib/node/index", | ||
"dependencies": { | ||
"@gedit/application-common": "^0.2.12", | ||
"@gedit/connection": "^0.2.12", | ||
"@gedit/logger": "^0.2.13", | ||
"@gedit/utils": "^0.2.11", | ||
"@gedit/application-common": "^0.2.13", | ||
"@gedit/connection": "^0.2.13", | ||
"@gedit/logger": "^0.2.14", | ||
"@gedit/utils": "^0.2.12", | ||
"@types/express": "^4.16.0", | ||
@@ -42,3 +42,3 @@ "@types/route-parser": "^0.1.1", | ||
}, | ||
"gitHead": "fa187b496c18ce8b5b5baf9fcea4df6e8eddb7de" | ||
"gitHead": "811242741b9942050f7e5aa872b57911de937e11" | ||
} |
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
275432
4556
Updated@gedit/connection@^0.2.13
Updated@gedit/logger@^0.2.14
Updated@gedit/utils@^0.2.12