canvas-editor-engine 1.0.67 → 1.0.68

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.
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EventAtom = exports.ControlEvent = void 0;
4
- const guid4_1 = require("../utils/guid4");
5
4
  class ControlEvent {
6
5
  name;
7
6
  action;
@@ -16,8 +15,9 @@ exports.EventAtom = EventAtom;
16
15
  class EventService {
17
16
  static eventList = [];
18
17
  static subcribe(controlEvent) {
18
+ // const guid4 = new Guid4().finite;
19
19
  const eventAtom = {
20
- id: new guid4_1.Guid4().finite,
20
+ id: "42141-241241-412412-421241",
21
21
  ...controlEvent
22
22
  };
23
23
  EventService.eventList.push(eventAtom);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.67",
3
+ "version": "1.0.68",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",