@atom/teletype-client
Advanced tools
Comparing version 0.26.0 to 0.27.0
@@ -125,2 +125,6 @@ const {CompositeDisposable, Emitter} = require('event-kit') | ||
getChangesSinceCheckpoint (checkpoint) { | ||
return this.document.getChangesSinceCheckpoint(checkpoint) | ||
} | ||
groupChangesSinceCheckpoint (checkpoint, options) { | ||
@@ -127,0 +131,0 @@ return this.document.groupChangesSinceCheckpoint(checkpoint, options) |
{ | ||
"name": "@atom/teletype-client", | ||
"version": "0.26.0", | ||
"version": "0.27.0", | ||
"description": "", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@atom/teletype-crdt": "^0.8.0", | ||
"@atom/teletype-crdt": "^0.8.1", | ||
"event-kit": "^2.3.0", | ||
@@ -16,0 +16,0 @@ "google-protobuf": "^3.4.0", |
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
416309
10587
Updated@atom/teletype-crdt@^0.8.1