Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jan 18, 2024
1 parent 5c7e722 commit 1883788
Show file tree
Hide file tree
Showing 22 changed files with 27 additions and 35 deletions.
2 changes: 1 addition & 1 deletion lib/act.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/actions.js.map

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

2 changes: 1 addition & 1 deletion lib/add.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/api.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="node" />
declare function wrap(this: any, pin: any, actdef: any, wrapper: any): any;
declare function fix(this: any, patargs: any, msgargs: any, custom: any): any;
declare function options(this: any, options: any, chain: any): any;
Expand Down
6 changes: 1 addition & 5 deletions lib/api.js

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

2 changes: 1 addition & 1 deletion lib/api.js.map

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions lib/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -878,11 +878,6 @@ intern.resolve_config = function(config: any, options: any) {
// Default transport is web
out.type = out.type || 'web'

// DEPRECATED: Remove in 4.0
// if (out.type === 'direct' || out.type === 'http') {
// out.type = 'web'
// }

const base = options[out.type] || {}

out = Object.assign({}, base, out)
Expand Down
2 changes: 1 addition & 1 deletion lib/common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/inward.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/legacy.js.map

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

Loading

0 comments on commit 1883788

Please sign in to comment.