piral-blazor 0.15.8-beta.5276 → 0.15.8-beta.5283

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
@@ -190,8 +190,8 @@ The `piral-blazor` integration emits some events at the global object (`window`)
190
190
 
191
191
  - `loading-blazor-core` when the loading of (core) Blazor resources starts
192
192
  - `loaded-blazor-core` when the loading of (core) Blazor resources ends
193
- - `loading-blazor-pilet` when the loading of a Blazor pilet / its resources starts (the `detail` contain the pilet's metadata)
194
- - `loaded-blazor-pilet` when the loading of a Blazor pilet / its resources ends (the `detail` contain the pilet's metadata)
193
+ - `loading-blazor-pilet` when the loading of a Blazor pilet / its resources starts (`detail` contains the pilet's metadata)
194
+ - `loaded-blazor-pilet` when the loading of a Blazor pilet / its resources ends (`detail` contains the pilet's metadata)
195
195
 
196
196
  You can receive these events using, e.g.:
197
197
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-blazor",
3
- "version": "0.15.8-beta.5276",
3
+ "version": "0.15.8-beta.5283",
4
4
  "description": "Plugin for integrating Blazor components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -67,10 +67,10 @@
67
67
  "test": "echo \"Error: run tests from root\" && exit 1"
68
68
  },
69
69
  "devDependencies": {
70
- "piral-core": "0.15.8-beta.5276"
70
+ "piral-core": "0.15.8-beta.5283"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "blazor": "*"
74
74
  },
75
- "gitHead": "1718c338ffbe4be963c8e70c1265e4fa56d5a1e0"
75
+ "gitHead": "2e9e94f7a6e4cab98bac439ac9faea95127a00c9"
76
76
  }