sample-cross-fx 0.15.0-beta.4672 → 0.15.0-beta.4699

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
@@ -489,6 +489,10 @@ export interface PageComponentProps<T = any, S = any> extends RouteBaseProps<T,
489
489
  * The meta data registered with the page.
490
490
  */
491
491
  meta: PiralPageMeta;
492
+ /**
493
+ * The children of the page.
494
+ */
495
+ children: React.ReactNode;
492
496
  }
493
497
 
494
498
  /**
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.b0ccff.js"></script></head>
8
+ <script defer src="/index.69a0d8.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.b0ccff.js');
5
+ require('.//index.69a0d8.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.0-beta.4672",
4
+ "version": "0.15.0-beta.4699",
5
5
  "license": "MIT",
6
6
  "homepage": "https://piral.io",
7
7
  "keywords": [
@@ -26,7 +26,7 @@
26
26
  "files": []
27
27
  },
28
28
  "piralCLI": {
29
- "version": "0.14.31",
29
+ "version": "0.14.32",
30
30
  "generated": true
31
31
  },
32
32
  "main": "./app/index.js",
@@ -40,8 +40,8 @@
40
40
  "@types/react-router": "^5.1.8",
41
41
  "@types/react-router-dom": "^5.1.6",
42
42
  "@vue/component-compiler-utils": "^3.0.0",
43
- "piral-cli": "^0.14.31",
44
- "piral-cli-webpack5": "^0.14.31",
43
+ "piral-cli": "^0.14.32",
44
+ "piral-cli-webpack5": "^0.14.32",
45
45
  "sass": "^1.17.0",
46
46
  "vue-template-compiler": "^2.6.10",
47
47
  "@angular/common": "^14.0.0",
@@ -64,22 +64,22 @@
64
64
  "inferno-create-element": "^7.3.2",
65
65
  "lit-element": "^2.2.1",
66
66
  "mithril": "^2.0.4",
67
- "piral-aurelia": "^0.14.31",
68
- "piral-blazor": "^0.14.31",
69
- "piral-core": "^0.14.31",
70
- "piral-elm": "^0.14.31",
71
- "piral-hyperapp": "^0.14.31",
72
- "piral-inferno": "^0.14.31",
73
- "piral-lazy": "^0.14.31",
74
- "piral-litel": "^0.14.31",
75
- "piral-mithril": "^0.14.31",
76
- "piral-ng": "^0.14.31",
77
- "piral-ngjs": "^0.14.31",
78
- "piral-preact": "^0.14.31",
79
- "piral-riot": "^0.14.31",
80
- "piral-solid": "^0.14.31",
81
- "piral-svelte": "^0.14.31",
82
- "piral-vue": "^0.14.31",
67
+ "piral-aurelia": "^0.14.32",
68
+ "piral-blazor": "^0.14.32",
69
+ "piral-core": "^0.14.32",
70
+ "piral-elm": "^0.14.32",
71
+ "piral-hyperapp": "^0.14.32",
72
+ "piral-inferno": "^0.14.32",
73
+ "piral-lazy": "^0.14.32",
74
+ "piral-litel": "^0.14.32",
75
+ "piral-mithril": "^0.14.32",
76
+ "piral-ng": "^0.14.32",
77
+ "piral-ngjs": "^0.14.32",
78
+ "piral-preact": "^0.14.32",
79
+ "piral-riot": "^0.14.32",
80
+ "piral-solid": "^0.14.32",
81
+ "piral-svelte": "^0.14.32",
82
+ "piral-vue": "^0.14.32",
83
83
  "preact": "^10.0.5",
84
84
  "react": "18.2.0",
85
85
  "react-dom": "18.2.0",