@cuenca-mx/cuenca-js
Advanced tools
Comparing version 0.0.1-dev.8 to 0.0.1-dev.9
{ | ||
"name": "@cuenca-mx/cuenca-js", | ||
"version": "0.0.1-dev.8", | ||
"version": "0.0.1-dev.9", | ||
"description": "Cuenca client for JS", | ||
@@ -12,22 +12,22 @@ "main": "./build/index.js", | ||
"exports": { | ||
".": [ | ||
"./build/index.mjs", | ||
"./build/index.js" | ||
], | ||
"./errors": [ | ||
"./build/errors/index.mjs", | ||
"./build/errors/index.js" | ||
], | ||
"./jwt": [ | ||
"./build/jwt/index.mjs", | ||
"./build/jwt/index.js" | ||
], | ||
"./requests": [ | ||
"./build/requests/index.mjs", | ||
"./build/requests/index.js" | ||
], | ||
"./types": [ | ||
"./build/types/index.mjs", | ||
"./build/types/index.js" | ||
] | ||
".": { | ||
"import": "./build/index.mjs", | ||
"require": "./build/index.js" | ||
}, | ||
"./errors": { | ||
"import": "./build/errors/index.mjs", | ||
"require": "./build/errors/index.js" | ||
}, | ||
"./jwt": { | ||
"import": "./build/jwt/index.mjs", | ||
"require": "./build/jwt/index.js" | ||
}, | ||
"./requests": { | ||
"import": "./build/requests/index.mjs", | ||
"require": "./build/requests/index.js" | ||
}, | ||
"./types": { | ||
"import": "./build/types/index.mjs", | ||
"require": "./build/types/index.js" | ||
} | ||
}, | ||
@@ -34,0 +34,0 @@ "packageManager": "yarn@3.0.2", |
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
171856