sample-cross-fx 0.14.29 → 0.15.0-beta.4411

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.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.4ccada.js"></script></head>
8
+ <script defer src="/index.eb2907.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.4ccada.js');
5
+ require('.//index.eb2907.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.29",
4
+ "version": "0.15.0-beta.4411",
5
5
  "license": "MIT",
6
6
  "homepage": "https://piral.io",
7
7
  "keywords": [
@@ -11,38 +11,10 @@
11
11
  "spa"
12
12
  ],
13
13
  "pilets": {
14
- "externals": [
15
- "@angular/common",
16
- "@angular/compiler",
17
- "@angular/core",
18
- "@angular/platform-browser",
19
- "@angular/platform-browser-dynamic",
20
- "@webcomponents/webcomponentsjs",
21
- "angular",
22
- "aurelia-framework",
23
- "aurelia-templating-binding",
24
- "aurelia-templating-resources",
25
- "aurelia-pal-browser",
26
- "aurelia-event-aggregator",
27
- "aurelia-history-browser",
28
- "hyperapp",
29
- "inferno",
30
- "inferno-create-element",
31
- "mithril",
32
- "lit-element",
33
- "solid-js",
34
- "solid-js/dom",
35
- "piral-ng/common",
36
- "preact",
37
- "riot",
38
- "rxjs",
39
- "vue",
40
- "zone.js"
41
- ],
42
- "files": [],
43
14
  "scripts": {
44
15
  "upgrade-pilet": "pilet upgrade --force-overwrite yes"
45
- }
16
+ },
17
+ "files": []
46
18
  },
47
19
  "piralCLI": {
48
20
  "version": "0.14.29",
@@ -54,8 +26,8 @@
54
26
  "peerDependencies": {},
55
27
  "devDependencies": {
56
28
  "@types/angular": "^1.6.45",
57
- "@types/react": "^17.0.0",
58
- "@types/react-dom": "^17.0.0",
29
+ "@types/react": "^18.0.0",
30
+ "@types/react-dom": "^18.0.0",
59
31
  "@types/react-router": "^5.1.8",
60
32
  "@types/react-router-dom": "^5.1.6",
61
33
  "@vue/component-compiler-utils": "^3.0.0",
@@ -63,26 +35,26 @@
63
35
  "piral-cli-webpack5": "^0.14.29",
64
36
  "sass": "^1.17.0",
65
37
  "vue-template-compiler": "^2.6.10",
66
- "@angular/common": "12.2.16",
67
- "@angular/compiler": "12.2.16",
68
- "@angular/core": "12.2.16",
69
- "@angular/platform-browser": "12.2.16",
70
- "@angular/platform-browser-dynamic": "12.2.16",
71
- "@webcomponents/webcomponentsjs": "2.6.0",
72
- "angular": "1.8.2",
73
- "aurelia-event-aggregator": "1.0.3",
74
- "aurelia-framework": "1.4.1",
75
- "aurelia-history-browser": "1.4.0",
76
- "aurelia-pal-browser": "1.8.1",
77
- "aurelia-templating-binding": "1.5.3",
78
- "aurelia-templating-resources": "1.13.1",
38
+ "@angular/common": "^12.0.0",
39
+ "@angular/compiler": "^12.0.0",
40
+ "@angular/core": "^12.0.0",
41
+ "@angular/platform-browser": "^12.0.0",
42
+ "@angular/platform-browser-dynamic": "^12.0.0",
43
+ "@webcomponents/webcomponentsjs": "^2.4.0",
44
+ "angular": "^1.7.9",
45
+ "aurelia-event-aggregator": "^1.0.3",
46
+ "aurelia-framework": "^1.3.1",
47
+ "aurelia-history-browser": "^1.4.0",
48
+ "aurelia-pal-browser": "^1.8.1",
49
+ "aurelia-templating-binding": "^1.5.3",
50
+ "aurelia-templating-resources": "^1.12.0",
79
51
  "blazor": "5.0.0-pre.20210622.1",
80
52
  "core-js": "^3.15.2",
81
- "hyperapp": "1.2.10",
82
- "inferno": "7.4.9",
83
- "inferno-create-element": "7.4.9",
84
- "lit-element": "2.5.1",
85
- "mithril": "2.0.4",
53
+ "hyperapp": "^1.2.10",
54
+ "inferno": "^7.3.2",
55
+ "inferno-create-element": "^7.3.2",
56
+ "lit-element": "^2.2.1",
57
+ "mithril": "^2.0.4",
86
58
  "piral-aurelia": "^0.14.29",
87
59
  "piral-blazor": "^0.14.29",
88
60
  "piral-core": "^0.14.29",
@@ -99,59 +71,27 @@
99
71
  "piral-solid": "^0.14.29",
100
72
  "piral-svelte": "^0.14.29",
101
73
  "piral-vue": "^0.14.29",
102
- "preact": "10.5.14",
103
- "react": "17.0.2",
104
- "react-dom": "17.0.2",
105
- "react-router": "5.2.1",
106
- "react-router-dom": "5.3.0",
107
- "riot": "4.14.0",
108
- "rxjs": "6.6.7",
109
- "solid-js": "0.18.14",
110
- "vue": "2.6.14",
74
+ "preact": "^10.0.5",
75
+ "react": "18.2.0",
76
+ "react-dom": "18.2.0",
77
+ "react-router": "5.3.3",
78
+ "react-router-dom": "5.3.3",
79
+ "riot": "^4.7.2",
80
+ "rxjs": "^6.3.3",
81
+ "solid-js": "^0.18.7",
82
+ "vue": "^2.6.10",
111
83
  "vue-hot-reload-api": "^2.3.3",
112
- "zone.js": "0.9.1",
84
+ "zone.js": "~0.9",
113
85
  "history": "4.10.1",
114
- "tslib": "2.3.1",
115
- "path-to-regexp": "1.8.0",
116
- "@libre/atom": "1.3.3",
117
- "@dbeining/react-atom": "4.1.21"
86
+ "tslib": "2.3.1"
118
87
  },
119
88
  "sharedDependencies": [
120
- "@angular/common",
121
- "@angular/compiler",
122
- "@angular/core",
123
- "@angular/platform-browser",
124
- "@angular/platform-browser-dynamic",
125
- "@webcomponents/webcomponentsjs",
126
- "angular",
127
- "aurelia-framework",
128
- "aurelia-templating-binding",
129
- "aurelia-templating-resources",
130
- "aurelia-pal-browser",
131
- "aurelia-event-aggregator",
132
- "aurelia-history-browser",
133
- "hyperapp",
134
- "inferno",
135
- "inferno-create-element",
136
- "mithril",
137
- "lit-element",
138
- "solid-js",
139
- "solid-js/dom",
140
- "piral-ng/common",
141
- "preact",
142
- "riot",
143
- "rxjs",
144
- "vue",
145
- "zone.js",
146
89
  "react",
147
90
  "react-dom",
148
91
  "react-router",
149
92
  "react-router-dom",
150
93
  "history",
151
- "tslib",
152
- "path-to-regexp",
153
- "@libre/atom",
154
- "@dbeining/react-atom"
94
+ "tslib"
155
95
  ],
156
96
  "repository": {
157
97
  "type": "git",