@zakodium/nmrium-core 0.1.5 → 0.1.6

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.
@@ -625,6 +625,7 @@ export declare interface NMRiumToolBarPreferences {
625
625
  multipleSpectraAnalysis: boolean;
626
626
  exclusionZones: boolean;
627
627
  autoRangeAndZonePicking: boolean;
628
+ inset: boolean;
628
629
  }
629
630
 
630
631
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zakodium/nmrium-core",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "The core of NMRium: types, state, state migration and plugin system.",
5
5
  "author": "Zakodium Sàrl",
6
6
  "license": "CC-BY-NC-SA-4.0",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/lodash.merge": "^4.6.9",
27
- "@types/node": "^24.0.14",
27
+ "@types/node": "^24.2.0",
28
28
  "@types/react": "^18.3.13",
29
- "@zakodium/nmr-types": "^0.1.0",
30
- "esbuild": "^0.25.5",
29
+ "@zakodium/nmr-types": "^0.1.1",
30
+ "esbuild": "^0.25.8",
31
31
  "jest-matcher-deep-close-to": "^3.0.2",
32
32
  "rimraf": "^6.0.1",
33
33
  "vitest": "^3.2.4"
@@ -38,7 +38,7 @@
38
38
  "file-collection": "^5.1.0",
39
39
  "is-any-array": "^2.0.1",
40
40
  "lodash.merge": "^4.6.2",
41
- "ml-spectra-processing": "^14.12.0",
41
+ "ml-spectra-processing": "^14.14.1",
42
42
  "nmr-correlation": "^2.3.5"
43
43
  },
44
44
  "volta": {