sample-piral 1.8.4-beta.7974 → 1.8.5-beta.7991
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>Piral Sample</title>
|
|
6
6
|
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
|
|
7
7
|
|
|
8
|
-
<script defer src="/index.
|
|
8
|
+
<script defer src="/index.03f843.js"></script></head>
|
|
9
9
|
<body>
|
|
10
10
|
<div id="app">
|
|
11
11
|
<div class="pi-center">
|
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-piral",
|
|
3
3
|
"description": "Example project illustrating the use of the piral and piral-cli packages.",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.5-beta.7991",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://piral.io",
|
|
7
7
|
"keywords": [
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"files": []
|
|
32
32
|
},
|
|
33
33
|
"piralCLI": {
|
|
34
|
-
"version": "1.8.
|
|
34
|
+
"version": "1.8.5-beta.7991",
|
|
35
35
|
"generated": true
|
|
36
36
|
},
|
|
37
37
|
"main": "./app/index.js",
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"@types/react-dom": "^18.0.0",
|
|
45
45
|
"@types/react-router": "^5.1.8",
|
|
46
46
|
"@types/react-router-dom": "^5.1.6",
|
|
47
|
-
"piral-cli": "^1.8.
|
|
48
|
-
"piral-cli-webpack5": "^1.8.
|
|
47
|
+
"piral-cli": "^1.8.5-beta.7991",
|
|
48
|
+
"piral-cli-webpack5": "^1.8.5-beta.7991",
|
|
49
49
|
"sass": "^1.17.0",
|
|
50
50
|
"bootstrap": "^4.3.1",
|
|
51
|
-
"piral": "^1.8.
|
|
52
|
-
"piral-auth": "^1.8.
|
|
53
|
-
"piral-hooks-utils": "^1.8.
|
|
54
|
-
"piral-search": "^1.8.
|
|
51
|
+
"piral": "^1.8.5-beta.7991",
|
|
52
|
+
"piral-auth": "^1.8.5-beta.7991",
|
|
53
|
+
"piral-hooks-utils": "^1.8.5-beta.7991",
|
|
54
|
+
"piral-search": "^1.8.5-beta.7991",
|
|
55
55
|
"reactstrap": "8.10.1",
|
|
56
56
|
"tslib": "2.5.2",
|
|
57
57
|
"react": "18.2.0",
|