@udixio/theme 1.0.0-beta.10 → 1.0.0-beta.12
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/dist/theme.cjs.development.js +1 -1
- package/dist/theme.cjs.development.js.map +1 -1
- package/dist/theme.cjs.production.min.js +1 -1
- package/dist/theme.cjs.production.min.js.map +1 -1
- package/dist/theme.esm.js +1 -1
- package/dist/theme.esm.js.map +1 -1
- package/package.json +3 -3
- package/src/config/config.service.ts +1 -1
|
@@ -1823,7 +1823,7 @@ function defineConfig(configObject) {
|
|
|
1823
1823
|
var ConfigService = /*#__PURE__*/function () {
|
|
1824
1824
|
function ConfigService(_ref) {
|
|
1825
1825
|
var appService = _ref.appService;
|
|
1826
|
-
this.configPath = './theme.config
|
|
1826
|
+
this.configPath = './theme.config';
|
|
1827
1827
|
this.appService = void 0;
|
|
1828
1828
|
this.appService = appService;
|
|
1829
1829
|
}
|