From dc91481e9aea8305f1063821ca581608742b794d Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Fri, 17 May 2024 13:29:03 +0100 Subject: [PATCH] Deployed a99442b6 --- ...e08b2.js => ascua-f60be8aa733488a3a16e572794974f9e.js} | 4 ++-- ...9b41d9dc59a42.js => chunk.524.f3d54888e00664680a2d.js} | 8 ++++---- ...0e5549dc5e683.js => chunk.582.2d0fb7613d85b6c1ec10.js} | 6 +++--- index.html | 2 +- package.json | 2 +- version.txt | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) rename assets/{ascua-ce92219a522207f04ace8ceabe2e08b2.js => ascua-f60be8aa733488a3a16e572794974f9e.js} (99%) rename assets/{chunk.524.ad5156a9b41d9dc59a42.js => chunk.524.f3d54888e00664680a2d.js} (97%) rename assets/{chunk.582.23f42d90e5549dc5e683.js => chunk.582.2d0fb7613d85b6c1ec10.js} (90%) diff --git a/assets/ascua-ce92219a522207f04ace8ceabe2e08b2.js b/assets/ascua-f60be8aa733488a3a16e572794974f9e.js similarity index 99% rename from assets/ascua-ce92219a522207f04ace8ceabe2e08b2.js rename to assets/ascua-f60be8aa733488a3a16e572794974f9e.js index d7af69d8..d92c12d5 100644 --- a/assets/ascua-ce92219a522207f04ace8ceabe2e08b2.js +++ b/assets/ascua-f60be8aa733488a3a16e572794974f9e.js @@ -354,5 +354,5 @@ e.default=(0,t.createTemplateFactory)({id:"OMJ6qACc",block:'[[[10,"h1"],[12],[1, e.default=(0,t.createTemplateFactory)({id:"598k8HcW",block:'[[[10,"h1"],[12],[1,"Surreal"],[13],[1,"\\n\\n"],[10,2],[12],[1,"The "],[10,"code"],[12],[1,"surreal"],[13],[1," service adds functionality for detecting the connection and authentication state, when working with SurrealDB. For further information on working with SurrealDB in Ember, consult the "],[8,[39,3],null,[["@route"],["guides.surreal"]],[["default"],[[[[1,"SurrealDB guides"]],[]]]]],[1,"."],[13],[1,"\\n\\n"],[10,"h2"],[12],[1,"Install"],[13],[1,"\\n\\n"],[8,[39,5],null,[["@name"],["demo-services-surreal-install.bash"]],[["default"],[[[[1,"\\n\\tember install @ascua/surreal\\n"]],[]]]]],[1,"\\n\\n"],[10,"h2"],[12],[1,"Configuration"],[13],[1,"\\n\\n"],[10,2],[12],[1,"The module can be configured by specifying a "],[10,"code"],[12],[1,"surreal"],[13],[1," property in "],[10,"code"],[12],[1,"config/environment.js"],[13],[1,"."],[13],[1,"\\n\\n"],[8,[39,5],null,[["@name"],["demo-services-surreal-environment.js"]],[["default"],[[[[1,"\\n\\tmodule.exports = function(environment) {\\n\\t\\tlet ENV = {\\n\\t\\t\\tsurreal: {\\n\\t\\t\\t\\tNS: \\"test\\",\\n\\t\\t\\t\\tDB: \\"test\\",\\n\\t\\t\\t}\\n\\t\\t};\\n\\t\\treturn ENV;\\n\\t};\\n"]],[]]]]],[1,"\\n\\n"],[10,"h2"],[12],[1,"Connection opened?"],[13],[1,"\\n\\n"],[8,[39,5],null,[["@name"],["demo-services-surreal-opened.hbs"]],[["default"],[[[[1,"\\n\\t"],[1,[30,0,["surreal","opened"]]],[1,"\\n"]],[]]]]],[1,"\\n\\n"],[10,"h2"],[12],[1,"Authentication attempted?"],[13],[1,"\\n\\n"],[8,[39,5],null,[["@name"],["demo-services-surreal-attempted.hbs"]],[["default"],[[[[1,"\\n\\t"],[1,[30,0,["surreal","attempted"]]],[1,"\\n"]],[]]]]],[1,"\\n\\n"],[10,"h2"],[12],[1,"Current authentication status?"],[13],[1,"\\n\\n"],[8,[39,5],null,[["@name"],["demo-services-surreal-invalidated.hbs"]],[["default"],[[[[1,"\\n\\t"],[1,[30,0,["surreal","invalidated"]]],[1,"\\n"]],[]]]]],[1,"\\n\\n"],[8,[39,5],null,[["@name"],["demo-services-surreal-authenticated.hbs"]],[["default"],[[[[1,"\\n\\t"],[1,[30,0,["surreal","authenticated"]]],[1,"\\n"]],[]]]]]],[],false,["h1","p","code","link-to","h2","example"]]',moduleName:"ascua/templates/services/surreal.hbs",isStrictMode:!1})})),define("ascua/templates/services/update",["exports","@ember/template-factory"],(function(e,t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0 e.default=(0,t.createTemplateFactory)({id:"SFWwo6yi",block:'[[[10,"h1"],[12],[1,"Update"],[13],[1,"\\n\\n"],[10,2],[12],[1,"The "],[10,"code"],[12],[1,"update"],[13],[1," service adds functionality for checking whether there are any application updates to the single-page Ember application."],[13],[1,"\\n\\n"],[10,2],[12],[1,"It does this by creating and publishing a "],[10,"code"],[12],[1,"version.txt"],[13],[1," file at the base of the domain, which contains the application build time. If the contents of this file have changed while the application is running, then an "],[10,"code"],[12],[1,"updatefound"],[13],[1," event will be triggered."],[13],[1,"\\n\\n"],[10,2],[12],[1,"It is also possible to set the service to trigger an application update automatically, when a new update is found. It does this by reloading the page."],[13],[1,"\\n\\n"],[10,"h2"],[12],[1,"Install"],[13],[1,"\\n\\n"],[8,[39,4],null,[["@name"],["demo-services-update-install.bash"]],[["default"],[[[[1,"\\n\\tember install @ascua/update\\n"]],[]]]]],[1,"\\n\\n"],[10,"h2"],[12],[1,"Configuration"],[13],[1,"\\n\\n"],[10,2],[12],[1,"The module can be configured by specifying a "],[10,"code"],[12],[1,"update"],[13],[1," property in "],[10,"code"],[12],[1,"config/environment.js"],[13],[1,"."],[13],[1,"\\n\\n"],[8,[39,4],null,[["@name"],["demo-services-update-environment.js"]],[["default"],[[[[1,"\\n\\tmodule.exports = function(environment) {\\n\\t\\tlet ENV = {\\n\\t\\t\\tupdate: {\\n\\t\\t\\t\\tenabled: true,\\n\\t\\t\\t\\tautoupdate: false,\\n\\t\\t\\t\\tfrequency: 5 * 60 * 1000,\\n\\t\\t\\t}\\n\\t\\t};\\n\\t\\treturn ENV;\\n\\t};\\n"]],[]]]]],[1,"\\n\\n"],[10,"h2"],[12],[1,"Update available?"],[13],[1,"\\n\\n"],[8,[39,4],null,[["@name"],["demo-services-update-show.hbs"]],[["default"],[[[[1,"\\n\\t"],[1,[30,0,["update","updatefound"]]],[1,"\\n"]],[]]]]],[1,"\\n\\n"],[10,"h2"],[12],[1,"Check for an update"],[13],[1,"\\n\\n"],[8,[39,4],null,[["@name"],["demo-services-update-check.hbs"]],[["default"],[[[[1,"\\n\\t"],[11,"button"],[24,4,"button"],[4,[38,6],["click",[30,0,["update","check"]]],null],[12],[1,"\\n\\t\\tCheck for an update\\n\\t"],[13],[1,"\\n"]],[]]]]],[1,"\\n\\n"],[10,"h2"],[12],[1,"Update the application"],[13],[1,"\\n\\n"],[8,[39,4],null,[["@name"],["demo-services-update-reset.hbs"]],[["default"],[[[[1,"\\n\\t"],[11,"button"],[24,4,"button"],[4,[38,6],["click",[30,0,["update","reset"]]],null],[12],[1,"\\n\\t\\tInstall the update\\n\\t"],[13],[1,"\\n"]],[]]]]],[1,"\\n\\n"],[10,"h2"],[12],[1,"Using from a component"],[13],[1,"\\n\\n"],[10,2],[12],[1,"Listening to the "],[10,"code"],[12],[1,"update"],[13],[1," service to detect when an update is available."],[13],[1,"\\n\\n"],[8,[39,4],null,[["@name"],["demo-services-update-component.js"]],[["default"],[[[[1,"\\n\\timport Component from \'@ember/component\';\\n\\timport { inject } from \'@ember/service\';\\n\\n\\texport default class extends Component {\\n\\n\\t\\t@inject update;\\n\\n\\t\\tconstructor() {\\n\\n\\t\\t\\tsuper(...arguments);\\n\\n\\t\\t\\tthis.update.on(\'updatefound\', () => {\\n\\t\\t\\t\\t/* Do something when we have an update */\\n\\t\\t\\t});\\n\\n\\t\\t}\\n\\n\\t}\\n"]],[]]]]]],[],false,["h1","p","code","h2","example","button","on"]]',moduleName:"ascua/templates/services/update.hbs",isStrictMode:!1})})),define("ascua/templates/services/worker",["exports","@ember/template-factory"],(function(e,t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0 e.default=(0,t.createTemplateFactory)({id:"sf7u+UJN",block:'[[[10,"h1"],[12],[1,"Worker"],[13],[1,"\\n\\n"],[10,2],[12],[1,"The "],[10,"code"],[12],[1,"worker"],[13],[1," service adds functionality for checking whether there are any application updates to the single-page Ember application."],[13],[1,"\\n\\n"],[10,2],[12],[1,"It does this by creating and publishing a "],[10,"code"],[12],[1,"sw.js"],[13],[1," service worker file at the base of the domain, which enables progressive web app caching and versioning. If the contents of this file have changed while the application is running, then an "],[10,"code"],[12],[1,"updatefound"],[13],[1," event will be triggered."],[13],[1,"\\n\\n"],[10,2],[12],[1,"It is also possible to set the service to trigger an application update automatically, when a new version is found. It does this by reloading all assets in the cache, and forcing the service worker to update on all pages."],[13],[1,"\\n\\n"],[10,"h2"],[12],[1,"Install"],[13],[1,"\\n\\n"],[8,[39,4],null,[["@name"],["demo-services-worker-install.bash"]],[["default"],[[[[1,"\\n\\tember install @ascua/worker\\n"]],[]]]]],[1,"\\n\\n"],[10,"h2"],[12],[1,"Configuration"],[13],[1,"\\n\\n"],[10,2],[12],[1,"The module can be configured by specifying a "],[10,"code"],[12],[1,"worker"],[13],[1," property in "],[10,"code"],[12],[1,"config/environment.js"],[13],[1,"."],[13],[1,"\\n\\n"],[8,[39,4],null,[["@name"],["demo-services-worker-environment.js"]],[["default"],[[[[1,"\\n\\tmodule.exports = function(environment) {\\n\\t\\tlet ENV = {\\n\\t\\t\\tworker: {\\n\\t\\t\\t\\tenabled: true,\\n\\t\\t\\t\\tautoupdate: false,\\n\\t\\t\\t\\tfrequency: 5 * 60 * 1000,\\n\\t\\t\\t}\\n\\t\\t};\\n\\t\\treturn ENV;\\n\\t};\\n"]],[]]]]],[1,"\\n\\n"],[10,"h2"],[12],[1,"Update available?"],[13],[1,"\\n\\n"],[8,[39,4],null,[["@name"],["demo-services-worker-show.hbs"]],[["default"],[[[[1,"\\n\\t"],[1,[30,0,["worker","updatefound"]]],[1,"\\n"]],[]]]]],[1,"\\n\\n"],[10,"h2"],[12],[1,"Check for an update"],[13],[1,"\\n\\n"],[8,[39,4],null,[["@name"],["demo-services-worker-check.hbs"]],[["default"],[[[[1,"\\n\\t"],[11,"button"],[24,4,"button"],[4,[38,6],["click",[30,0,["worker","check"]]],null],[12],[1,"\\n\\t\\tCheck for an update\\n\\t"],[13],[1,"\\n"]],[]]]]],[1,"\\n\\n"],[10,"h2"],[12],[1,"Update the application"],[13],[1,"\\n\\n"],[8,[39,4],null,[["@name"],["demo-services-worker-reset.hbs"]],[["default"],[[[[1,"\\n\\t"],[11,"button"],[24,4,"button"],[4,[38,6],["click",[30,0,["worker","reset"]]],null],[12],[1,"\\n\\t\\tInstall the update\\n\\t"],[13],[1,"\\n"]],[]]]]],[1,"\\n\\n"],[10,"h2"],[12],[1,"Using from a component"],[13],[1,"\\n\\n"],[10,2],[12],[1,"Listening to the "],[10,"code"],[12],[1,"worker"],[13],[1," service to detect when an update is available."],[13],[1,"\\n\\n"],[8,[39,4],null,[["@name"],["demo-services-update-component.js"]],[["default"],[[[[1,"\\n\\timport Component from \'@ember/component\';\\n\\timport { inject } from \'@ember/service\';\\n\\n\\texport default class extends Component {\\n\\n\\t\\t@inject worker;\\n\\n\\t\\tconstructor() {\\n\\n\\t\\t\\tsuper(...arguments);\\n\\n\\t\\t\\tthis.worker.on(\'updatefound\', () => {\\n\\t\\t\\t\\t/* Do something when we have an update */\\n\\t\\t\\t});\\n\\n\\t\\t}\\n\\n\\t}\\n"]],[]]]]]],[],false,["h1","p","code","h2","example","button","on"]]',moduleName:"ascua/templates/services/worker.hbs",isStrictMode:!1})})),define("ascua/config/environment",[],(function(){if("undefined"!=typeof FastBoot)return FastBoot.config("ascua") -var e={default:{environment:"production",rootURL:"/ascua/",modulePrefix:"ascua",locationType:"hash",surreal:{ns:"test",db:"test"},stripe:{publishableKey:"pk_test_SWarCDaast79iYO0YdTILYos"},stackdriver:{enabled:!1,projectId:"abcum-ltd",key:"undefined-invalid-api-key"},codemirror:{includeTags:!0,includeComments:!0,includeBrackets:!0,includeWhitespace:!0,modes:["htmlmixed","css","sass","javascript","markdown","handlebars"],themes:["base16-dark","base16-light","bespin","dracula","eclipse"]},APP:{BINDINGS:!1,LOG_RESOLVER:!1,LOG_TRANSITIONS:!1,LOG_VIEW_LOOKUPS:!1,LOG_ACTIVE_GENERATION:!1,LOG_TRANSITIONS_INTERNAL:!1,RAISE_ON_DEPRECATION:!1,LOG_STACKTRACE_ON_DEPRECATION:!1,name:"ascua",version:"v0.4.4+a5d74035"},EmberENV:{EXTEND_PROTOTYPES:{Date:!1},FEATURES:{EMBER_METAL_TRACKED_PROPERTIES:!0},_APPLICATION_TEMPLATE_WRAPPER:!1,_DEFAULT_ASYNC_OBSERVERS:!0,_JQUERY_INTEGRATION:!1,_NO_IMPLICIT_ROUTE_MODEL:!0,_TEMPLATE_ONLY_GLIMMER_COMPONENTS:!0}}} -return Object.defineProperty(e,"__esModule",{value:!0}),e})),"undefined"==typeof FastBoot&&(runningTests||require("ascua/app").default.create({BINDINGS:!1,LOG_RESOLVER:!1,LOG_TRANSITIONS:!1,LOG_VIEW_LOOKUPS:!1,LOG_ACTIVE_GENERATION:!1,LOG_TRANSITIONS_INTERNAL:!1,RAISE_ON_DEPRECATION:!1,LOG_STACKTRACE_ON_DEPRECATION:!1,name:"ascua",version:"v0.4.4+a5d74035"})) +var e={default:{environment:"production",rootURL:"/ascua/",modulePrefix:"ascua",locationType:"hash",surreal:{ns:"test",db:"test"},stripe:{publishableKey:"pk_test_SWarCDaast79iYO0YdTILYos"},stackdriver:{enabled:!1,projectId:"abcum-ltd",key:"undefined-invalid-api-key"},codemirror:{includeTags:!0,includeComments:!0,includeBrackets:!0,includeWhitespace:!0,modes:["htmlmixed","css","sass","javascript","markdown","handlebars"],themes:["base16-dark","base16-light","bespin","dracula","eclipse"]},APP:{BINDINGS:!1,LOG_RESOLVER:!1,LOG_TRANSITIONS:!1,LOG_VIEW_LOOKUPS:!1,LOG_ACTIVE_GENERATION:!1,LOG_TRANSITIONS_INTERNAL:!1,RAISE_ON_DEPRECATION:!1,LOG_STACKTRACE_ON_DEPRECATION:!1,name:"ascua",version:"v0.4.5+a99442b6"},EmberENV:{EXTEND_PROTOTYPES:{Date:!1},FEATURES:{EMBER_METAL_TRACKED_PROPERTIES:!0},_APPLICATION_TEMPLATE_WRAPPER:!1,_DEFAULT_ASYNC_OBSERVERS:!0,_JQUERY_INTEGRATION:!1,_NO_IMPLICIT_ROUTE_MODEL:!0,_TEMPLATE_ONLY_GLIMMER_COMPONENTS:!0}}} +return Object.defineProperty(e,"__esModule",{value:!0}),e})),"undefined"==typeof FastBoot&&(runningTests||require("ascua/app").default.create({BINDINGS:!1,LOG_RESOLVER:!1,LOG_TRANSITIONS:!1,LOG_VIEW_LOOKUPS:!1,LOG_ACTIVE_GENERATION:!1,LOG_TRANSITIONS_INTERNAL:!1,RAISE_ON_DEPRECATION:!1,LOG_STACKTRACE_ON_DEPRECATION:!1,name:"ascua",version:"v0.4.5+a99442b6"})) diff --git a/assets/chunk.524.ad5156a9b41d9dc59a42.js b/assets/chunk.524.f3d54888e00664680a2d.js similarity index 97% rename from assets/chunk.524.ad5156a9b41d9dc59a42.js rename to assets/chunk.524.f3d54888e00664680a2d.js index 84a28996..dee3d235 100644 --- a/assets/chunk.524.ad5156a9b41d9dc59a42.js +++ b/assets/chunk.524.f3d54888e00664680a2d.js @@ -54,12 +54,12 @@ const t=this.document.head,i=t.childNodes for(let o=0;o{"use strict" -e.exports=require("@ember/service")},147:(e,t,i)=>{e.exports=function(){var e=_eai_d,t=_eai_r -function r(e){return e&&e.__esModule?e:Object.assign({default:e},e)}window.emberAutoImportDynamic=function(e){return 1===arguments.length?t("_eai_dyn_"+e):t("_eai_dynt_"+e)(Array.prototype.slice.call(arguments,1))},window.emberAutoImportSync=function(e){return t("_eai_sync_"+e)(Array.prototype.slice.call(arguments,1))},e("ember-page-title/helpers/page-title",["@ember/service"],(function(){return r(i(887))})),e("ember-page-title/services/page-title",["@ember/service"],(function(){return r(i(201))}))}()},526:function(e,t){window._eai_r=require,window._eai_d=define}},t={} +e.exports=require("@ember/service")},662:(e,t,i)=>{e.exports=function(){var e=_eai_d,t=_eai_r +function r(e){return e&&e.__esModule?e:Object.assign({default:e},e)}window.emberAutoImportDynamic=function(e){return 1===arguments.length?t("_eai_dyn_"+e):t("_eai_dynt_"+e)(Array.prototype.slice.call(arguments,1))},window.emberAutoImportSync=function(e){return t("_eai_sync_"+e)(Array.prototype.slice.call(arguments,1))},e("ember-page-title/helpers/page-title",["@ember/service"],(function(){return r(i(887))})),e("ember-page-title/services/page-title",["@ember/service"],(function(){return r(i(201))}))}()},443:function(e,t){window._eai_r=require,window._eai_d=define}},t={} function i(r){var n=t[r] if(void 0!==n)return n.exports var o=t[r]={exports:{}} return e[r].call(o.exports,o,o.exports,i),o.exports}i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e -return i.d(t,{a:t}),t},i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i(526) -var r=i(147) +return i.d(t,{a:t}),t},i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i(443) +var r=i(662) __ember_auto_import__=r})() diff --git a/assets/chunk.582.23f42d90e5549dc5e683.js b/assets/chunk.582.2d0fb7613d85b6c1ec10.js similarity index 90% rename from assets/chunk.582.23f42d90e5549dc5e683.js rename to assets/chunk.582.2d0fb7613d85b6c1ec10.js index bcd4cb2b..1173f242 100644 --- a/assets/chunk.582.23f42d90e5549dc5e683.js +++ b/assets/chunk.582.2d0fb7613d85b6c1ec10.js @@ -1,4 +1,4 @@ -var __ember_auto_import__;(()=>{var e={526:function(e,r){window._eai_r=require,window._eai_d=define},193:(e,r,t)=>{var n,o +var __ember_auto_import__;(()=>{var e={443:function(e,r){window._eai_r=require,window._eai_d=define},0:(e,r,t)=>{var n,o e.exports=(n=_eai_d,o=_eai_r,window.emberAutoImportDynamic=function(e){return 1===arguments.length?o("_eai_dyn_"+e):o("_eai_dynt_"+e)(Array.prototype.slice.call(arguments,1))},window.emberAutoImportSync=function(e){return o("_eai_sync_"+e)(Array.prototype.slice.call(arguments,1))},void n("dom-element-descriptors",[],(function(){return(e=t(994))&&e.__esModule?e:Object.assign({default:e},e) var e})))},994:(e,r,t)=>{"use strict" t.r(r),t.d(r,{IS_DESCRIPTOR:()=>n,createDescriptor:()=>a,isDescriptor:()=>o,lookupDescriptorData:()=>s,registerDescriptorData:()=>l,resolveDOMElement:()=>u,resolveDOMElements:()=>c,resolveDescription:()=>_}) @@ -18,6 +18,6 @@ return l(r,e),r}}},r={} function t(n){var o=r[n] if(void 0!==o)return o.exports var i=r[n]={exports:{}} -return e[n].call(i.exports,i,i.exports,t),i.exports}t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t(526) -var n=t(193) +return e[n].call(i.exports,i,i.exports,t),i.exports}t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t(443) +var n=t(0) __ember_auto_import__=n})() diff --git a/index.html b/index.html index daa225dd..b3e3a942 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -Ascua \ No newline at end of file +Ascua \ No newline at end of file diff --git a/package.json b/package.json index 7a2d5206..c22d163f 100644 --- a/package.json +++ b/package.json @@ -1 +1 @@ -{"dependencies":{"abortcontroller-polyfill":"^1.7.3","node-fetch":"^2.6.1","ws":"^8.5.0"},"fastboot":{"appName":"ascua","config":{"ascua":{"APP":{"BINDINGS":false,"LOG_ACTIVE_GENERATION":false,"LOG_RESOLVER":false,"LOG_STACKTRACE_ON_DEPRECATION":false,"LOG_TRANSITIONS":false,"LOG_TRANSITIONS_INTERNAL":false,"LOG_VIEW_LOOKUPS":false,"RAISE_ON_DEPRECATION":false,"autoboot":false,"name":"ascua","version":"v0.4.4+a5d74035"},"EmberENV":{"EXTEND_PROTOTYPES":{"Date":false},"FEATURES":{"EMBER_METAL_TRACKED_PROPERTIES":true},"_APPLICATION_TEMPLATE_WRAPPER":false,"_DEFAULT_ASYNC_OBSERVERS":true,"_JQUERY_INTEGRATION":false,"_NO_IMPLICIT_ROUTE_MODEL":true,"_TEMPLATE_ONLY_GLIMMER_COMPONENTS":true},"codemirror":{"includeBrackets":true,"includeComments":true,"includeTags":true,"includeWhitespace":true,"modes":["htmlmixed","css","sass","javascript","markdown","handlebars"],"themes":["base16-dark","base16-light","bespin","dracula","eclipse"]},"environment":"production","locationType":"hash","modulePrefix":"ascua","rootURL":"/ascua/","stackdriver":{"enabled":false,"key":"undefined-invalid-api-key","projectId":"abcum-ltd"},"stripe":{"publishableKey":"pk_test_SWarCDaast79iYO0YdTILYos"},"surreal":{"db":"test","ns":"test"}}},"manifest":{"appFiles":["assets/ascua-ce92219a522207f04ace8ceabe2e08b2.js","assets/ascua-fastboot-7cc34cb49bd508e8d40dfb27685365d2.js"],"htmlFile":"index.html","vendorFiles":["assets/vendor-84b9bfe3d378d1979e0b9fd78f55cda7.js","ember-fetch/fetch-fastboot-e28194c4f1288a25de407aad6f7fab09.js","assets/chunk.524.ad5156a9b41d9dc59a42.js"]},"moduleWhitelist":["ws","node-fetch","abortcontroller-polyfill","abortcontroller-polyfill/dist/cjs-ponyfill"],"schemaVersion":3}} \ No newline at end of file +{"dependencies":{"abortcontroller-polyfill":"^1.7.3","node-fetch":"^2.6.1","ws":"^8.5.0"},"fastboot":{"appName":"ascua","config":{"ascua":{"APP":{"BINDINGS":false,"LOG_ACTIVE_GENERATION":false,"LOG_RESOLVER":false,"LOG_STACKTRACE_ON_DEPRECATION":false,"LOG_TRANSITIONS":false,"LOG_TRANSITIONS_INTERNAL":false,"LOG_VIEW_LOOKUPS":false,"RAISE_ON_DEPRECATION":false,"autoboot":false,"name":"ascua","version":"v0.4.5+a99442b6"},"EmberENV":{"EXTEND_PROTOTYPES":{"Date":false},"FEATURES":{"EMBER_METAL_TRACKED_PROPERTIES":true},"_APPLICATION_TEMPLATE_WRAPPER":false,"_DEFAULT_ASYNC_OBSERVERS":true,"_JQUERY_INTEGRATION":false,"_NO_IMPLICIT_ROUTE_MODEL":true,"_TEMPLATE_ONLY_GLIMMER_COMPONENTS":true},"codemirror":{"includeBrackets":true,"includeComments":true,"includeTags":true,"includeWhitespace":true,"modes":["htmlmixed","css","sass","javascript","markdown","handlebars"],"themes":["base16-dark","base16-light","bespin","dracula","eclipse"]},"environment":"production","locationType":"hash","modulePrefix":"ascua","rootURL":"/ascua/","stackdriver":{"enabled":false,"key":"undefined-invalid-api-key","projectId":"abcum-ltd"},"stripe":{"publishableKey":"pk_test_SWarCDaast79iYO0YdTILYos"},"surreal":{"db":"test","ns":"test"}}},"manifest":{"appFiles":["assets/ascua-f60be8aa733488a3a16e572794974f9e.js","assets/ascua-fastboot-7cc34cb49bd508e8d40dfb27685365d2.js"],"htmlFile":"index.html","vendorFiles":["assets/vendor-84b9bfe3d378d1979e0b9fd78f55cda7.js","ember-fetch/fetch-fastboot-e28194c4f1288a25de407aad6f7fab09.js","assets/chunk.524.f3d54888e00664680a2d.js"]},"moduleWhitelist":["ws","node-fetch","abortcontroller-polyfill","abortcontroller-polyfill/dist/cjs-ponyfill"],"schemaVersion":3}} \ No newline at end of file diff --git a/version.txt b/version.txt index 9ee05460..b5d61e7a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1715280248015 \ No newline at end of file +1715948928716 \ No newline at end of file