sample-cross-fx 0.15.2 → 0.15.3-beta.4955

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/app/index.d.ts CHANGED
@@ -1164,7 +1164,7 @@ export interface ExtensionRegistration extends BaseRegistration {
1164
1164
  defaults: any;
1165
1165
  }
1166
1166
 
1167
- export type BlazorRootConfig = [root: HTMLDivElement, capabilities: Array<string>];
1167
+ export type BlazorRootConfig = [root: HTMLDivElement, capabilities: Array<string>, applyChanges(pilet: PiletMetadata): void];
1168
1168
 
1169
1169
  /**
1170
1170
  * The context to be transported into the generic components.
package/app/index.html CHANGED
@@ -5,7 +5,7 @@
5
5
  <title>Sample - Cross Framework with Piral</title>
6
6
  <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
7
7
 
8
- <script defer src="/index.7ab0a3.js"></script></head>
8
+ <script defer src="/index.2af468.js"></script></head>
9
9
  <body>
10
10
  <div id="app"></div>
11
11
 
package/app/index.js CHANGED
@@ -2,7 +2,7 @@ if (process.env.NODE_ENV === 'test') {
2
2
  // behavior for the test environment, we'll try to make it work
3
3
 
4
4
  if (typeof window !== 'undefined') {
5
- require('.//index.7ab0a3.js');
5
+ require('.//index.2af468.js');
6
6
  const ctx = window['dbg:piral'];
7
7
  const dependencies = (ctx && ctx.pilets && ctx.pilets.getDependencies({})) || {};
8
8
  module.exports = dependencies['sample-cross-fx'] || {};
package/files.tar CHANGED
Binary file
package/files_once.tar CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sample-cross-fx",
3
3
  "description": "Example project illustrating the mixing of different (opt-in) frameworks via plugins.",
4
- "version": "0.15.2",
4
+ "version": "0.15.3-beta.4955",
5
5
  "license": "MIT",
6
6
  "homepage": "https://piral.io",
7
7
  "keywords": [
@@ -88,22 +88,22 @@
88
88
  "inferno-create-element": "7.4.11",
89
89
  "lit-element": "2.5.1",
90
90
  "mithril": "2.2.2",
91
- "piral-aurelia": "^0.15.1",
92
- "piral-blazor": "^0.15.2",
93
- "piral-core": "^0.15.1",
94
- "piral-elm": "^0.15.1",
95
- "piral-hyperapp": "^0.15.1",
96
- "piral-inferno": "^0.15.1",
97
- "piral-lazy": "^0.15.1",
98
- "piral-litel": "^0.15.1",
99
- "piral-mithril": "^0.15.1",
91
+ "piral-aurelia": "^0.15.2",
92
+ "piral-blazor": "^0.15.3-beta.4955",
93
+ "piral-core": "^0.15.2",
94
+ "piral-elm": "^0.15.2",
95
+ "piral-hyperapp": "^0.15.2",
96
+ "piral-inferno": "^0.15.2",
97
+ "piral-lazy": "^0.15.2",
98
+ "piral-litel": "^0.15.2",
99
+ "piral-mithril": "^0.15.2",
100
100
  "piral-ng": "^0.15.2",
101
- "piral-ngjs": "^0.15.1",
102
- "piral-preact": "^0.15.1",
103
- "piral-riot": "^0.15.1",
104
- "piral-solid": "^0.15.1",
105
- "piral-svelte": "^0.15.1",
106
- "piral-vue": "^0.15.1",
101
+ "piral-ngjs": "^0.15.2",
102
+ "piral-preact": "^0.15.2",
103
+ "piral-riot": "^0.15.2",
104
+ "piral-solid": "^0.15.2",
105
+ "piral-svelte": "^0.15.2",
106
+ "piral-vue": "^0.15.2",
107
107
  "preact": "10.8.2",
108
108
  "react": "18.2.0",
109
109
  "react-dom": "18.2.0",