piral-base 1.10.2 → 1.10.3-beta.04d3bdb
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 +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[](https://piral.io)
|
|
2
2
|
|
|
3
|
-
# [Piral Base](https://piral.io) · [](https://github.com/smapiot/piral/blob/main/LICENSE) [](https://www.npmjs.com/package/piral-base) [ · [](https://github.com/smapiot/piral/blob/main/LICENSE) [](https://www.npmjs.com/package/piral-base) [](https://vitest.dev/) [](https://discord.gg/kKJ2FZmK8t)
|
|
4
4
|
|
|
5
5
|
This is the base library that is required for any Piral instance. It is independent of React, a state container, or anything else. It only brings functionality for loading and evaluating pilets.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-base",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.3-beta.04d3bdb",
|
|
4
4
|
"description": "The base library for creating a Piral instance.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"portal",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"sharedDependencies": [
|
|
85
85
|
"tslib"
|
|
86
86
|
],
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "04d3bdb90824e6b1da4e12eb20a6700cbfb84ec8"
|
|
88
88
|
}
|