@mittwald/ext-bridge 0.2.0-alpha.849 → 0.2.0-alpha.851

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.
@@ -1,5 +1,6 @@
1
1
  const extractHostConfig = (config) => ({
2
- language: config.language
2
+ language: config.language,
3
+ theme: config.theme
3
4
  });
4
5
 
5
6
  export { extractHostConfig };
@@ -1 +1 @@
1
- {"version":3,"file":"extractHostConfig.mjs","sources":["../../../src/config/extractHostConfig.ts"],"sourcesContent":["import type { HostConfig } from \"@mittwald/flow-core\";\nimport type { ExtBridgeConfigInput } from \"./types\";\n\nexport const extractHostConfig = (\n config: ExtBridgeConfigInput,\n): HostConfig => ({\n language: config.language,\n});\n"],"names":[],"mappings":"AAGO,MAAM,iBAAA,GAAoB,CAC/B,MAAA,MACgB;AAAA,EAChB,UAAU,MAAA,CAAO;AACnB,CAAA;;;;"}
1
+ {"version":3,"file":"extractHostConfig.mjs","sources":["../../../src/config/extractHostConfig.ts"],"sourcesContent":["import type { HostConfig } from \"@mittwald/flow-core\";\nimport type { ExtBridgeConfigInput } from \"./types\";\n\nexport const extractHostConfig = (\n config: ExtBridgeConfigInput,\n): HostConfig => ({\n language: config.language,\n theme: config.theme,\n});\n"],"names":[],"mappings":"AAGO,MAAM,iBAAA,GAAoB,CAC/B,MAAA,MACgB;AAAA,EAChB,UAAU,MAAA,CAAO,QAAA;AAAA,EACjB,OAAO,MAAA,CAAO;AAChB,CAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"extractHostConfig.d.ts","sourceRoot":"","sources":["../../../src/config/extractHostConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD,eAAO,MAAM,iBAAiB,GAC5B,QAAQ,oBAAoB,KAC3B,UAED,CAAC"}
1
+ {"version":3,"file":"extractHostConfig.d.ts","sourceRoot":"","sources":["../../../src/config/extractHostConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD,eAAO,MAAM,iBAAiB,GAC5B,QAAQ,oBAAoB,KAC3B,UAGD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/ext-bridge",
3
- "version": "0.2.0-alpha.849",
3
+ "version": "0.2.0-alpha.851",
4
4
  "type": "module",
5
5
  "description": "Bridge for mStudio embedded frontend extensions",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -79,5 +79,5 @@
79
79
  "optional": true
80
80
  }
81
81
  },
82
- "gitHead": "9777ac124c889212028912a236d64478686c8451"
82
+ "gitHead": "3b68ebfa1a3b027e5819e8cb532e871cf3b00561"
83
83
  }