Skip to content

Commit

Permalink
Project update. [p][robotic]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswrks committed Aug 15, 2023
1 parent fa1c1c0 commit e5a6ccf
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 47 deletions.
86 changes: 43 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "restricted"
},
"version": "1.0.70",
"version": "1.0.71",
"license": "GPL-3.0-or-later",
"name": "@clevercanyon/utilities.cfw",
"description": "Utilities for JavaScript apps running in a Cloudflare Worker environment.",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {},
"peerDependencies": {
"@clevercanyon/utilities": "^1.0.131",
"@clevercanyon/utilities": "^1.0.132",
"@cloudflare/kv-asset-handler": "^0.2.0"
},
"peerDependenciesMeta": {},
Expand Down
7 changes: 5 additions & 2 deletions src/cfw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ import {
import { $env, $http, $str, $url } from '@clevercanyon/utilities';

/**
* Exports worker request type.
* Exports worker types.
*/
export type { Request } from '@cloudflare/workers-types/experimental';
export type {
Request, //
ExecutionContext as Context,
} from '@cloudflare/workers-types/experimental';

/**
* Defines types.
Expand Down

0 comments on commit e5a6ccf

Please sign in to comment.