mol_plot_all 1.2.295 → 1.2.296

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ npm install mol_plot_all
25
25
  import {
26
26
  $mol_plot_pane,
27
27
  $mol_plot_map_heat,
28
- $mol_atom2,
28
+ $mol_wire_atom,
29
29
  } from 'mol_plot_all'
30
30
 
31
31
  // constants
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_plot_all",
3
- "version": "1.2.295",
3
+ "version": "1.2.296",
4
4
  "main": "node.js",
5
5
  "module": "node.esm.js",
6
6
  "browser": "web.js",