@zakodium/nmrium-core 0.0.1 → 0.1.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.
@@ -527,7 +527,7 @@ export declare interface NmriumState {
527
527
  * import type { NmriumStatePlugins, NmriumStateBasePlugin } from 'nmrium-core';
528
528
  *
529
529
  * export interface NmriumStatePlugins {
530
- * 'nmrium-core-plugins#Bruker': NmriumStateBasePlugin;
530
+ * '@zakodium/nmrium-core-plugins#BrukerLoaderPlugin': NmriumStateBasePlugin;
531
531
  * }
532
532
  * ```
533
533
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zakodium/nmrium-core",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "description": "The core of NMRium: types, state, state migration and plugin system.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -62,7 +62,7 @@
62
62
  "lodash.merge": "^4.6.2",
63
63
  "ml-spectra-processing": "^14.11.0",
64
64
  "nmr-correlation": "^2.3.5",
65
- "nmr-processing": "^18.0.0"
65
+ "nmr-processing": "^18.0.1"
66
66
  },
67
67
  "volta": {
68
68
  "extends": "../../../package.json"