narrat 0.9.0 → 0.9.1
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 +2 -2
- package/lib/index.js +2 -2
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Version: 0.9.
|
|
1
|
+
// Version: 0.9.1 - June 5, 2022 18:53:35
|
|
2
2
|
import 'es6-promise/auto';
|
|
3
3
|
import { ref, reactive, readonly, defineComponent, openBlock, createElementBlock, normalizeStyle, createElementVNode, createCommentVNode, Fragment, renderList, createBlock, Transition, withCtx, normalizeClass, renderSlot, createTextVNode, resolveComponent, withDirectives, vModelText, toDisplayString, TransitionGroup, createVNode, createApp } from 'vue';
|
|
4
4
|
import { createLogger, createStore } from 'vuex';
|
|
@@ -8347,7 +8347,7 @@ let store$2;
|
|
|
8347
8347
|
async function startApp(config, options) {
|
|
8348
8348
|
const configFile = await getFile('data/config.json');
|
|
8349
8349
|
setConfig(JSON.parse(configFile));
|
|
8350
|
-
console.log('%c Narrat game engine – 0.9.
|
|
8350
|
+
console.log('%c Narrat game engine – 0.9.1 - June 5, 2022 18:53:35', 'background: #222; color: #bada55');
|
|
8351
8351
|
const storeSetup = setupStore(options);
|
|
8352
8352
|
store$2 = storeSetup.store;
|
|
8353
8353
|
app = createApp(script$b, {
|
package/lib/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Version: 0.9.
|
|
1
|
+
// Version: 0.9.1 - June 5, 2022 18:53:35
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
@@ -8351,7 +8351,7 @@ let store$2;
|
|
|
8351
8351
|
async function startApp(config, options) {
|
|
8352
8352
|
const configFile = await getFile('data/config.json');
|
|
8353
8353
|
setConfig(JSON.parse(configFile));
|
|
8354
|
-
console.log('%c Narrat game engine – 0.9.
|
|
8354
|
+
console.log('%c Narrat game engine – 0.9.1 - June 5, 2022 18:53:35', 'background: #222; color: #bada55');
|
|
8355
8355
|
const storeSetup = setupStore(options);
|
|
8356
8356
|
store$2 = storeSetup.store;
|
|
8357
8357
|
app = vue.createApp(script$b, {
|