lhasa-ligand-builder 0.4.0 → 0.4.3
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/README.md +4 -0
- package/dist/lhasa-ligand-builder.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,6 +4,10 @@ Frontend for Lhasa - Moorhen's ligand builder: a React + WebAssembly version of
|
|
|
4
4
|
|
|
5
5
|
LhasaReact can also be used standalone, outside of Moorhen.
|
|
6
6
|
|
|
7
|
+
## Features
|
|
8
|
+
|
|
9
|
+
TODO: Expand this section before next release
|
|
10
|
+
|
|
7
11
|
## Installation / embedding
|
|
8
12
|
|
|
9
13
|
There is an npm package available: [`lhasa-ligand-builder`](https://www.npmjs.com/package/lhasa-ligand-builder).
|
|
@@ -27054,7 +27054,7 @@ function cN(e) {
|
|
|
27054
27054
|
">"
|
|
27055
27055
|
] }),
|
|
27056
27056
|
/* @__PURE__ */ v("p", { children: [/* @__PURE__ */ _("b", { children: "License:" }), " GPL v3"] }),
|
|
27057
|
-
/* @__PURE__ */ v("p", { children: [/* @__PURE__ */ _("b", { children: "Version:" }), " 0.4.
|
|
27057
|
+
/* @__PURE__ */ v("p", { children: [/* @__PURE__ */ _("b", { children: "Version:" }), " 0.4.3"] }),
|
|
27058
27058
|
/* @__PURE__ */ _("p", { children: "Copyright © Global Phasing Ltd. 2024 - 2026" }),
|
|
27059
27059
|
/* @__PURE__ */ _(DD, {
|
|
27060
27060
|
variant: "outlined",
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lhasa-ligand-builder",
|
|
3
3
|
"description": "Moorhen's ligand builder: React + WebAssembly version of Layla - Coot's ligand builder",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/lhasa-ligand-builder.js",
|
|
7
7
|
"module": "dist/lhasa-ligand-builder.js",
|
|
8
|
-
"types": "dist/lib.d.ts",
|
|
8
|
+
"types": "dist/src/lib.d.ts",
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
11
|
"import": "./dist/lhasa-ligand-builder.js",
|
|
12
|
-
"types": "./dist/lib.d.ts"
|
|
12
|
+
"types": "./dist/src/lib.d.ts"
|
|
13
13
|
},
|
|
14
14
|
"./style.css": "./dist/lhasa-ligand-builder.css",
|
|
15
15
|
"./lhasa-vite-plugin": "./bundler_plugins/vite.mjs",
|