sample-cross-fx 0.15.0-beta.4798 → 0.15.0-beta.4803
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.832e1f.js → index.717365.js} +25 -74
- package/app/{index.832e1f.js.map → index.717365.js.map} +1 -1
- package/app/index.html +1 -1
- package/app/index.js +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +98 -48
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.
|
|
8
|
+
<script defer src="/index.717365.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.
|
|
5
|
+
require('.//index.717365.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.
|
|
4
|
+
"version": "0.15.0-beta.4803",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://piral.io",
|
|
7
7
|
"keywords": [
|
|
@@ -12,11 +12,35 @@
|
|
|
12
12
|
],
|
|
13
13
|
"importmap": {
|
|
14
14
|
"imports": {
|
|
15
|
+
"@angular/common": "@angular/common",
|
|
16
|
+
"@angular/compiler": "@angular/compiler",
|
|
17
|
+
"@angular/core": "@angular/core",
|
|
18
|
+
"@angular/platform-browser": "@angular/platform-browser",
|
|
19
|
+
"@angular/platform-browser-dynamic": "@angular/platform-browser-dynamic",
|
|
20
|
+
"@webcomponents/webcomponentsjs": "@webcomponents/webcomponentsjs",
|
|
21
|
+
"angular": "angular",
|
|
22
|
+
"aurelia-framework": "aurelia-framework",
|
|
23
|
+
"aurelia-templating-binding": "aurelia-templating-binding",
|
|
24
|
+
"aurelia-templating-resources": "aurelia-templating-resources",
|
|
25
|
+
"aurelia-pal-browser": "aurelia-pal-browser",
|
|
26
|
+
"aurelia-event-aggregator": "aurelia-event-aggregator",
|
|
27
|
+
"aurelia-history-browser": "aurelia-history-browser",
|
|
28
|
+
"hyperapp": "hyperapp",
|
|
29
|
+
"inferno": "inferno",
|
|
30
|
+
"inferno-create-element": "inferno-create-element",
|
|
31
|
+
"mithril": "mithril",
|
|
32
|
+
"lit-element": "lit-element",
|
|
33
|
+
"solid-js": "solid-js",
|
|
34
|
+
"preact": "preact",
|
|
35
|
+
"riot": "riot",
|
|
36
|
+
"rxjs": "rxjs",
|
|
37
|
+
"vue": "vue",
|
|
38
|
+
"zone.js": "zone.js",
|
|
39
|
+
"tslib": "tslib",
|
|
15
40
|
"react": "react",
|
|
16
41
|
"react-dom": "react-dom",
|
|
17
42
|
"react-router": "react-router",
|
|
18
|
-
"react-router-dom": "react-router-dom"
|
|
19
|
-
"tslib": "tslib"
|
|
43
|
+
"react-router-dom": "react-router-dom"
|
|
20
44
|
}
|
|
21
45
|
},
|
|
22
46
|
"pilets": {
|
|
@@ -26,7 +50,7 @@
|
|
|
26
50
|
"files": []
|
|
27
51
|
},
|
|
28
52
|
"piralCLI": {
|
|
29
|
-
"version": "0.15.0-beta.
|
|
53
|
+
"version": "0.15.0-beta.4803",
|
|
30
54
|
"generated": true
|
|
31
55
|
},
|
|
32
56
|
"main": "./app/index.js",
|
|
@@ -40,65 +64,91 @@
|
|
|
40
64
|
"@types/react-router": "^5.1.8",
|
|
41
65
|
"@types/react-router-dom": "^5.1.6",
|
|
42
66
|
"@vue/component-compiler-utils": "^3.0.0",
|
|
43
|
-
"piral-cli": "^0.15.0-beta.
|
|
44
|
-
"piral-cli-webpack5": "^0.15.0-beta.
|
|
67
|
+
"piral-cli": "^0.15.0-beta.4803",
|
|
68
|
+
"piral-cli-webpack5": "^0.15.0-beta.4803",
|
|
45
69
|
"sass": "^1.17.0",
|
|
46
70
|
"vue-template-compiler": "^2.6.10",
|
|
47
|
-
"@angular/common": "
|
|
48
|
-
"@angular/compiler": "
|
|
49
|
-
"@angular/core": "
|
|
50
|
-
"@angular/platform-browser": "
|
|
51
|
-
"@angular/platform-browser-dynamic": "
|
|
52
|
-
"@webcomponents/webcomponentsjs": "
|
|
53
|
-
"angular": "
|
|
54
|
-
"aurelia-event-aggregator": "
|
|
55
|
-
"aurelia-framework": "
|
|
56
|
-
"aurelia-history-browser": "
|
|
57
|
-
"aurelia-pal-browser": "
|
|
58
|
-
"aurelia-templating-binding": "
|
|
59
|
-
"aurelia-templating-resources": "
|
|
71
|
+
"@angular/common": "14.1.3",
|
|
72
|
+
"@angular/compiler": "14.1.3",
|
|
73
|
+
"@angular/core": "14.1.3",
|
|
74
|
+
"@angular/platform-browser": "14.1.3",
|
|
75
|
+
"@angular/platform-browser-dynamic": "14.1.3",
|
|
76
|
+
"@webcomponents/webcomponentsjs": "2.6.0",
|
|
77
|
+
"angular": "1.8.3",
|
|
78
|
+
"aurelia-event-aggregator": "1.0.3",
|
|
79
|
+
"aurelia-framework": "1.4.1",
|
|
80
|
+
"aurelia-history-browser": "1.4.0",
|
|
81
|
+
"aurelia-pal-browser": "1.8.1",
|
|
82
|
+
"aurelia-templating-binding": "1.6.0",
|
|
83
|
+
"aurelia-templating-resources": "1.14.3",
|
|
60
84
|
"blazor": "5.0.0-pre.20210622.1",
|
|
61
85
|
"core-js": "^3.15.2",
|
|
62
|
-
"hyperapp": "
|
|
63
|
-
"inferno": "
|
|
64
|
-
"inferno-create-element": "
|
|
65
|
-
"lit-element": "
|
|
66
|
-
"mithril": "
|
|
67
|
-
"piral-aurelia": "^0.15.0-beta.
|
|
68
|
-
"piral-blazor": "^0.15.0-beta.
|
|
69
|
-
"piral-core": "^0.15.0-beta.
|
|
70
|
-
"piral-elm": "^0.15.0-beta.
|
|
71
|
-
"piral-hyperapp": "^0.15.0-beta.
|
|
72
|
-
"piral-inferno": "^0.15.0-beta.
|
|
73
|
-
"piral-lazy": "^0.15.0-beta.
|
|
74
|
-
"piral-litel": "^0.15.0-beta.
|
|
75
|
-
"piral-mithril": "^0.15.0-beta.
|
|
76
|
-
"piral-ng": "^0.15.0-beta.
|
|
77
|
-
"piral-ngjs": "^0.15.0-beta.
|
|
78
|
-
"piral-preact": "^0.15.0-beta.
|
|
79
|
-
"piral-riot": "^0.15.0-beta.
|
|
80
|
-
"piral-solid": "^0.15.0-beta.
|
|
81
|
-
"piral-svelte": "^0.15.0-beta.
|
|
82
|
-
"piral-vue": "^0.15.0-beta.
|
|
83
|
-
"preact": "
|
|
86
|
+
"hyperapp": "1.2.10",
|
|
87
|
+
"inferno": "7.4.11",
|
|
88
|
+
"inferno-create-element": "7.4.11",
|
|
89
|
+
"lit-element": "2.5.1",
|
|
90
|
+
"mithril": "2.2.2",
|
|
91
|
+
"piral-aurelia": "^0.15.0-beta.4803",
|
|
92
|
+
"piral-blazor": "^0.15.0-beta.4803",
|
|
93
|
+
"piral-core": "^0.15.0-beta.4803",
|
|
94
|
+
"piral-elm": "^0.15.0-beta.4803",
|
|
95
|
+
"piral-hyperapp": "^0.15.0-beta.4803",
|
|
96
|
+
"piral-inferno": "^0.15.0-beta.4803",
|
|
97
|
+
"piral-lazy": "^0.15.0-beta.4803",
|
|
98
|
+
"piral-litel": "^0.15.0-beta.4803",
|
|
99
|
+
"piral-mithril": "^0.15.0-beta.4803",
|
|
100
|
+
"piral-ng": "^0.15.0-beta.4803",
|
|
101
|
+
"piral-ngjs": "^0.15.0-beta.4803",
|
|
102
|
+
"piral-preact": "^0.15.0-beta.4803",
|
|
103
|
+
"piral-riot": "^0.15.0-beta.4803",
|
|
104
|
+
"piral-solid": "^0.15.0-beta.4803",
|
|
105
|
+
"piral-svelte": "^0.15.0-beta.4803",
|
|
106
|
+
"piral-vue": "^0.15.0-beta.4803",
|
|
107
|
+
"preact": "10.8.2",
|
|
84
108
|
"react": "18.2.0",
|
|
85
109
|
"react-dom": "18.2.0",
|
|
86
110
|
"react-router": "5.3.3",
|
|
87
111
|
"react-router-dom": "5.3.3",
|
|
88
|
-
"riot": "
|
|
89
|
-
"rxjs": "
|
|
90
|
-
"solid-js": "
|
|
91
|
-
"vue": "
|
|
112
|
+
"riot": "4.14.0",
|
|
113
|
+
"rxjs": "7.5.6",
|
|
114
|
+
"solid-js": "0.18.14",
|
|
115
|
+
"vue": "2.7.2",
|
|
92
116
|
"vue-hot-reload-api": "^2.3.3",
|
|
93
|
-
"zone.js": "
|
|
117
|
+
"zone.js": "0.9.1",
|
|
94
118
|
"tslib": "2.3.1"
|
|
95
119
|
},
|
|
96
120
|
"sharedDependencies": [
|
|
121
|
+
"@angular/common",
|
|
122
|
+
"@angular/compiler",
|
|
123
|
+
"@angular/core",
|
|
124
|
+
"@angular/platform-browser",
|
|
125
|
+
"@angular/platform-browser-dynamic",
|
|
126
|
+
"@webcomponents/webcomponentsjs",
|
|
127
|
+
"angular",
|
|
128
|
+
"aurelia-framework",
|
|
129
|
+
"aurelia-templating-binding",
|
|
130
|
+
"aurelia-templating-resources",
|
|
131
|
+
"aurelia-pal-browser",
|
|
132
|
+
"aurelia-event-aggregator",
|
|
133
|
+
"aurelia-history-browser",
|
|
134
|
+
"hyperapp",
|
|
135
|
+
"inferno",
|
|
136
|
+
"inferno-create-element",
|
|
137
|
+
"mithril",
|
|
138
|
+
"lit-element",
|
|
139
|
+
"solid-js",
|
|
140
|
+
"solid-js/dom",
|
|
141
|
+
"piral-ng/common",
|
|
142
|
+
"preact",
|
|
143
|
+
"riot",
|
|
144
|
+
"rxjs",
|
|
145
|
+
"vue",
|
|
146
|
+
"zone.js",
|
|
147
|
+
"tslib",
|
|
97
148
|
"react",
|
|
98
149
|
"react-dom",
|
|
99
150
|
"react-router",
|
|
100
|
-
"react-router-dom"
|
|
101
|
-
"tslib"
|
|
151
|
+
"react-router-dom"
|
|
102
152
|
],
|
|
103
153
|
"repository": {
|
|
104
154
|
"type": "git",
|