Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Mar 1, 2023
1 parent 8253f3b commit deb7270
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/leancloud",
"version": "1.0.0",
"version": "1.0.2",
"description": "Leancloud api.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -42,5 +42,11 @@
"homepage": "https://js.work",
"dependencies": {
"node-fetch": "2.6.7"
}
},
"keywords": [
"get",
"lc",
"leancloud",
"set"
]
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const defaults = {
};

export default class {
private static getHeaders(inOptions: Options) {
public static getHeaders(inOptions: Options) {
return {
'X-LC-Id': inOptions.lcId,
'X-LC-Key': inOptions.lcKey,
Expand Down

0 comments on commit deb7270

Please sign in to comment.