@beyonk/content-delivery
Advanced tools
Comparing version 5.2.0 to 5.3.0
{ | ||
"name": "@beyonk/content-delivery", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"description": "Beyonk Content Delivery Utils", | ||
@@ -14,3 +14,5 @@ "author": "Antony Jones <aj@desirableobjects.co.uk>", | ||
"files": [ | ||
"lib" | ||
"index.js", | ||
"lib", | ||
"dist" | ||
], | ||
@@ -25,13 +27,23 @@ "repository": { | ||
"devDependencies": { | ||
"@beyonk/eslint-config": "^6.0.0", | ||
"@beyonk/eslint-config": "^7.0.2", | ||
"@hapi/code": "^8.0.4", | ||
"eslint": "^8.7.0", | ||
"mocha": "^9.1.3" | ||
"eslint": "^8.14.0", | ||
"mocha": "^9.1.3", | ||
"rollup": "^3.26.2" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./index.js", | ||
"require": "./dist/bundle.cjs" | ||
}, | ||
"./lib/mime-type": { | ||
"import": "./lib/mime-type.js", | ||
"require": "./dist/mime-type.cjs" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "NODE_ENV=test mocha './!(node_modules)/**/**.+(spec).js'", | ||
"build": "exit 0", | ||
"build": "rollup -c", | ||
"lint": "eslint ." | ||
}, | ||
"readme": "# `@beyonk/content-delivery`\n\n> TODO: description\n\n## Usage\n\n```\nconst contentDelivery = require('@beyonk/content-delivery');\n\n// TODO: DEMONSTRATE API\n```\n" | ||
} | ||
} |
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
19349
10
506
5