discombobulator 1.0.5 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discombobulator",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Discombobulator core library",
5
5
  "license": "ISC",
6
6
  "author": "Mark Webb",
@@ -58,4 +58,6 @@ export class Articulations {
58
58
  static Open = new Articulation("open");
59
59
  static HalfOpen = new Articulation("halfopen");
60
60
  static Stopped = new Articulation("stopped");
61
+ static Flam = new Articulation("flam");
62
+ static Drag = new Articulation("drag");
61
63
  }