sample-cross-fx 1.1.0-beta.5752 → 1.1.0-beta.5756

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
@@ -1241,6 +1241,10 @@ export interface NavigationApi {
1241
1241
  * as the implementation is router specific and may change over time.
1242
1242
  */
1243
1243
  router: any;
1244
+ /**
1245
+ * Gets the public path of the application.
1246
+ */
1247
+ publicPath: string;
1244
1248
  }
1245
1249
 
1246
1250
  export type Without<T, K> = Pick<T, Exclude<keyof T, K>>;
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.b2aa23.js"></script></head>
8
+ <script defer src="/index.3d2d9a.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.b2aa23.js');
5
+ require('.//index.3d2d9a.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": "1.1.0-beta.5752",
4
+ "version": "1.1.0-beta.5756",
5
5
  "license": "MIT",
6
6
  "homepage": "https://piral.io",
7
7
  "keywords": [
@@ -50,13 +50,14 @@
50
50
  "files": []
51
51
  },
52
52
  "piralCLI": {
53
- "version": "1.1.0-beta.5752",
53
+ "version": "1.1.0-beta.5756",
54
54
  "generated": true
55
55
  },
56
56
  "main": "./app/index.js",
57
57
  "typings": "./app/index.d.ts",
58
58
  "app": "./app/index.html",
59
59
  "peerDependencies": {},
60
+ "optionalDependencies": {},
60
61
  "devDependencies": {
61
62
  "@types/angular": "^1.6.45",
62
63
  "@types/react": "^18.0.0",
@@ -64,8 +65,8 @@
64
65
  "@types/react-router": "^5.1.8",
65
66
  "@types/react-router-dom": "^5.1.6",
66
67
  "@vue/component-compiler-utils": "^3.0.0",
67
- "piral-cli": "^1.1.0-beta.5752",
68
- "piral-cli-webpack5": "^1.1.0-beta.5752",
68
+ "piral-cli": "^1.1.0-beta.5756",
69
+ "piral-cli-webpack5": "^1.1.0-beta.5756",
69
70
  "sass": "^1.17.0",
70
71
  "vue-template-compiler": "^2.6.10",
71
72
  "@angular/common": "16.0.1",
@@ -88,22 +89,22 @@
88
89
  "inferno-create-element": "7.4.11",
89
90
  "lit-element": "2.5.1",
90
91
  "mithril": "2.2.2",
91
- "piral-aurelia": "^1.1.0-beta.5752",
92
- "piral-blazor": "^1.1.0-beta.5752",
93
- "piral-core": "^1.1.0-beta.5752",
94
- "piral-elm": "^1.1.0-beta.5752",
95
- "piral-hyperapp": "^1.1.0-beta.5752",
96
- "piral-inferno": "^1.1.0-beta.5752",
97
- "piral-lazy": "^1.1.0-beta.5752",
98
- "piral-litel": "^1.1.0-beta.5752",
99
- "piral-mithril": "^1.1.0-beta.5752",
100
- "piral-ng": "^1.1.0-beta.5752",
101
- "piral-ngjs": "^1.1.0-beta.5752",
102
- "piral-preact": "^1.1.0-beta.5752",
103
- "piral-riot": "^1.1.0-beta.5752",
104
- "piral-solid": "^1.1.0-beta.5752",
105
- "piral-svelte": "^1.1.0-beta.5752",
106
- "piral-vue": "^1.1.0-beta.5752",
92
+ "piral-aurelia": "^1.1.0-beta.5756",
93
+ "piral-blazor": "^1.1.0-beta.5756",
94
+ "piral-core": "^1.1.0-beta.5756",
95
+ "piral-elm": "^1.1.0-beta.5756",
96
+ "piral-hyperapp": "^1.1.0-beta.5756",
97
+ "piral-inferno": "^1.1.0-beta.5756",
98
+ "piral-lazy": "^1.1.0-beta.5756",
99
+ "piral-litel": "^1.1.0-beta.5756",
100
+ "piral-mithril": "^1.1.0-beta.5756",
101
+ "piral-ng": "^1.1.0-beta.5756",
102
+ "piral-ngjs": "^1.1.0-beta.5756",
103
+ "piral-preact": "^1.1.0-beta.5756",
104
+ "piral-riot": "^1.1.0-beta.5756",
105
+ "piral-solid": "^1.1.0-beta.5756",
106
+ "piral-svelte": "^1.1.0-beta.5756",
107
+ "piral-vue": "^1.1.0-beta.5756",
107
108
  "preact": "10.8.2",
108
109
  "react": "18.2.0",
109
110
  "react-dom": "18.2.0",