Skip to content

Commit

Permalink
correct index.d.ts; publish
Browse files Browse the repository at this point in the history
  • Loading branch information
danwbyrne committed Aug 6, 2020
1 parent e83af44 commit 2bbae0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edge-js.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module 'edge-js' {
declare module '@neo-one/edge' {
function func<TInput, TOutput>(params: string | Function | Params | Source | TSQL): Func<TInput, TOutput>
function func<TInput, TOutput>(language: string, params: string | Function | Params | Source | TSQL): Func<TInput, TOutput>
interface Params {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "http://tomasz.janczuk.org",
"twitter": "tjanczuk"
},
"version": "14.3.1",
"version": "15.0.0",
"description": "Edge.js: run .NET and Node.js in-process on Windows, Mac OS, and Linux",
"tags": [
"owin",
Expand Down

0 comments on commit 2bbae0b

Please sign in to comment.