ableton-js 3.3.0 → 3.3.2

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/CHANGELOG.md CHANGED
@@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [v3.3.2](https://github.com/leolabs/ableton.js/compare/v3.3.1...v3.3.2)
8
+
9
+ - :package: Add lodash as a dependency, fixes #104 [`#104`](https://github.com/leolabs/ableton.js/issues/104)
10
+
11
+ #### [v3.3.1](https://github.com/leolabs/ableton.js/compare/v3.3.0...v3.3.1)
12
+
13
+ > 26 July 2023
14
+
15
+ - :wrench: Enable fast polling by default [`f2f5058`](https://github.com/leolabs/ableton.js/commit/f2f505860af0f14c211a3defccb724b031fb9827)
16
+
7
17
  #### [v3.3.0](https://github.com/leolabs/ableton.js/compare/v3.2.11...v3.3.0)
8
18
 
19
+ > 22 July 2023
20
+
9
21
  - Browsing and loading functionalities [`bc48c7c`](https://github.com/leolabs/ableton.js/commit/bc48c7c46c55c54baca42c58003865596370afe3)
10
22
  - :art: Improve formatting [`6e2e22b`](https://github.com/leolabs/ableton.js/commit/6e2e22b102cf560d39c07e60ae1afd7e2ecc851b)
11
23
  - :sparkles: Turn the browser into a singleton [`6d0152b`](https://github.com/leolabs/ableton.js/commit/6d0152b4610683460256951801ada08f8598abeb)
@@ -1,3 +1,3 @@
1
1
  DEBUG = False
2
2
 
3
- FAST_POLLING = False
3
+ FAST_POLLING = True
@@ -1 +1 @@
1
- version = "3.3.0"
1
+ version = "3.3.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ableton-js",
3
- "version": "3.3.0",
3
+ "version": "3.3.2",
4
4
  "description": "Control Ableton Live from Node",
5
5
  "main": "index.js",
6
6
  "author": "Leo Bernard <admin@leolabs.org>",
@@ -36,13 +36,13 @@
36
36
  "@types/semver": "^7.3.6",
37
37
  "@types/uuid": "^8.3.0",
38
38
  "auto-changelog": "^2.3.0",
39
- "lodash": "^4.17.21",
40
39
  "p-all": "^3",
41
40
  "tsx": "^3.12.7",
42
41
  "typescript": "^5.1.3",
43
42
  "vitest": "^0.32.4"
44
43
  },
45
44
  "dependencies": {
45
+ "lodash": "^4.17.21",
46
46
  "lru-cache": "^7.14.0",
47
47
  "semver": "^7.3.5",
48
48
  "uuid": "^8.3.2"