From f1b1f61179747ecec8dc60551b979808a37ac32a Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Thu, 9 May 2024 13:03:30 -0400 Subject: [PATCH] Deployed 6d69525d --- ...4bb8d.js => ascua-2832f433dcf60b0a7ec1ec51487859c9.js} | 4 ++-- ...8c4b41995c822.js => chunk.524.493bc5a0d4099fd59ed0.js} | 8 ++++---- ...30ccaf1489fbe.js => chunk.582.80faed4cedbaad2a6f52.js} | 6 +++--- index.html | 2 +- package.json | 2 +- version.txt | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) rename assets/{ascua-d0ec21371aa612cb1c0f77ce7f24bb8d.js => ascua-2832f433dcf60b0a7ec1ec51487859c9.js} (99%) rename assets/{chunk.524.3bf9aa18c4b41995c822.js => chunk.524.493bc5a0d4099fd59ed0.js} (97%) rename assets/{chunk.582.c18b91930ccaf1489fbe.js => chunk.582.80faed4cedbaad2a6f52.js} (90%) diff --git a/assets/ascua-d0ec21371aa612cb1c0f77ce7f24bb8d.js b/assets/ascua-2832f433dcf60b0a7ec1ec51487859c9.js similarity index 99% rename from assets/ascua-d0ec21371aa612cb1c0f77ce7f24bb8d.js rename to assets/ascua-2832f433dcf60b0a7ec1ec51487859c9.js index b936425b..89f5e12e 100644 --- a/assets/ascua-d0ec21371aa612cb1c0f77ce7f24bb8d.js +++ b/assets/ascua-2832f433dcf60b0a7ec1ec51487859c9.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.1+85b43153"},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.1+85b43153"})) +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.2+6d69525d"},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.2+6d69525d"})) diff --git a/assets/chunk.524.3bf9aa18c4b41995c822.js b/assets/chunk.524.493bc5a0d4099fd59ed0.js similarity index 97% rename from assets/chunk.524.3bf9aa18c4b41995c822.js rename to assets/chunk.524.493bc5a0d4099fd59ed0.js index 0e890f50..905d2074 100644 --- a/assets/chunk.524.3bf9aa18c4b41995c822.js +++ b/assets/chunk.524.493bc5a0d4099fd59ed0.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")},522:(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))}))}()},815:function(e,t){window._eai_r=require,window._eai_d=define}},t={} +e.exports=require("@ember/service")},513:(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))}))}()},132: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(815) -var r=i(522) +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(132) +var r=i(513) __ember_auto_import__=r})() diff --git a/assets/chunk.582.c18b91930ccaf1489fbe.js b/assets/chunk.582.80faed4cedbaad2a6f52.js similarity index 90% rename from assets/chunk.582.c18b91930ccaf1489fbe.js rename to assets/chunk.582.80faed4cedbaad2a6f52.js index 064a12b6..17ef8161 100644 --- a/assets/chunk.582.c18b91930ccaf1489fbe.js +++ b/assets/chunk.582.80faed4cedbaad2a6f52.js @@ -1,4 +1,4 @@ -var __ember_auto_import__;(()=>{var e={815:function(e,r){window._eai_r=require,window._eai_d=define},764:(e,r,t)=>{var n,o +var __ember_auto_import__;(()=>{var e={132:function(e,r){window._eai_r=require,window._eai_d=define},447:(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(815) -var n=t(764) +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(132) +var n=t(447) __ember_auto_import__=n})() diff --git a/index.html b/index.html index 903d199e..2f1f2c6f 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 0cbc5d7a..091146cc 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.1+85b43153"},"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-d0ec21371aa612cb1c0f77ce7f24bb8d.js","assets/ascua-fastboot-7cc34cb49bd508e8d40dfb27685365d2.js"],"htmlFile":"index.html","vendorFiles":["assets/vendor-84b9bfe3d378d1979e0b9fd78f55cda7.js","ember-fetch/fetch-fastboot-e28194c4f1288a25de407aad6f7fab09.js","assets/chunk.524.3bf9aa18c4b41995c822.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.2+6d69525d"},"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-2832f433dcf60b0a7ec1ec51487859c9.js","assets/ascua-fastboot-7cc34cb49bd508e8d40dfb27685365d2.js"],"htmlFile":"index.html","vendorFiles":["assets/vendor-84b9bfe3d378d1979e0b9fd78f55cda7.js","ember-fetch/fetch-fastboot-e28194c4f1288a25de407aad6f7fab09.js","assets/chunk.524.493bc5a0d4099fd59ed0.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 55408885..56fc7187 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1715265528426 \ No newline at end of file +1715274016924 \ No newline at end of file