promise-make-naked
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -7,1 +7,2 @@ import type { Result } from './types'; | ||
export default makeNakedPromise; | ||
export type { Result }; |
@@ -5,3 +5,3 @@ { | ||
"description": "A simple function that makes a promise that can be resolved or rejected from the outside.", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "main": "dist/index.js", |
@@ -54,1 +54,2 @@ | ||
export default makeNakedPromise; | ||
export type {Result}; |
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
8726
179