sample-cross-fx 0.14.24-beta.4157 → 0.14.24-beta.4168

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
@@ -910,7 +910,7 @@ declare module "sample-cross-fx" {
910
910
  * If false, `render` will be called with the result of calling `empty`.
911
911
  * The result of calling `render` will then be returned from the slot.
912
912
  */
913
- noEmptyRender?: boolean;
913
+ emptySkipsRender?: boolean;
914
914
  /**
915
915
  * Defines the order of the components to render.
916
916
  * May be more convient than using `render` w.r.t. ordering extensions
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.16674d.js"></script></head>
8
+ <script defer src="/index.12a701.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.16674d.js');
5
+ require('.//index.12a701.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.24-beta.4157",
4
+ "version": "0.14.24-beta.4168",
5
5
  "license": "MIT",
6
6
  "homepage": "https://piral.io",
7
7
  "keywords": [