openchemlib
Advanced tools
Comparing version 8.6.0 to 8.7.0
'use strict'; | ||
module.exports = require('./dist/openchemlib-core'); | ||
module.exports = require('./dist/openchemlib-core.js'); |
'use strict'; | ||
module.exports = require('./dist/openchemlib-full'); | ||
module.exports = require('./dist/openchemlib-full.js'); |
'use strict'; | ||
module.exports = require('./dist/openchemlib-minimal'); | ||
module.exports = require('./dist/openchemlib-minimal.js'); |
{ | ||
"name": "openchemlib", | ||
"version": "8.6.0", | ||
"version": "8.7.0", | ||
"description": "Manipulate molecules", | ||
@@ -31,2 +31,19 @@ "keywords": [ | ||
"main": "./core.js", | ||
"exports": { | ||
".": "./core.js", | ||
"./minimal": "./minimal.js", | ||
"./minimal.js": "./minimal.js", | ||
"./core": "./core.js", | ||
"./core.js": "./core.js", | ||
"./full": "./full.js", | ||
"./full.js": "./full.js", | ||
"./full.pretty": { | ||
"types": "./full.d.ts", | ||
"default": "./full.pretty.js" | ||
}, | ||
"./full.pretty.js": { | ||
"types": "./full.d.ts", | ||
"default": "./full.pretty.js" | ||
} | ||
}, | ||
"files": [ | ||
@@ -40,3 +57,4 @@ "dist", | ||
"full.js", | ||
"full.d.ts" | ||
"full.d.ts", | ||
"full.pretty.js" | ||
], | ||
@@ -43,0 +61,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
12229917
15
29848