Skip to content

Commit

Permalink
build: 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Jul 2, 2022
1 parent 2d957e0 commit a2a7d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
18 changes: 1 addition & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflare-client",
"version": "0.3.1",
"version": "0.3.2",
"packageManager": "[email protected]",
"description": "Universal HTTP client for Cloudflare API",
"license": "MIT",
Expand Down Expand Up @@ -55,22 +55,6 @@
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./dnsRecords": {
"types": "./dist/dnsRecords.d.ts",
"default": "./dist/dnsRecords.js"
},
"./kv": {
"types": "./dist/kv.d.ts",
"default": "./dist/kv.js"
},
"./user": {
"types": "./dist/user.d.ts",
"default": "./dist/user.js"
},
"./userTokens": {
"types": "./dist/userTokens.d.ts",
"default": "./dist/userTokens.js"
},
"./package.json": "./package.json"
},
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

export * from "./customHostnames.js";
export * from "./dnsRecords.js";
export * from "./fetch.js";
export * from "./kv.js";
export * from "./user.js";
export * from "./userTokens.js";

0 comments on commit a2a7d65

Please sign in to comment.