icn3d 3.40.1 → 3.40.2

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/icn3d.module.js CHANGED
@@ -80382,8 +80382,8 @@ class SaveFile {
80382
80382
  json += '{"chain": "' + chainid + '",\n';
80383
80383
 
80384
80384
  json += '"resi": "' + data[chainid]["resi"].join(',') + '",\n';
80385
- json += '"resn": "' + data[chainid]["resn"].join('') + '",\n';
80386
- json += '"secondary": "' + data[chainid]["secondary"].join('') + '"';
80385
+ json += '"resn": "' + data[chainid]["resn"].join(',') + '",\n';
80386
+ json += '"secondary": "' + data[chainid]["secondary"].join(',') + '"';
80387
80387
 
80388
80388
  if(i < cnt - 1) {
80389
80389
  json += '},\n';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icn3d",
3
- "version": "3.40.1",
3
+ "version": "3.40.2",
4
4
  "main": "./icn3d.js",
5
5
  "exports": {
6
6
  ".": {