Skip to content

Commit f448378

Browse files
author
FalkWolsky
committed
Improved Documentation
1 parent 5358d9e commit f448378

File tree

5 files changed

+3
-12
lines changed

5 files changed

+3
-12
lines changed

client/packages/lowcoder-comps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lowcoder-comps",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"type": "module",
55
"license": "MIT",
66
"dependencies": {

client/packages/lowcoder/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta
1010
lang="en"
1111
name="description"
12-
content="A developer-friendly open-source low code platform to build internal apps within minutes."
12+
content="Lowcoder | rapid App & VideoMeeting builder for everyone."
1313
/>
1414
<meta name="theme-color" content="#000000" />
1515
<style>

client/packages/lowcoder/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
"ua-parser-js": "^1.0.33",
105105
"uuid": "^9.0.0",
106106
"web-vitals": "^2.1.0",
107-
"weixin-js-sdk": "^1.6.0",
108107
"xlsx": "^0.18.5"
109108
},
110109
"scripts": {

client/packages/lowcoder/src/app-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ declare var REACT_APP_BUNDLE_TYPE: "sdk" | "app";
4242
declare var REACT_APP_DISABLE_JS_SANDBOX: string;
4343
declare var REACT_APP_BUNDLE_BUILTIN_PLUGIN: string;
4444

45-
declare module "weixin-js-sdk";
45+
// declare module "weixin-js-sdk";

client/yarn.lock

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12092,7 +12092,6 @@ __metadata:
1209212092
vite-plugin-svgr: ^2.2.2
1209312093
vite-tsconfig-paths: ^3.6.0
1209412094
web-vitals: ^2.1.0
12095-
weixin-js-sdk: ^1.6.0
1209612095
xlsx: ^0.18.5
1209712096
languageName: unknown
1209812097
linkType: soft
@@ -18916,13 +18915,6 @@ __metadata:
1891618915
languageName: node
1891718916
linkType: hard
1891818917

18919-
"weixin-js-sdk@npm:^1.6.0":
18920-
version: 1.6.0
18921-
resolution: "weixin-js-sdk@npm:1.6.0"
18922-
checksum: 274755aaad99dff7a4bedc009798b1d37638c575df221988d05e5e776be9e8399369e374653848da8d16a6d940751482736ac7c88289cd349d39d556dbbf1b69
18923-
languageName: node
18924-
linkType: hard
18925-
1892618918
"whatwg-encoding@npm:^1.0.1, whatwg-encoding@npm:^1.0.5":
1892718919
version: 1.0.5
1892818920
resolution: "whatwg-encoding@npm:1.0.5"

0 commit comments

Comments
 (0)