@madie/madie-root
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,2 +0,2 @@ | ||
System.register(["single-spa"],(function(e,t){var r={};return{setters:[function(e){r.registerApplication=e.registerApplication,r.start=e.start}],execute:function(){e((()=>{var e={722:(e,t,r)=>{const n=r(905).R;t.s=function(e){if(e||(e=1),!r.y.meta||!r.y.meta.url)throw console.error("__system_context__",r.y),Error("systemjs-webpack-interop was provided an unknown SystemJS context. Expected context.meta.url, but none was provided");r.p=n(r.y.meta.url,e)}},905:(e,t,r)=>{t.R=function(e,t){var r=document.createElement("a");r.href=e;for(var n="/"===r.pathname[0]?r.pathname:"/"+r.pathname,o=0,i=n.length;o!==t&&i>=0;)"/"===n[--i]&&o++;if(o!==t)throw Error("systemjs-webpack-interop: rootDirectoryLevel ("+t+") is greater than the number of directories ("+o+") in the URL path "+e);var a=n.slice(0,i+1);return r.protocol+"//"+r.host+a};Number.isInteger},589:e=>{"use strict";e.exports=r}},n={};function o(t){var r=n[t];if(void 0!==r)return r.exports;var i=n[t]={exports:{}};return e[t](i,i.exports,o),i.exports}o.y=t,o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.p="";var i={};return(0,o(722).s)(1),(()=>{"use strict";o.r(i);var e=o(589);const t={name:"@madie/madie-layout",app:function(){return System.import("@madie/madie-layout")},activeWhen:["/"],customProps:{domElementGetter:function(){return document.getElementById("main")}}},r={name:"@madie/madie-editor",app:function(){return System.import("@madie/madie-editor")},activeWhen:["/"],customProps:{domElementGetter:function(){return document.getElementById("madie-editor")}}},n={name:"@madie/madie-auth",app:function(){return System.import("@madie/madie-auth")},activeWhen:["/"],customProps:{domElementGetter:function(){return document.getElementById("madie-auth")}}};(0,e.registerApplication)(t),(0,e.registerApplication)(r),(0,e.registerApplication)(n),(0,e.start)({urlRerouteOnly:!0})})(),i})())}}})); | ||
System.register(["single-spa"],(function(e,t){var r={};return{setters:[function(e){r.registerApplication=e.registerApplication,r.start=e.start}],execute:function(){e((()=>{var e={722:(e,t,r)=>{const n=r(905).R;t.s=function(e){if(e||(e=1),!r.y.meta||!r.y.meta.url)throw console.error("__system_context__",r.y),Error("systemjs-webpack-interop was provided an unknown SystemJS context. Expected context.meta.url, but none was provided");r.p=n(r.y.meta.url,e)}},905:(e,t,r)=>{t.R=function(e,t){var r=document.createElement("a");r.href=e;for(var n="/"===r.pathname[0]?r.pathname:"/"+r.pathname,i=0,o=n.length;i!==t&&o>=0;)"/"===n[--o]&&i++;if(i!==t)throw Error("systemjs-webpack-interop: rootDirectoryLevel ("+t+") is greater than the number of directories ("+i+") in the URL path "+e);var m=n.slice(0,o+1);return r.protocol+"//"+r.host+m};Number.isInteger},645:e=>{"use strict";e.exports=r}},n={};function i(t){var r=n[t];if(void 0!==r)return r.exports;var o=n[t]={exports:{}};return e[t](o,o.exports,i),o.exports}i.y=t,i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.p="";var o={};return(0,i(722).s)(1),(()=>{"use strict";i.r(o);var e=i(645);const t={name:"@madie/madie-layout",app:function(){return System.import("@madie/madie-layout")},activeWhen:["/"],customProps:{domElementGetter:function(){return document.getElementById("main")}}},r={name:"@madie/madie-editor",app:function(){return System.import("@madie/madie-editor")},activeWhen:["/"],customProps:{domElementGetter:function(){return document.getElementById("madie-editor")}}},n={name:"@madie/madie-auth",app:function(){return System.import("@madie/madie-auth")},activeWhen:["/"],customProps:{domElementGetter:function(){return document.getElementById("madie-auth")}}},m={name:"@madie/madie-public",app:function(){return System.import("@madie/madie-public")},activeWhen:["/"],customProps:{domElementGetter:function(){return document.getElementById("madie-public")}}},a={name:"@madie/madie-components",app:function(){return System.import("@madie/madie-components")},activeWhen:["/"],customProps:{domElementGetter:function(){return document.getElementById("madie-components")}}},u={name:"@madie/madie-measure",app:function(){return System.import("@madie/madie-measure")},activeWhen:["/measure"],customProps:{domElementGetter:function(){return document.getElementById("madie-measure")}}};(0,e.registerApplication)(t),(0,e.registerApplication)(r),(0,e.registerApplication)(n),(0,e.registerApplication)(m),(0,e.registerApplication)(a),(0,e.registerApplication)(u),(0,e.start)({urlRerouteOnly:!0})})(),o})())}}})); | ||
//# sourceMappingURL=madie-root-config.js.map |
{ | ||
"name": "@madie/madie-root", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"files": [ | ||
@@ -20,35 +20,36 @@ "dist/**/*" | ||
"devDependencies": { | ||
"@babel/core": "^7.14.6", | ||
"@babel/eslint-parser": "^7.14.7", | ||
"@babel/plugin-transform-runtime": "^7.14.5", | ||
"@babel/preset-env": "^7.14.7", | ||
"@babel/preset-typescript": "^7.14.5", | ||
"@babel/runtime": "^7.14.6", | ||
"@madie/madie-auth": "^0.0.1", | ||
"@madie/madie-editor": "^0.0.1", | ||
"@madie/madie-layout": "^0.0.1", | ||
"@types/jest": "^27.0.1", | ||
"@types/systemjs": "^6.1.0", | ||
"@types/webpack-env": "^1.16.0", | ||
"concurrently": "^6.2.0", | ||
"@babel/core": "^7.16.0", | ||
"@babel/eslint-parser": "^7.16.3", | ||
"@babel/plugin-transform-runtime": "^7.16.4", | ||
"@babel/preset-env": "^7.16.4", | ||
"@babel/preset-typescript": "^7.16.0", | ||
"@babel/runtime": "^7.16.3", | ||
"@madie/madie-auth": "^0.0.2", | ||
"@madie/madie-editor": "^0.0.2", | ||
"@madie/madie-layout": "^0.0.2", | ||
"@madie/madie-measure": "^0.0.2", | ||
"@types/jest": "^27.0.3", | ||
"@types/systemjs": "^6.1.1", | ||
"@types/webpack-env": "^1.16.3", | ||
"concurrently": "^6.4.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^7.29.0", | ||
"eslint": "^8.4.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-config-ts-important-stuff": "^1.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"html-webpack-plugin": "^5.3.2", | ||
"husky": "^7.0.2", | ||
"jest": "^27.1.0", | ||
"jest-cli": "^27.1.0", | ||
"prettier": "^2.3.2", | ||
"pretty-quick": "^3.1.1", | ||
"serve": "^12.0.0", | ||
"systemjs": "^6.10.3", | ||
"html-webpack-plugin": "^5.5.0", | ||
"husky": "^7.0.4", | ||
"jest": "^27.4.3", | ||
"jest-cli": "^27.4.3", | ||
"prettier": "^2.5.1", | ||
"pretty-quick": "^3.1.2", | ||
"serve": "^13.0.2", | ||
"systemjs": "^6.11.0", | ||
"ts-config-single-spa": "^3.0.0", | ||
"ts-jest": "^27.0.5", | ||
"typescript": "^4.4.2", | ||
"webpack": "^5.40.0", | ||
"webpack-cli": "^4.7.2", | ||
"webpack-config-single-spa-ts": "^4.1.0", | ||
"webpack-dev-server": "^4.0.0-rc.0", | ||
"ts-jest": "^27.1.1", | ||
"typescript": "^4.5.2", | ||
"webpack": "^5.65.0", | ||
"webpack-cli": "^4.9.1", | ||
"webpack-config-single-spa-ts": "^4.1.2", | ||
"webpack-dev-server": "^4.6.0", | ||
"webpack-merge": "^5.8.0", | ||
@@ -55,0 +56,0 @@ "webpack-pwa-manifest": "^4.3.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
156249
23
66
36