piral-million 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 +1 -1
- package/package.json +3 -6
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ export function setup(piral: PiletApi) {
|
|
|
59
59
|
|
|
60
60
|
::: summary: For Piral instance developers
|
|
61
61
|
|
|
62
|
-
Using Million with Piral is as simple as installing `piral-million` and `million`.
|
|
62
|
+
Using Million with Piral is as simple as installing `piral-million` and `million@^1`.
|
|
63
63
|
|
|
64
64
|
```ts
|
|
65
65
|
import { createMillionApi } from 'piral-million';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-million",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1-beta.5640",
|
|
4
4
|
"description": "Plugin for integrating Million components in Piral.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral",
|
|
@@ -65,10 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"million": "^1.12.0",
|
|
68
|
-
"piral-core": "
|
|
68
|
+
"piral-core": "1.0.1-beta.5640"
|
|
69
69
|
},
|
|
70
|
-
"
|
|
71
|
-
"million": "^1.0.0"
|
|
72
|
-
},
|
|
73
|
-
"gitHead": "67d9a2920bd5231baf10bc87ae8985666b18fa3a"
|
|
70
|
+
"gitHead": "fa0a72b28fd0a20afec7ef491ec19e93c090fc72"
|
|
74
71
|
}
|