@olenbetong/appframe-vite 3.1.8 → 3.1.10
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/lib/devServer.js +1 -1
- package/package.json +3 -3
package/lib/devServer.js
CHANGED
|
@@ -78,7 +78,7 @@ export function createHtmlTransformer() {
|
|
|
78
78
|
let userSession = await getUserSession();
|
|
79
79
|
return html
|
|
80
80
|
.replace("<!-- {Appframe} -->", `<script src="/lib/@olenbetong/appframe-core/2.7.3/dist/iife/af.common.js"></script>
|
|
81
|
-
<script src="/lib/@olenbetong/appframe-data/0.8.
|
|
81
|
+
<script src="/lib/@olenbetong/appframe-data/0.8.3/dist/iife/af.data.js"></script>
|
|
82
82
|
<template id="PromptBeforeReloadDialog">
|
|
83
83
|
<dialog class="do-prompt">
|
|
84
84
|
<form method="dialog">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@olenbetong/appframe-vite",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.10",
|
|
4
4
|
"description": "Tools to use and deploy Vite applications to Appframe",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"author": "Bjørnar Vister Hansen <bvh@olenbetong.no>",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@olenbetong/appframe-data": "^0.8.
|
|
22
|
+
"@olenbetong/appframe-data": "^0.8.3",
|
|
23
23
|
"chokidar": "^3.5.3",
|
|
24
24
|
"dotenv": "^16.0.3",
|
|
25
25
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"open": "^8.4.1",
|
|
41
41
|
"tcp-port-used": "^1.0.2"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "6c60fdb2d751e1f342de0fad56d5c98d0f3e98f3"
|
|
44
44
|
}
|