narrat 1.0.0 → 1.1.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/lib/index.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- // Version: 1.0.0 - June 24, 2022 23:38:57
1
+ // Version: 1.1.0 - June 25, 2022 09:56:51
2
2
  import 'es6-promise/auto';
3
3
  import { ref, reactive, readonly, defineComponent, openBlock, createElementBlock, normalizeStyle, createElementVNode, createCommentVNode, Fragment, renderList, normalizeClass, createBlock, Transition, withCtx, renderSlot, createTextVNode, computed, resolveComponent, withDirectives, vModelText, toDisplayString, TransitionGroup, createVNode, createApp } from 'vue';
4
4
  import { defineStore, mapState, createPinia } from 'pinia';
@@ -8921,7 +8921,7 @@ async function startApp(config, options) {
8921
8921
  });
8922
8922
  registerBaseCommands(vm);
8923
8923
  logManager.setupDebugger(options.debug);
8924
- console.log('%c Narrat game engine – 1.0.0 - June 24, 2022 23:38:57', 'background: #222; color: #bada55');
8924
+ console.log('%c Narrat game engine – 1.1.0 - June 25, 2022 09:56:51', 'background: #222; color: #bada55');
8925
8925
  vm.callHook('onNarratSetup');
8926
8926
  app.mount('#game-holder');
8927
8927
  if (options.debug) {
package/lib/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Version: 1.0.0 - June 24, 2022 23:38:57
1
+ // Version: 1.1.0 - June 25, 2022 09:56:51
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -8925,7 +8925,7 @@ async function startApp(config, options) {
8925
8925
  });
8926
8926
  registerBaseCommands(vm);
8927
8927
  logManager.setupDebugger(options.debug);
8928
- console.log('%c Narrat game engine – 1.0.0 - June 24, 2022 23:38:57', 'background: #222; color: #bada55');
8928
+ console.log('%c Narrat game engine – 1.1.0 - June 25, 2022 09:56:51', 'background: #222; color: #bada55');
8929
8929
  vm.callHook('onNarratSetup');
8930
8930
  app.mount('#game-holder');
8931
8931
  if (options.debug) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "narrat",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "narrat narrative engine",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",