piral-aurelia 1.0.0 → 1.0.1-beta.5640
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/README.md +8 -1
- package/package.json +3 -11
package/README.md
CHANGED
|
@@ -59,7 +59,14 @@ export function setup(piral: PiletApi) {
|
|
|
59
59
|
|
|
60
60
|
::: summary: For Piral instance developers
|
|
61
61
|
|
|
62
|
-
Using Aurelia with Piral is as simple as installing `piral-aurelia` and `aurelia-framework
|
|
62
|
+
Using Aurelia with Piral is as simple as installing `piral-aurelia` and `aurelia-framework` together with the following Aurelia packages:
|
|
63
|
+
|
|
64
|
+
- `aurelia-event-aggregator`: 1.x
|
|
65
|
+
- `aurelia-framework`: 1.x
|
|
66
|
+
- `aurelia-history-browser`: 1.x
|
|
67
|
+
- `aurelia-pal-browser`: 1.x
|
|
68
|
+
- `aurelia-templating-binding`: 1.x
|
|
69
|
+
- `aurelia-templating-resources`: 1.x
|
|
63
70
|
|
|
64
71
|
```ts
|
|
65
72
|
import { createAureliaApi } from 'piral-aurelia';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-aurelia",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1-beta.5640",
|
|
4
4
|
"description": "Plugin for integrating Aurelia components in Piral.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral",
|
|
@@ -70,15 +70,7 @@
|
|
|
70
70
|
"aurelia-pal-browser": "1.8.1",
|
|
71
71
|
"aurelia-templating-binding": "1.5.3",
|
|
72
72
|
"aurelia-templating-resources": "1.13.1",
|
|
73
|
-
"piral-core": "
|
|
73
|
+
"piral-core": "1.0.1-beta.5640"
|
|
74
74
|
},
|
|
75
|
-
"
|
|
76
|
-
"aurelia-event-aggregator": "^1.0.0",
|
|
77
|
-
"aurelia-framework": "^1.0.0",
|
|
78
|
-
"aurelia-history-browser": "^1.0.0",
|
|
79
|
-
"aurelia-pal-browser": "^1.0.0",
|
|
80
|
-
"aurelia-templating-binding": "^1.0.0",
|
|
81
|
-
"aurelia-templating-resources": "^1.0.0"
|
|
82
|
-
},
|
|
83
|
-
"gitHead": "67d9a2920bd5231baf10bc87ae8985666b18fa3a"
|
|
75
|
+
"gitHead": "fa0a72b28fd0a20afec7ef491ec19e93c090fc72"
|
|
84
76
|
}
|