sample-cross-fx 0.14.30 → 0.14.32

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
@@ -453,6 +453,10 @@ declare module "sample-cross-fx" {
453
453
  * The meta data registered with the page.
454
454
  */
455
455
  meta: PiralPageMeta;
456
+ /**
457
+ * The children of the page.
458
+ */
459
+ children: React.ReactNode;
456
460
  }
457
461
 
458
462
  /**
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.146c9e.js"></script></head>
8
+ <script defer src="/index.4c48c8.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.146c9e.js');
5
+ require('.//index.4c48c8.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.14.30",
4
+ "version": "0.14.32",
5
5
  "license": "MIT",
6
6
  "homepage": "https://piral.io",
7
7
  "keywords": [
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "piralCLI": {
48
- "version": "0.14.30",
48
+ "version": "0.14.31",
49
49
  "generated": true
50
50
  },
51
51
  "main": "./app/index.js",
@@ -59,8 +59,8 @@
59
59
  "@types/react-router": "^5.1.8",
60
60
  "@types/react-router-dom": "^5.1.6",
61
61
  "@vue/component-compiler-utils": "^3.0.0",
62
- "piral-cli": "^0.14.30",
63
- "piral-cli-webpack5": "^0.14.30",
62
+ "piral-cli": "^0.14.31",
63
+ "piral-cli-webpack5": "^0.14.31",
64
64
  "sass": "^1.17.0",
65
65
  "vue-template-compiler": "^2.6.10",
66
66
  "@angular/common": "14.1.3",
@@ -83,22 +83,22 @@
83
83
  "inferno-create-element": "7.4.9",
84
84
  "lit-element": "2.5.1",
85
85
  "mithril": "2.0.4",
86
- "piral-aurelia": "^0.14.30",
87
- "piral-blazor": "^0.14.30",
88
- "piral-core": "^0.14.30",
89
- "piral-elm": "^0.14.30",
90
- "piral-hyperapp": "^0.14.30",
91
- "piral-inferno": "^0.14.30",
92
- "piral-lazy": "^0.14.30",
93
- "piral-litel": "^0.14.30",
94
- "piral-mithril": "^0.14.30",
95
- "piral-ng": "^0.14.30",
96
- "piral-ngjs": "^0.14.30",
97
- "piral-preact": "^0.14.30",
98
- "piral-riot": "^0.14.30",
99
- "piral-solid": "^0.14.30",
100
- "piral-svelte": "^0.14.30",
101
- "piral-vue": "^0.14.30",
86
+ "piral-aurelia": "^0.14.32",
87
+ "piral-blazor": "^0.14.32",
88
+ "piral-core": "^0.14.32",
89
+ "piral-elm": "^0.14.32",
90
+ "piral-hyperapp": "^0.14.32",
91
+ "piral-inferno": "^0.14.32",
92
+ "piral-lazy": "^0.14.32",
93
+ "piral-litel": "^0.14.32",
94
+ "piral-mithril": "^0.14.32",
95
+ "piral-ng": "^0.14.32",
96
+ "piral-ngjs": "^0.14.32",
97
+ "piral-preact": "^0.14.32",
98
+ "piral-riot": "^0.14.32",
99
+ "piral-solid": "^0.14.32",
100
+ "piral-svelte": "^0.14.32",
101
+ "piral-vue": "^0.14.32",
102
102
  "preact": "10.5.14",
103
103
  "react": "17.0.2",
104
104
  "react-dom": "17.0.2",