piral-core 0.15.3-beta.4955 → 0.15.3-beta.4975

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -30,7 +30,7 @@ const App = createInstance({
30
30
 
31
31
  **Remark**: For all available API options make sure to check out the [documentation](https://docs.piral.io).
32
32
 
33
- **Note**: The feed above should only be used for demonstration purposes. Either set up your own feed (more information at [piral.cloud](https://www.piral.cloud)) or your own API / mechanism to serve the modules.
33
+ **Note**: The feed above should only be used for demonstration purposes. Either set up your own feed (more information at [piral.cloud](https://www.piral.cloud)) or your own API/mechanism to serve the modules.
34
34
 
35
35
  Finally, you can render this Piral instance by using the `render` function from `react-dom`:
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-core",
3
- "version": "0.15.3-beta.4955",
3
+ "version": "0.15.3-beta.4975",
4
4
  "description": "The core library for creating a Piral instance.",
5
5
  "keywords": [
6
6
  "portal",
@@ -72,8 +72,8 @@
72
72
  "test": "echo \"Error: run tests from root\" && exit 1"
73
73
  },
74
74
  "dependencies": {
75
- "piral-base": "0.15.3-beta.4955",
76
- "piral-debug-utils": "0.15.3-beta.4955",
75
+ "piral-base": "0.15.3-beta.4975",
76
+ "piral-debug-utils": "0.15.3-beta.4975",
77
77
  "zustand": "^3.0.0"
78
78
  },
79
79
  "peerDependencies": {
@@ -99,5 +99,5 @@
99
99
  "react-router-dom",
100
100
  "tslib"
101
101
  ],
102
- "gitHead": "598563720dff2995e2ccc4acb07167554ce788d9"
102
+ "gitHead": "5cf09cee48aa723ebe3fa9e48a98ff118f3cb6dc"
103
103
  }