webext-schema
Advanced tools
Comparing version 5.1.10 to 5.1.11
@@ -17,3 +17,3 @@ { | ||
"@types/firefox-webext-browser": "^111.0.0", | ||
"@types/node": "^18.15.2", | ||
"@types/node": "^18.15.10", | ||
"@types/sinon": "^10.0.13", | ||
@@ -24,3 +24,3 @@ "camelize": "^1.0.1", | ||
"json5": "^2.2.3", | ||
"sinon": "^15.0.2" | ||
"sinon": "^15.0.3" | ||
}, | ||
@@ -33,10 +33,10 @@ "devDependencies": { | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jsdoc": "^40.0.1", | ||
"eslint-plugin-jsdoc": "^40.1.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-regexp": "^1.12.0", | ||
"eslint-plugin-regexp": "^1.13.0", | ||
"eslint-plugin-unicorn": "^46.0.0", | ||
"mocha": "^10.2.0", | ||
"npm-run-all": "^4.1.5", | ||
"typescript": "^4.9.5", | ||
"typescript": "^5.0.2", | ||
"undici": "^5.21.0" | ||
@@ -62,3 +62,3 @@ }, | ||
}, | ||
"version": "5.1.10" | ||
"version": "5.1.11" | ||
} |
export function cleanDirectory(cmdOpts?: object): void; | ||
export function parseCommand(args: any[]): void; | ||
export { commander }; | ||
import { program as commander } from "commander"; | ||
import { program as commander } from 'commander'; |
@@ -26,2 +26,2 @@ export class Schema { | ||
} | ||
import sinon from "sinon"; | ||
import sinon from 'sinon'; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3557524
99889
Updated@types/node@^18.15.10
Updatedsinon@^15.0.3