dceky 1.0.4-beta.new-divided-export.1 → 1.0.4-beta.new-divided-export.2
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.
|
@@ -16,7 +16,7 @@ var genDynamicConfigFile = function () {
|
|
|
16
16
|
var dynamicConfigFile = [
|
|
17
17
|
'// Auto-generated by dceky - do not edit manually',
|
|
18
18
|
'',
|
|
19
|
-
'import
|
|
19
|
+
'import genConfiguration from \'dceky/genConfiguration\';',
|
|
20
20
|
'',
|
|
21
21
|
'export default genConfiguration();',
|
|
22
22
|
'',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"genDynamicConfigFile.js","sourceRoot":"","sources":["../../setup/genDynamicConfigFile.ts"],"names":[],"mappings":";;;;;AAAA,0CAAoB;AACpB,8CAAwB;AACxB,sEAAgD;AAEhD;;GAEG;AACH,IAAM,oBAAoB,GAAG;IAC3B,IAAM,IAAI,GAAG,IAAA,qBAAW,GAAE,CAAC;IAE3B,IAAM,UAAU,GAAG,cAAI,CAAC,IAAI,CAAC,IAAI,EAAE,mBAAmB,CAAC,CAAC;IAExD,wCAAwC;IACxC,IAAM,iBAAiB,GAAG;QACxB,mDAAmD;QACnD,EAAE;QACF,
|
|
1
|
+
{"version":3,"file":"genDynamicConfigFile.js","sourceRoot":"","sources":["../../setup/genDynamicConfigFile.ts"],"names":[],"mappings":";;;;;AAAA,0CAAoB;AACpB,8CAAwB;AACxB,sEAAgD;AAEhD;;GAEG;AACH,IAAM,oBAAoB,GAAG;IAC3B,IAAM,IAAI,GAAG,IAAA,qBAAW,GAAE,CAAC;IAE3B,IAAM,UAAU,GAAG,cAAI,CAAC,IAAI,CAAC,IAAI,EAAE,mBAAmB,CAAC,CAAC;IAExD,wCAAwC;IACxC,IAAM,iBAAiB,GAAG;QACxB,mDAAmD;QACnD,EAAE;QACF,0DAA0D;QAC1D,EAAE;QACF,oCAAoC;QACpC,EAAE;KACH,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAEb,wCAAwC;IACxC,YAAE,CAAC,aAAa,CAAC,UAAU,EAAE,iBAAiB,EAAE,MAAM,CAAC,CAAC;IAExD,OAAO,UAAU,CAAC;AACpB,CAAC,CAAC;AAEF,kBAAe,oBAAoB,CAAC"}
|
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@ const genDynamicConfigFile = (): string => {
|
|
|
14
14
|
const dynamicConfigFile = [
|
|
15
15
|
'// Auto-generated by dceky - do not edit manually',
|
|
16
16
|
'',
|
|
17
|
-
'import
|
|
17
|
+
'import genConfiguration from \'dceky/genConfiguration\';',
|
|
18
18
|
'',
|
|
19
19
|
'export default genConfiguration();',
|
|
20
20
|
'',
|