@defer/client
Advanced tools
Comparing version 1.2.0 to 1.3.0-alpha-20230324193114-b07b151
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = "1.2.0"; | ||
exports.default = "1.3.0-alpha-20230324193114-b07b151"; |
@@ -1,1 +0,1 @@ | ||
export default "1.2.0"; | ||
export default "1.3.0-alpha-20230324193114-b07b151"; |
{ | ||
"name": "@defer/client", | ||
"version": "1.2.0", | ||
"version": "1.3.0-alpha-20230324193114-b07b151", | ||
"description": "Zero infrastructure NodeJS background jobs", | ||
@@ -34,4 +34,18 @@ "dependencies": { | ||
}, | ||
"./api": { | ||
"require": { | ||
"types": "./typings/client.d.cts", | ||
"default": "./cjs/client.js" | ||
}, | ||
"import": { | ||
"types": "./typings/client.d.ts", | ||
"default": "./esm/client.js" | ||
}, | ||
"default": { | ||
"types": "./typings/client.d.ts", | ||
"default": "./esm/client.js" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.2.0"; | ||
declare const _default: "1.3.0-alpha-20230324193114-b07b151"; | ||
export default _default; |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
40516
2