@ephox/bedrock-client
Advanced tools
Comparing version 10.0.0 to 10.1.0
{ | ||
"name": "@ephox/bedrock-client", | ||
"version": "10.0.0", | ||
"version": "10.1.0", | ||
"author": "Tiny Technologies Inc", | ||
@@ -9,7 +9,7 @@ "license": "Apache-2.0", | ||
"build": "yarn prepublishOnly", | ||
"test": "mocha -r esm lib/test/ts/**/*Test.js", | ||
"test": "mocha -r esm 'lib/test/ts/**/*Test.js'", | ||
"buildAndTest": "yarn prepublishOnly && yarn test" | ||
}, | ||
"dependencies": { | ||
"@ephox/bedrock-common": "^10.0.0", | ||
"@ephox/bedrock-common": "^10.1.0", | ||
"@ephox/dispute": "^1.0.3" | ||
@@ -28,3 +28,3 @@ }, | ||
}, | ||
"gitHead": "5a3e35056d38b48b81503e7ee256276c3544cd02" | ||
"gitHead": "ca342b4afd1ba933b2365802eaf04da3843643fc" | ||
} |
43837