sample-piral 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
@@ -304,6 +304,10 @@ declare module "sample-piral" {
304
304
  * The meta data registered with the page.
305
305
  */
306
306
  meta: PiralPageMeta;
307
+ /**
308
+ * The children of the page.
309
+ */
310
+ children: React.ReactNode;
307
311
  }
308
312
 
309
313
  /**
package/app/index.html CHANGED
@@ -5,7 +5,7 @@
5
5
  <title>Piral Sample</title>
6
6
  <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
7
7
 
8
- <script defer src="/index.e1c38d.js"></script></head>
8
+ <script defer src="/index.44d9b5.js"></script></head>
9
9
  <body>
10
10
  <div id="app">
11
11
  <div class="pi-center">
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.e1c38d.js');
5
+ require('.//index.44d9b5.js');
6
6
  const ctx = window['dbg:piral'];
7
7
  const dependencies = (ctx && ctx.pilets && ctx.pilets.getDependencies({})) || {};
8
8
  module.exports = dependencies['sample-piral'] || {};
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-piral",
3
3
  "description": "Example project illustrating the use of the piral and piral-cli packages.",
4
- "version": "0.14.30",
4
+ "version": "0.14.32",
5
5
  "license": "MIT",
6
6
  "homepage": "https://piral.io",
7
7
  "keywords": [
@@ -24,7 +24,7 @@
24
24
  }
25
25
  },
26
26
  "piralCLI": {
27
- "version": "0.14.30",
27
+ "version": "0.14.31",
28
28
  "generated": true
29
29
  },
30
30
  "main": "./app/index.js",
@@ -36,13 +36,13 @@
36
36
  "@types/react-dom": "^17.0.0",
37
37
  "@types/react-router": "^5.1.8",
38
38
  "@types/react-router-dom": "^5.1.6",
39
- "piral-cli": "^0.14.30",
40
- "piral-cli-webpack5": "^0.14.30",
39
+ "piral-cli": "^0.14.31",
40
+ "piral-cli-webpack5": "^0.14.31",
41
41
  "sass": "^1.17.0",
42
42
  "bootstrap": "^4.3.1",
43
- "piral": "^0.14.30",
44
- "piral-auth": "^0.14.30",
45
- "piral-search": "^0.14.30",
43
+ "piral": "^0.14.32",
44
+ "piral-auth": "^0.14.32",
45
+ "piral-search": "^0.14.32",
46
46
  "reactstrap": "8.10.0",
47
47
  "react": "17.0.2",
48
48
  "react-dom": "17.0.2",