@mittwald/ext-bridge 0.2.0-alpha.892 → 0.2.0-alpha.894

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @mittwald/ext-bridge
2
2
 
3
3
  This package is part of
4
- [Flow – mittwald design system](https://mittwald.github.io/flow/). See the
5
- homepage for more details.
4
+ [Flow – mittwald design system](https://flow.mittwald.de/). See the homepage for
5
+ more details.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@mittwald/ext-bridge",
3
- "version": "0.2.0-alpha.892",
3
+ "version": "0.2.0-alpha.894",
4
4
  "type": "module",
5
5
  "description": "Bridge for mStudio embedded frontend extensions",
6
- "homepage": "https://mittwald.github.io/flow",
6
+ "homepage": "https://flow.mittwald.de",
7
7
  "repository": "https://github.com/mittwald/flow",
8
8
  "exports": {
9
9
  ".": {
@@ -79,5 +79,5 @@
79
79
  "optional": true
80
80
  }
81
81
  },
82
- "gitHead": "e5707a9b983d0a048b6782ed03b5198d082a180b"
82
+ "gitHead": "f1d927b84ace3207f82e2bbafd16625bf0b67ce0"
83
83
  }