pdbe-molstar 3.10.1 → 3.11.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/README.md +1 -2
- package/build/pdbe-molstar-component.js +2 -2
- package/build/pdbe-molstar-light.css +1 -1
- package/build/pdbe-molstar-plugin.js +2 -2
- package/build/pdbe-molstar-plugin.js.LICENSE.txt +1 -1
- package/build/pdbe-molstar.css +1 -1
- package/lib/helpers.d.ts +6 -0
- package/lib/helpers.js +31 -0
- package/lib/viewer.d.ts +19 -5
- package/lib/viewer.js +47 -12
- package/package.json +5 -5
- package/lib/extensions/mvs/index.d.ts +0 -20
- package/lib/extensions/mvs/index.js +0 -117
package/README.md
CHANGED
|
@@ -36,8 +36,7 @@ npm run watch
|
|
|
36
36
|
- Update `CHANGELOG.md`
|
|
37
37
|
- Git commit and push (commit message e.g. "Version 1.2.3")
|
|
38
38
|
- Create a git tag matching the version with prepended "v" (e.g. "v1.2.3")
|
|
39
|
-
-
|
|
40
|
-
- CICD pipeline in EBI GitLab will automatically publish the package to npm (https://www.npmjs.com/package/pdbe-molstar)
|
|
39
|
+
- GitHub workflow will automatically publish npm package (https://www.npmjs.com/package/pdbe-molstar)
|
|
41
40
|
- The files will become available via JSDeliver
|
|
42
41
|
- Latest version including development versions:
|
|
43
42
|
- https://cdn.jsdelivr.net/npm/pdbe-molstar@dev/build/pdbe-molstar-plugin.js
|