openchemlib 8.6.0 → 8.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/core.js CHANGED
@@ -1,3 +1,3 @@
1
1
  'use strict';
2
2
 
3
- module.exports = require('./dist/openchemlib-core');
3
+ module.exports = require('./dist/openchemlib-core.js');
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * openchemlib - Manipulate molecules
3
- * @version v8.6.0
4
- * @date 2023-10-06T15:19:07.962Z
3
+ * @version v8.7.0
4
+ * @date 2023-10-13T08:32:25.922Z
5
5
  * @link https://github.com/cheminfo/openchemlib-js
6
6
  * @license BSD-3-Clause
7
7
  */
@@ -171,7 +171,7 @@ Glb.dkb=function dkb(a,b,c,d,e,f,g,h,i,j){var k,l,m,n,o,p,q,r,s,t;if(a==b)return
171
171
 
172
172
  var toReturn = $wnd["OCL"];
173
173
 
174
- toReturn.version = '8.6.0';
174
+ toReturn.version = '8.7.0';
175
175
 
176
176
  return toReturn;
177
177
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * openchemlib - Manipulate molecules
3
- * @version v8.6.0
4
- * @date 2023-10-06T15:19:08.006Z
3
+ * @version v8.7.0
4
+ * @date 2023-10-13T08:32:25.955Z
5
5
  * @link https://github.com/cheminfo/openchemlib-js
6
6
  * @license BSD-3-Clause
7
7
  */
@@ -184,7 +184,7 @@ _.cAtomQFNeighbourBits=xYb.ZU;_.cAtomQFNeighbourShift=xYb.$U;_.cAtomQFNeighbours
184
184
 
185
185
  var toReturn = $wnd["OCL"];
186
186
 
187
- toReturn.version = '8.6.0';
187
+ toReturn.version = '8.7.0';
188
188
 
189
189
  return toReturn;
190
190
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * openchemlib - Manipulate molecules
3
- * @version v8.6.0
4
- * @date 2023-10-06T15:19:24.158Z
3
+ * @version v8.7.0
4
+ * @date 2023-10-13T08:32:38.113Z
5
5
  * @link https://github.com/cheminfo/openchemlib-js
6
6
  * @license BSD-3-Clause
7
7
  */
@@ -89216,7 +89216,7 @@ $gwt && $gwt.permProps && __gwtModuleFunction.__moduleStartupDone($gwt.permProps
89216
89216
 
89217
89217
  var toReturn = $wnd["OCL"];
89218
89218
 
89219
- toReturn.version = '8.6.0';
89219
+ toReturn.version = '8.7.0';
89220
89220
 
89221
89221
  return toReturn;
89222
89222
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * openchemlib - Manipulate molecules
3
- * @version v8.6.0
4
- * @date 2023-10-06T15:19:07.923Z
3
+ * @version v8.7.0
4
+ * @date 2023-10-13T08:32:25.894Z
5
5
  * @link https://github.com/cheminfo/openchemlib-js
6
6
  * @license BSD-3-Clause
7
7
  */
@@ -137,7 +137,7 @@ _.put=function I$(a,b){return T0.w$(this,a,b)};_.remove=function J$(a){return T0
137
137
 
138
138
  var toReturn = $wnd["OCL"];
139
139
 
140
- toReturn.version = '8.6.0';
140
+ toReturn.version = '8.7.0';
141
141
 
142
142
  return toReturn;
143
143
  }
package/full.js CHANGED
@@ -1,3 +1,3 @@
1
1
  'use strict';
2
2
 
3
- module.exports = require('./dist/openchemlib-full');
3
+ module.exports = require('./dist/openchemlib-full.js');
package/full.pretty.js ADDED
@@ -0,0 +1,3 @@
1
+ 'use strict';
2
+
3
+ module.exports = require('./dist/openchemlib-full.pretty.js');
package/minimal.js CHANGED
@@ -1,3 +1,3 @@
1
1
  'use strict';
2
2
 
3
- module.exports = require('./dist/openchemlib-minimal');
3
+ module.exports = require('./dist/openchemlib-minimal.js');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openchemlib",
3
- "version": "8.6.0",
3
+ "version": "8.7.0",
4
4
  "description": "Manipulate molecules",
5
5
  "keywords": [
6
6
  "chemistry",
@@ -28,6 +28,23 @@
28
28
  "test-only": "jest"
29
29
  },
30
30
  "main": "./core.js",
31
+ "exports": {
32
+ ".": "./core.js",
33
+ "./minimal": "./minimal.js",
34
+ "./minimal.js": "./minimal.js",
35
+ "./core": "./core.js",
36
+ "./core.js": "./core.js",
37
+ "./full": "./full.js",
38
+ "./full.js": "./full.js",
39
+ "./full.pretty": {
40
+ "types": "./full.d.ts",
41
+ "default": "./full.pretty.js"
42
+ },
43
+ "./full.pretty.js": {
44
+ "types": "./full.d.ts",
45
+ "default": "./full.pretty.js"
46
+ }
47
+ },
31
48
  "files": [
32
49
  "dist",
33
50
  "types.d.ts",
@@ -36,7 +53,8 @@
36
53
  "core.js",
37
54
  "core.d.ts",
38
55
  "full.js",
39
- "full.d.ts"
56
+ "full.d.ts",
57
+ "full.pretty.js"
40
58
  ],
41
59
  "repository": {
42
60
  "type": "git",