Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Mar 1, 2023
1 parent 185fe26 commit 1808743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/leancloud",
"version": "1.0.2",
"version": "1.0.4",
"description": "Leancloud api.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export default class LC {
return res?.value;
}

private id: string;
private options?: Options;
public id: string;
public options?: Options;

constructor(inId: string, inOptions?: Options) {
this.id = inId;
Expand Down

0 comments on commit 1808743

Please sign in to comment.