ot-text-unicode
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -16,2 +16,4 @@ "use strict"; | ||
builder(oldDoc) { | ||
if (typeof oldDoc !== 'string') | ||
throw Error('Invalid document snapshot: ' + oldDoc); | ||
const newDoc = []; | ||
@@ -18,0 +20,0 @@ return { |
{ | ||
"name": "ot-text-unicode", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "OT type for plaintext", | ||
@@ -12,3 +12,2 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"coffeescript": "^2.3.2", | ||
"mocha": "^5", | ||
@@ -19,3 +18,3 @@ "ot-fuzzer": "~1.0.0", | ||
"scripts": { | ||
"test": "mocha test/*.coffee", | ||
"test": "mocha test/*.js", | ||
"prepare": "tsc" | ||
@@ -28,3 +27,4 @@ }, | ||
"files": [ | ||
"dist/" | ||
"dist/", | ||
"test/genOp.js" | ||
], | ||
@@ -31,0 +31,0 @@ "keywords": [ |
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
29691
3
11
619