@ray-js/builder-web 0.3.27 → 0.3.30

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/package.json +6 -6
  2. package/views/index.ejs +36 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/builder-web",
3
- "version": "0.3.27",
3
+ "version": "0.3.30",
4
4
  "description": "Ray builder for web",
5
5
  "keywords": [
6
6
  "ray"
@@ -21,10 +21,10 @@
21
21
  "watch": "tsc -p ./tsconfig.build.json --watch"
22
22
  },
23
23
  "dependencies": {
24
- "@ray-js/babel-preset-standard": "^0.3.27",
25
- "@ray-js/env-loader": "^0.3.27",
26
- "@ray-js/shared": "^0.3.27",
27
- "@ray-js/types": "^0.3.27",
24
+ "@ray-js/babel-preset-standard": "^0.3.30",
25
+ "@ray-js/env-loader": "^0.3.30",
26
+ "@ray-js/shared": "^0.3.30",
27
+ "@ray-js/types": "^0.3.30",
28
28
  "address": "^1.1.2",
29
29
  "autoprefixer": "9.x",
30
30
  "camelcase": "^6.2.1",
@@ -59,6 +59,6 @@
59
59
  "email": "tuyafe@tuya.com"
60
60
  }
61
61
  ],
62
- "gitHead": "441fdc47dff70a1426ec54d3372fca1974120083",
62
+ "gitHead": "3a986d13b71080e66c302b33c322c0a89da03cdf",
63
63
  "repository": {}
64
64
  }
package/views/index.ejs CHANGED
@@ -1,35 +1,40 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="apple-mobile-web-app-title" content="Ray app" />
6
- <meta name="format-detection" content="telephone=no" />
7
- <meta
8
- name="viewport"
9
- content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no, viewport-fit=cover" />
10
- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
11
- <meta http-equiv="Pragma" content="no-cache" />
12
- <meta http-equiv="Expires" content="0" />
13
- <meta name="renderer" content="webkit" />
14
- <meta name="force-rendering" content="webkit" />
15
- <meta name="apple-mobile-web-app-status-bar-style" content="default">
16
- <meta name="apple-mobile-web-app-capable" content="yes" />
17
- <meta name="apple-touch-fullscreen" content="yes" />
18
- <meta name="theme-color" content="#f2f4f6" />
19
- <title>Ray app</title>
20
- <link rel="stylesheet" href="//unpkg.com/normalize.css@8.0.1/normalize.css" />
21
- <script>
22
- var PUBLIC_PATH = '<%= webpackConfig.output.publicPath %>';
23
- </script>
24
- </head>
25
3
 
26
- <body>
27
- <% if (webpackConfig.mode==='production' ) {%>
28
- <script src="//unpkg.com/react@17.0.2/umd/react.production.min.js"></script>
29
- <script src="//unpkg.com/react-dom@17.0.2/umd/react-dom.production.min.js"></script>
4
+ <head>
5
+ <meta charset="UTF-8" />
6
+ <meta name="apple-mobile-web-app-title" content="Ray app" />
7
+ <meta name="format-detection" content="telephone=no" />
8
+ <meta name="viewport"
9
+ content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no, viewport-fit=cover" />
10
+ <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
11
+ <meta http-equiv="Pragma" content="no-cache" />
12
+ <meta http-equiv="Expires" content="0" />
13
+ <meta name="renderer" content="webkit" />
14
+ <meta name="force-rendering" content="webkit" />
15
+ <meta name="apple-mobile-web-app-status-bar-style" content="default">
16
+ <meta name="apple-mobile-web-app-capable" content="yes" />
17
+ <meta name="apple-touch-fullscreen" content="yes" />
18
+ <meta name="theme-color" content="#f2f4f6" />
19
+ <title>Ray app</title>
20
+ <link rel="stylesheet" href="//images.tuyacn.com/rms-static/bf904570-0f10-11ed-a0c1-c9688f19b248-1659080012615.css?tyName=normalize.css" />
21
+ <script>
22
+ var PUBLIC_PATH = '<%= webpackConfig.output.publicPath %>';
23
+ </script>
24
+ </head>
25
+
26
+ <body>
27
+ <% if (webpackConfig.mode==='production' ) {%>
28
+ <script src="//images.tuyacn.com/rms-static/bf9faec0-0f10-11ed-a271-7788f22b6630-1659080012716.js?tyName=react.production.min.js"></script>
29
+ <script src="//images.tuyacn.com/rms-static/bf9faec0-0f10-11ed-a0c1-c9688f19b248-1659080012716.js?tyName=react-dom.production.min.js"></script>
30
+ <script
31
+ src="//images.tuyacn.com/rms-static/9aee31d0-0f08-11ed-a0c1-c9688f19b248-1659076515181.js?tyName=components.js"></script>
30
32
  <% } else { %>
31
- <script src="//unpkg.com/react@17.0.2/umd/react.development.js"></script>
32
- <script src="//unpkg.com/react-dom@17.0.2/umd/react-dom.development.js"></script>
33
- <% } %>
34
- </body>
35
- </html>
33
+ <script src="//images.tuyacn.com/rms-static/bf90e1b0-0f10-11ed-a271-7788f22b6630-1659080012619.js?tyName=react.development.js"></script>
34
+ <script src="//images.tuyacn.com/rms-static/bf9faec1-0f10-11ed-a0c1-c9688f19b248-1659080012716.js?tyName=react-dom.development.js"></script>
35
+ <script
36
+ src="//images.tuyacn.com/rms-static/9aee31d0-0f08-11ed-a0c1-c9688f19b248-1659076515181.js?tyName=components.js"></script>
37
+ <% } %>
38
+ </body>
39
+
40
+ </html>