@lowdefy/server 4.0.0-rc.1 → 4.0.0-rc.2
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/package.json +15 -15
- package/package.original.json +14 -14
- package/public_default/apple-touch-icon.png +0 -0
- package/public_default/favicon.ico +0 -0
- package/public_default/icon-512.png +0 -0
- package/public_default/icon.svg +17 -0
- package/public_default/logo-dark-theme.png +0 -0
- package/public_default/logo-light-theme.png +0 -0
- package/public_default/logo-square-dark-theme.png +0 -0
- package/public_default/logo-square-light-theme.png +0 -0
- package/public_default/manifest.webmanifest +16 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lowdefy/server",
|
|
3
|
-
"version": "4.0.0-rc.
|
|
3
|
+
"version": "4.0.0-rc.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"homepage": "https://lowdefy.com",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"lib/*",
|
|
30
30
|
"lowdefy/*",
|
|
31
31
|
"pages/*",
|
|
32
|
-
"
|
|
32
|
+
"public_default/*",
|
|
33
33
|
"next.config.js",
|
|
34
34
|
"package.original.json",
|
|
35
35
|
".eslintrc.yaml",
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
"next": "next"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@lowdefy/actions-core": "4.0.0-rc.
|
|
49
|
-
"@lowdefy/api": "4.0.0-rc.
|
|
50
|
-
"@lowdefy/blocks-antd": "4.0.0-rc.
|
|
51
|
-
"@lowdefy/blocks-basic": "4.0.0-rc.
|
|
52
|
-
"@lowdefy/blocks-loaders": "4.0.0-rc.
|
|
53
|
-
"@lowdefy/client": "4.0.0-rc.
|
|
54
|
-
"@lowdefy/helpers": "4.0.0-rc.
|
|
55
|
-
"@lowdefy/layout": "4.0.0-rc.
|
|
56
|
-
"@lowdefy/node-utils": "4.0.0-rc.
|
|
57
|
-
"@lowdefy/operators-js": "4.0.0-rc.
|
|
58
|
-
"@lowdefy/plugin-next-auth": "4.0.0-rc.
|
|
48
|
+
"@lowdefy/actions-core": "4.0.0-rc.2",
|
|
49
|
+
"@lowdefy/api": "4.0.0-rc.2",
|
|
50
|
+
"@lowdefy/blocks-antd": "4.0.0-rc.2",
|
|
51
|
+
"@lowdefy/blocks-basic": "4.0.0-rc.2",
|
|
52
|
+
"@lowdefy/blocks-loaders": "4.0.0-rc.2",
|
|
53
|
+
"@lowdefy/client": "4.0.0-rc.2",
|
|
54
|
+
"@lowdefy/helpers": "4.0.0-rc.2",
|
|
55
|
+
"@lowdefy/layout": "4.0.0-rc.2",
|
|
56
|
+
"@lowdefy/node-utils": "4.0.0-rc.2",
|
|
57
|
+
"@lowdefy/operators-js": "4.0.0-rc.2",
|
|
58
|
+
"@lowdefy/plugin-next-auth": "4.0.0-rc.2",
|
|
59
59
|
"next": "12.3.1",
|
|
60
60
|
"next-auth": "4.18.8",
|
|
61
61
|
"process": "0.11.10",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"react-icons": "4.7.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@lowdefy/build": "4.0.0-rc.
|
|
67
|
+
"@lowdefy/build": "4.0.0-rc.2",
|
|
68
68
|
"@next/eslint-plugin-next": "12.1.6",
|
|
69
69
|
"less": "4.1.3",
|
|
70
70
|
"less-loader": "11.1.0",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "ac0dec732efb3b3cb06c82941d8f829c9fa65dff"
|
|
81
81
|
}
|
package/package.original.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lowdefy/server",
|
|
3
|
-
"version": "4.0.0-rc.
|
|
3
|
+
"version": "4.0.0-rc.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"homepage": "https://lowdefy.com",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"lib/*",
|
|
30
30
|
"lowdefy/*",
|
|
31
31
|
"pages/*",
|
|
32
|
-
"
|
|
32
|
+
"public_default/*",
|
|
33
33
|
"next.config.js",
|
|
34
34
|
"package.original.json",
|
|
35
35
|
".eslintrc.yaml",
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
"next": "next"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@lowdefy/actions-core": "4.0.0-rc.
|
|
49
|
-
"@lowdefy/api": "4.0.0-rc.
|
|
50
|
-
"@lowdefy/blocks-antd": "4.0.0-rc.
|
|
51
|
-
"@lowdefy/blocks-basic": "4.0.0-rc.
|
|
52
|
-
"@lowdefy/blocks-loaders": "4.0.0-rc.
|
|
53
|
-
"@lowdefy/client": "4.0.0-rc.
|
|
54
|
-
"@lowdefy/helpers": "4.0.0-rc.
|
|
55
|
-
"@lowdefy/layout": "4.0.0-rc.
|
|
56
|
-
"@lowdefy/node-utils": "4.0.0-rc.
|
|
57
|
-
"@lowdefy/operators-js": "4.0.0-rc.
|
|
58
|
-
"@lowdefy/plugin-next-auth": "4.0.0-rc.
|
|
48
|
+
"@lowdefy/actions-core": "4.0.0-rc.2",
|
|
49
|
+
"@lowdefy/api": "4.0.0-rc.2",
|
|
50
|
+
"@lowdefy/blocks-antd": "4.0.0-rc.2",
|
|
51
|
+
"@lowdefy/blocks-basic": "4.0.0-rc.2",
|
|
52
|
+
"@lowdefy/blocks-loaders": "4.0.0-rc.2",
|
|
53
|
+
"@lowdefy/client": "4.0.0-rc.2",
|
|
54
|
+
"@lowdefy/helpers": "4.0.0-rc.2",
|
|
55
|
+
"@lowdefy/layout": "4.0.0-rc.2",
|
|
56
|
+
"@lowdefy/node-utils": "4.0.0-rc.2",
|
|
57
|
+
"@lowdefy/operators-js": "4.0.0-rc.2",
|
|
58
|
+
"@lowdefy/plugin-next-auth": "4.0.0-rc.2",
|
|
59
59
|
"next": "12.3.1",
|
|
60
60
|
"next-auth": "4.18.8",
|
|
61
61
|
"process": "0.11.10",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"react-icons": "4.7.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@lowdefy/build": "4.0.0-rc.
|
|
67
|
+
"@lowdefy/build": "4.0.0-rc.2",
|
|
68
68
|
"@next/eslint-plugin-next": "12.1.6",
|
|
69
69
|
"less": "4.1.3",
|
|
70
70
|
"less-loader": "11.1.0",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 94 94" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<g transform="matrix(1,0,0,1,-979.672,-59.6924)">
|
|
5
|
+
<g transform="matrix(1,0,0,1.03297,-38.3284,-294.615)">
|
|
6
|
+
<g transform="matrix(1,0,0,1,952,232)">
|
|
7
|
+
<path d="M160,129.634C160,119.35 151.375,111 140.751,111L85.249,111C74.625,111 66,119.35 66,129.634L66,183.366C66,193.65 74.625,202 85.249,202L140.751,202C151.375,202 160,193.65 160,183.366L160,129.634Z"/>
|
|
8
|
+
</g>
|
|
9
|
+
<g transform="matrix(0.872141,0,0,1,1002.6,346)">
|
|
10
|
+
<rect x="36" y="12" width="36" height="59" style="fill:white;"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g transform="matrix(0.78125,0,0,0.862069,1010.84,356.663)">
|
|
13
|
+
<rect x="77" y="41" width="32" height="29" style="fill:rgb(24,144,255);"/>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"short_name": "Lowdefy App",
|
|
3
|
+
"name": "Lowdefy App",
|
|
4
|
+
"description": "Lowdefy App",
|
|
5
|
+
"icons": [
|
|
6
|
+
{
|
|
7
|
+
"src": "/public/icon-512.png",
|
|
8
|
+
"type": "image/png",
|
|
9
|
+
"sizes": "512x512"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"start_url": "/",
|
|
13
|
+
"background_color": "#FFFFFF",
|
|
14
|
+
"display": "browser",
|
|
15
|
+
"scope": "/"
|
|
16
|
+
}
|