Comparing version 3.0.0 to 3.1.0
@@ -0,2 +1,4 @@ | ||
import * as lib from './patch'; | ||
export declare const patch: () => Promise<void>; | ||
export declare const run: () => Promise<void>; | ||
export declare const inject: typeof lib.patchServerInit; |
@@ -5,3 +5,3 @@ "use strict"; | ||
}); | ||
exports.patch = exports.run = void 0; | ||
exports.patch = exports.run = exports.inject = void 0; | ||
var lib = _interopRequireWildcard(require("./patch")); | ||
@@ -69,1 +69,3 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { | ||
exports.run = run; | ||
const inject = lib.patchServerInit; | ||
exports.inject = inject; |
{ | ||
"name": "cy2", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"author": "Andrew Goldis", | ||
@@ -5,0 +5,0 @@ "main": "./dist", |
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
42094
991