buttplug 3.0.0-alpha.5 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,16 @@
1
- # v3.0.0 (2022/12/28)
1
+ # v3.0.0 (2022/12/30)
2
2
 
3
3
  - Back to pure Typescript. Back to the good shit.
4
+ - Removed server
5
+ - Brought implementation in line with the FFI Client API, so minimal changes should be needed for
6
+ porting from v1.
4
7
 
5
8
  # v2.0.0
6
9
 
7
10
  - There is no buttplug-js v2
8
11
  - There is no Miss Zarves
9
- - (Version skipped to align JS and C# implementation versions)
12
+ - (Version skipped to align JS and C# implementation versions, which will probably fall out of
13
+ alignment again very quickly)
10
14
 
11
15
  # v1.0.16 (2021/10/16) (FFI Impl)
12
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "buttplug",
3
- "version": "3.0.0-alpha.5",
3
+ "version": "3.0.0",
4
4
  "description": "Buttplug Client Implementation for Typescript/Javascript",
5
5
  "homepage": "https://github.com/buttplugio/buttplug-js/",
6
6
  "repository": {