@mittwald/flow-remote-react-components 0.2.0-alpha.148 → 0.2.0-alpha.149

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 +4 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -10,7 +10,10 @@ homepage for more details.
10
10
 
11
11
  ```shell
12
12
  yarn remove @mittwald/flow-react-components
13
- yarn add @mittwald/flow-remote-react-components@experimental
13
+ yarn add @mittwald/flow-remote-react-components
14
+
15
+ pnpm remove @mittwald/flow-react-components
16
+ pnpm add @mittwald/flow-remote-react-components
14
17
  ```
15
18
 
16
19
  #### Adjust imports in your code
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-remote-react-components",
3
- "version": "0.2.0-alpha.148",
3
+ "version": "0.2.0-alpha.149",
4
4
  "type": "module",
5
5
  "description": "React components that can be used in a remote environment",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -32,16 +32,16 @@
32
32
  "test:compile": "tsc --noEmit"
33
33
  },
34
34
  "dependencies": {
35
- "@mittwald/flow-react-components": "0.2.0-alpha.148",
36
- "@mittwald/flow-remote-core": "0.2.0-alpha.148",
37
- "@mittwald/flow-remote-elements": "0.2.0-alpha.148",
35
+ "@mittwald/flow-react-components": "0.2.0-alpha.149",
36
+ "@mittwald/flow-remote-core": "0.2.0-alpha.149",
37
+ "@mittwald/flow-remote-elements": "0.2.0-alpha.149",
38
38
  "@mittwald/remote-dom-react": "1.2.2-mittwald.3",
39
39
  "@types/react": "^19",
40
40
  "react-error-boundary": "^5.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@mittwald/ext-bridge": "0.2.0-alpha.148",
44
- "@mittwald/flow-remote-react-renderer": "0.2.0-alpha.148",
43
+ "@mittwald/ext-bridge": "0.2.0-alpha.149",
44
+ "@mittwald/flow-remote-react-renderer": "0.2.0-alpha.149",
45
45
  "@mittwald/typescript-config": "",
46
46
  "@types/node": "^22.13.10",
47
47
  "nx": "^20.5.0",
@@ -75,5 +75,5 @@
75
75
  "optional": true
76
76
  }
77
77
  },
78
- "gitHead": "b01b1b2f200cb8dc4e04e792679b0cf4ad40d70e"
78
+ "gitHead": "1c2f0ad372415327b83d9f7a648715dbd00cb452"
79
79
  }