@lowdefy/server 4.0.0-rc.10 → 4.0.0-rc.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/package.json +26 -24
  2. package/package.original.json +27 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/server",
3
- "version": "4.0.0-rc.10",
3
+ "version": "4.0.0-rc.11",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "homepage": "https://lowdefy.com",
@@ -45,38 +45,40 @@
45
45
  "next": "next"
46
46
  },
47
47
  "dependencies": {
48
- "@lowdefy/actions-core": "4.0.0-rc.10",
49
- "@lowdefy/api": "4.0.0-rc.10",
50
- "@lowdefy/blocks-antd": "4.0.0-rc.10",
51
- "@lowdefy/blocks-basic": "4.0.0-rc.10",
52
- "@lowdefy/blocks-loaders": "4.0.0-rc.10",
53
- "@lowdefy/client": "4.0.0-rc.10",
54
- "@lowdefy/helpers": "4.0.0-rc.10",
55
- "@lowdefy/layout": "4.0.0-rc.10",
56
- "@lowdefy/node-utils": "4.0.0-rc.10",
57
- "@lowdefy/operators-js": "4.0.0-rc.10",
58
- "@lowdefy/plugin-next-auth": "4.0.0-rc.10",
59
- "next": "12.3.4",
60
- "next-auth": "4.20.1",
61
- "pino": "8.8.0",
48
+ "@lowdefy/actions-core": "4.0.0-rc.11",
49
+ "@lowdefy/api": "4.0.0-rc.11",
50
+ "@lowdefy/blocks-antd": "4.0.0-rc.11",
51
+ "@lowdefy/blocks-basic": "4.0.0-rc.11",
52
+ "@lowdefy/blocks-loaders": "4.0.0-rc.11",
53
+ "@lowdefy/client": "4.0.0-rc.11",
54
+ "@lowdefy/helpers": "4.0.0-rc.11",
55
+ "@lowdefy/layout": "4.0.0-rc.11",
56
+ "@lowdefy/node-utils": "4.0.0-rc.11",
57
+ "@lowdefy/operators-js": "4.0.0-rc.11",
58
+ "@lowdefy/plugin-next-auth": "4.0.0-rc.11",
59
+ "next": "13.5.4",
60
+ "next-auth": "4.23.2",
61
+ "pino": "8.15.6",
62
62
  "process": "0.11.10",
63
63
  "react": "18.2.0",
64
64
  "react-dom": "18.2.0",
65
- "react-icons": "4.7.1"
65
+ "react-icons": "4.11.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@lowdefy/build": "4.0.0-rc.10",
69
- "@next/eslint-plugin-next": "12.3.4",
70
- "less": "4.1.3",
71
- "less-loader": "11.1.0",
72
- "next-with-less": "2.0.5",
68
+ "@lowdefy/build": "4.0.0-rc.11",
69
+ "@next/eslint-plugin-next": "13.5.4",
70
+ "less": "4.2.0",
71
+ "less-loader": "11.1.3",
72
+ "next-with-less": "3.0.1",
73
73
  "webpack": "5.88.2",
74
- "yaml": "2.2.2",
74
+ "yaml": "2.3.2",
75
75
  "yargs": "17.7.2"
76
76
  },
77
- "packageManager": "pnpm@7.11.0",
77
+ "engines": {
78
+ "node": ">=18"
79
+ },
78
80
  "publishConfig": {
79
81
  "access": "public"
80
82
  },
81
- "gitHead": "537af074f27770e32da9da8d48490f2eda94b406"
83
+ "gitHead": "dbc49d3688a6d2f44de25cc3f4bc071627f7ebfa"
82
84
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/server",
3
- "version": "4.0.0-rc.10",
3
+ "version": "4.0.0-rc.11",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "homepage": "https://lowdefy.com",
@@ -45,37 +45,40 @@
45
45
  "next": "next"
46
46
  },
47
47
  "dependencies": {
48
- "@lowdefy/actions-core": "4.0.0-rc.10",
49
- "@lowdefy/api": "4.0.0-rc.10",
50
- "@lowdefy/blocks-antd": "4.0.0-rc.10",
51
- "@lowdefy/blocks-basic": "4.0.0-rc.10",
52
- "@lowdefy/blocks-loaders": "4.0.0-rc.10",
53
- "@lowdefy/client": "4.0.0-rc.10",
54
- "@lowdefy/helpers": "4.0.0-rc.10",
55
- "@lowdefy/layout": "4.0.0-rc.10",
56
- "@lowdefy/node-utils": "4.0.0-rc.10",
57
- "@lowdefy/operators-js": "4.0.0-rc.10",
58
- "@lowdefy/plugin-next-auth": "4.0.0-rc.10",
59
- "next": "12.3.4",
60
- "next-auth": "4.20.1",
61
- "pino": "8.8.0",
48
+ "@lowdefy/actions-core": "4.0.0-rc.11",
49
+ "@lowdefy/api": "4.0.0-rc.11",
50
+ "@lowdefy/blocks-antd": "4.0.0-rc.11",
51
+ "@lowdefy/blocks-basic": "4.0.0-rc.11",
52
+ "@lowdefy/blocks-loaders": "4.0.0-rc.11",
53
+ "@lowdefy/client": "4.0.0-rc.11",
54
+ "@lowdefy/helpers": "4.0.0-rc.11",
55
+ "@lowdefy/layout": "4.0.0-rc.11",
56
+ "@lowdefy/node-utils": "4.0.0-rc.11",
57
+ "@lowdefy/operators-js": "4.0.0-rc.11",
58
+ "@lowdefy/plugin-next-auth": "4.0.0-rc.11",
59
+ "next": "13.5.4",
60
+ "next-auth": "4.23.2",
61
+ "pino": "8.15.6",
62
62
  "process": "0.11.10",
63
63
  "react": "18.2.0",
64
64
  "react-dom": "18.2.0",
65
- "react-icons": "4.7.1"
65
+ "react-icons": "4.11.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@lowdefy/build": "4.0.0-rc.10",
69
- "@next/eslint-plugin-next": "12.3.4",
70
- "less": "4.1.3",
71
- "less-loader": "11.1.0",
72
- "next-with-less": "2.0.5",
68
+ "@lowdefy/build": "4.0.0-rc.11",
69
+ "@next/eslint-plugin-next": "13.5.4",
70
+ "less": "4.2.0",
71
+ "less-loader": "11.1.3",
72
+ "next-with-less": "3.0.1",
73
73
  "webpack": "5.88.2",
74
- "yaml": "2.2.2",
74
+ "yaml": "2.3.2",
75
75
  "yargs": "17.7.2"
76
76
  },
77
- "packageManager": "pnpm@7.11.0",
77
+ "engines": {
78
+ "node": ">=18"
79
+ },
78
80
  "publishConfig": {
79
81
  "access": "public"
80
- }
82
+ },
83
+ "gitHead": "dbc49d3688a6d2f44de25cc3f4bc071627f7ebfa"
81
84
  }