@opendaw/studio-sdk 0.0.97 → 0.0.99

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/dist/version.d.ts CHANGED
@@ -2,5 +2,5 @@
2
2
  * The current version of the OpenDAW SDK.
3
3
  * This value is automatically synchronized with package.json during publish.
4
4
  */
5
- export declare const OPENDAW_SDK_VERSION = "0.0.96";
5
+ export declare const OPENDAW_SDK_VERSION = "0.0.98";
6
6
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -2,4 +2,4 @@
2
2
  * The current version of the OpenDAW SDK.
3
3
  * This value is automatically synchronized with package.json during publish.
4
4
  */
5
- export const OPENDAW_SDK_VERSION = "0.0.96";
5
+ export const OPENDAW_SDK_VERSION = "0.0.98";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendaw/studio-sdk",
3
- "version": "0.0.97",
3
+ "version": "0.0.99",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -54,8 +54,8 @@
54
54
  "@opendaw/lib-xml": "^0.0.51",
55
55
  "@opendaw/studio-adapters": "^0.0.78",
56
56
  "@opendaw/studio-boxes": "^0.0.70",
57
- "@opendaw/studio-core": "^0.0.97",
57
+ "@opendaw/studio-core": "^0.0.98",
58
58
  "@opendaw/studio-enums": "^0.0.59"
59
59
  },
60
- "gitHead": "358e4750820e821c3f39bb9b5aaa4227f982e955"
60
+ "gitHead": "7d6e538d4099596770ea7061f7d229c4c7b95ecd"
61
61
  }