piral-blazor 0.15.0-alpha.3540 → 0.15.0-alpha.3564
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.
- package/infra.codegen +1 -1
- package/package.json +3 -3
package/infra.codegen
CHANGED
|
@@ -52,6 +52,6 @@ module.exports = function () {
|
|
|
52
52
|
|
|
53
53
|
return `module.exports = ${JSON.stringify('_framework/blazor.webassembly.js')};`;
|
|
54
54
|
} catch (err) {
|
|
55
|
-
throw new Error(`The blazor package was not found. Make sure to install it via "npm i blazor". ${err}`);
|
|
55
|
+
throw new Error(`The "blazor" package was not found. Make sure to install it via "npm i blazor". ${err}`);
|
|
56
56
|
}
|
|
57
57
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-blazor",
|
|
3
|
-
"version": "0.15.0-alpha.
|
|
3
|
+
"version": "0.15.0-alpha.3564",
|
|
4
4
|
"description": "Plugin for integrating Blazor components in Piral.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"piral-core": "0.15.0-alpha.
|
|
49
|
+
"piral-core": "0.15.0-alpha.3564"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"blazor": "*",
|
|
53
53
|
"piral-core": "0.14.x"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "e5af009799d073993a1c415c4ee63029f9b3d547"
|
|
56
56
|
}
|