@next2d/events 2.6.2 → 2.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next2d/events",
3
- "version": "2.6.2",
3
+ "version": "2.7.0",
4
4
  "description": "Next2D Events Package",
5
5
  "author": "Toshiyuki Ienaga<ienaga@next2d.app> (https://github.com/ienaga/)",
6
6
  "license": "MIT",
@@ -89,5 +89,5 @@ export declare class PointerEvent extends Event {
89
89
  * @const
90
90
  * @static
91
91
  */
92
- static get POINTER_CANCEl(): string;
92
+ static get POINTER_CANCEL(): string;
93
93
  }
@@ -132,7 +132,7 @@ export class PointerEvent extends Event {
132
132
  * @const
133
133
  * @static
134
134
  */
135
- static get POINTER_CANCEl() {
135
+ static get POINTER_CANCEL() {
136
136
  return "pointercancel";
137
137
  }
138
138
  }