@olenbetong/appframe-vite 2.2.10 → 2.2.11

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.
Files changed (2) hide show
  1. package/lib/devServer.js +1 -1
  2. package/package.json +2 -2
package/lib/devServer.js CHANGED
@@ -72,7 +72,7 @@ af.userSession = ${JSON.stringify(userSession)};
72
72
  </script>
73
73
  <script src="/file/article/static-script/${appframe.article.id}.js"></script>
74
74
  <script>
75
- var l = window.af?.common?.getLocalizedString ?? (s) => s;
75
+ var l = window.af?.common?.getLocalizedString ?? ((s) => s);
76
76
  var SkipToConfig = {
77
77
  'settings': {
78
78
  'skipTo': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olenbetong/appframe-vite",
3
- "version": "2.2.10",
3
+ "version": "2.2.11",
4
4
  "description": "Tools to use and deploy Vite applications to Appframe",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",
@@ -39,5 +39,5 @@
39
39
  "open": "^8.4.0",
40
40
  "tcp-port-used": "^1.0.2"
41
41
  },
42
- "gitHead": "e7ebd355be68f82cf3cabd72605c808173efdf55"
42
+ "gitHead": "6e1b231dd810d816c5c9f065a22c89da1d2d3b04"
43
43
  }