@builder.io/sdk-vue 0.0.1-45 → 0.0.1-46

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.
@@ -44,7 +44,7 @@ __export(exports, {
44
44
  getBlockActions: () => getBlockActions,
45
45
  });
46
46
  var import_evaluate = __toModule(require('./evaluate'));
47
- var import_name_event_handlers = __toModule(require('./name-event-handlers'));
47
+ var import_event_handler_name = __toModule(require('./event-handler-name'));
48
48
  function getBlockActions(options) {
49
49
  const obj = {};
50
50
  if (options.block.actions) {
@@ -53,7 +53,7 @@ function getBlockActions(options) {
53
53
  continue;
54
54
  }
55
55
  const value = options.block.actions[key];
56
- obj[(0, import_name_event_handlers.getEventHandlerName)(key)] = (event) =>
56
+ obj[(0, import_event_handler_name.getEventHandlerName)(key)] = (event) =>
57
57
  (0, import_evaluate.evaluate)({
58
58
  code: value,
59
59
  context: options.context,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@builder.io/sdk-vue",
3
3
  "description": "Builder.io SDK for Vue",
4
- "version": "0.0.1-45",
4
+ "version": "0.0.1-46",
5
5
  "dependencies": {
6
6
  "node-fetch": "^2.6.1"
7
7
  },
@@ -44,7 +44,7 @@ __export(exports, {
44
44
  getBlockActions: () => getBlockActions,
45
45
  });
46
46
  var import_evaluate = __toModule(require('./evaluate'));
47
- var import_name_event_handlers = __toModule(require('./name-event-handlers'));
47
+ var import_event_handler_name = __toModule(require('./event-handler-name'));
48
48
  function getBlockActions(options) {
49
49
  const obj = {};
50
50
  if (options.block.actions) {
@@ -53,7 +53,7 @@ function getBlockActions(options) {
53
53
  continue;
54
54
  }
55
55
  const value = options.block.actions[key];
56
- obj[(0, import_name_event_handlers.getEventHandlerName)(key)] = (event) =>
56
+ obj[(0, import_event_handler_name.getEventHandlerName)(key)] = (event) =>
57
57
  (0, import_evaluate.evaluate)({
58
58
  code: value,
59
59
  context: options.context,
@@ -44,7 +44,7 @@ __export(exports, {
44
44
  getBlockActions: () => getBlockActions,
45
45
  });
46
46
  var import_evaluate = __toModule(require('./evaluate'));
47
- var import_name_event_handlers = __toModule(require('./name-event-handlers'));
47
+ var import_event_handler_name = __toModule(require('./event-handler-name'));
48
48
  function getBlockActions(options) {
49
49
  const obj = {};
50
50
  if (options.block.actions) {
@@ -53,7 +53,7 @@ function getBlockActions(options) {
53
53
  continue;
54
54
  }
55
55
  const value = options.block.actions[key];
56
- obj[(0, import_name_event_handlers.getEventHandlerName)(key)] = (event) =>
56
+ obj[(0, import_event_handler_name.getEventHandlerName)(key)] = (event) =>
57
57
  (0, import_evaluate.evaluate)({
58
58
  code: value,
59
59
  context: options.context,