piral-core 1.5.3-beta.6918 → 1.5.3-beta.6941
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 +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[](https://piral.io)
|
|
2
2
|
|
|
3
|
-
# [Piral Core](https://piral.io) · [](https://github.com/smapiot/piral/blob/main/LICENSE) [](https://www.npmjs.com/package/piral-core) [](https://jestjs.io) [ · [](https://github.com/smapiot/piral/blob/main/LICENSE) [](https://www.npmjs.com/package/piral-core) [](https://jestjs.io) [](https://discord.gg/kKJ2FZmK8t)
|
|
4
4
|
|
|
5
5
|
This is the core library that is required for any Piral instance. Plugins and pre-made layouts or templates build upon this layer. While `piral-core` is certainly opinionated the library tries to keep most options as flexible as possible.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-core",
|
|
3
|
-
"version": "1.5.3-beta.
|
|
3
|
+
"version": "1.5.3-beta.6941",
|
|
4
4
|
"description": "The core library for creating a Piral instance.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"portal",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"path-to-regexp": "^1.8.0",
|
|
76
|
-
"piral-base": "1.5.3-beta.
|
|
77
|
-
"piral-debug-utils": "1.5.3-beta.
|
|
76
|
+
"piral-base": "1.5.3-beta.6941",
|
|
77
|
+
"piral-debug-utils": "1.5.3-beta.6941",
|
|
78
78
|
"zustand": "^3.0.0"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"react-router-dom",
|
|
95
95
|
"tslib"
|
|
96
96
|
],
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "3ec6cbf6364601eab8cf0ce6ef372a2c79a7f008"
|
|
98
98
|
}
|