ketcher-core
Advanced tools
Comparing version 3.0.0-rc.2 to 3.0.0-rc.3
{ | ||
"name": "ketcher-core", | ||
"version": "3.0.0-rc.2", | ||
"version": "3.0.0-rc.3", | ||
"description": "Web-based molecule sketcher", | ||
@@ -32,3 +32,6 @@ "license": "Apache-2.0", | ||
"scripts": { | ||
"ajv": "ajv compile -s src/domain/serializers/ket/schema.json -o src/domain/serializers/ket/compiledSchema.js", | ||
"prebuild": "npm run ajv", | ||
"build": "cross-env NODE_ENV=production rollup -c -m true", | ||
"prestart": "npm run ajv", | ||
"start": "cross-env NODE_ENV=development rollup -c -m true -w", | ||
@@ -48,3 +51,2 @@ "test": "run-s test:prettier test:eslint:quiet test:types test:unit", | ||
"@babel/runtime": "^7.17.9", | ||
"ajv": "^8.10.0", | ||
"assert": "^2.0.0", | ||
@@ -73,2 +75,3 @@ "d3": "^7.8.5", | ||
"@zerollup/ts-transform-paths": "^1.7.18", | ||
"ajv-cli": "^5.0.0", | ||
"babel-jest": "26.6.0", | ||
@@ -75,0 +78,0 @@ "cross-env": "^7.0.3", |
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
20506402
8
412
13285
36
- Removedajv@^8.10.0
- Removedajv@8.17.1(transitive)
- Removedfast-deep-equal@3.1.3(transitive)
- Removedfast-uri@3.0.6(transitive)
- Removedjson-schema-traverse@1.0.0(transitive)
- Removedrequire-from-string@2.0.2(transitive)