Comparing version 1.0.1 to 1.0.2
@@ -33,4 +33,4 @@ var __create = Object.create; | ||
module.exports = __toCommonJS(client_exports); | ||
var import_axios = __toESM(require("axios"), 1); | ||
var errors = __toESM(require("./errors"), 1); | ||
var import_axios = __toESM(require("axios")); | ||
var errors = __toESM(require("./errors")); | ||
import_axios.default.defaults.adapter = "http"; | ||
@@ -37,0 +37,0 @@ class Client { |
16
index.js
@@ -30,10 +30,12 @@ var __create = Object.create; | ||
__export(src_exports, { | ||
default: () => src_default | ||
Client: () => import_client.default, | ||
errors: () => errors | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
var import_client = __toESM(require("./client.js"), 1); | ||
var errors = __toESM(require("./errors"), 1); | ||
var src_default = { | ||
errors, | ||
Client: import_client.default | ||
}; | ||
var import_client = __toESM(require("./client.js")); | ||
var errors = __toESM(require("./errors")); | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
Client, | ||
errors | ||
}); |
{ | ||
"name": "mockaroo", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Generate data using the mockaroo.com API", | ||
"main": "index.js", | ||
"type": "module", | ||
"type": "commonjs", | ||
"author": "Mark Brocato", | ||
@@ -20,3 +20,3 @@ "license": "MIT", | ||
"publish-to-npm": "cd dist && npm publish --access public", | ||
"release": "yarn build && yarn docs && yarn publish-to-npm && yarn deploy" | ||
"release": "npm run build && npm run docs && npm run publish-to-npm && npm run deploy" | ||
}, | ||
@@ -38,3 +38,3 @@ "targets": { | ||
"esdoc-standard-plugin": "1.0.0", | ||
"eslint": "8.0.1", | ||
"eslint": "8.56.0", | ||
"eslint-config-standard": "17.1.0", | ||
@@ -41,0 +41,0 @@ "eslint-plugin-import": "2.25.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
12713
283
No