@ideal-postcodes/core-interface
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -0,1 +1,8 @@ | ||
# [1.7.0](https://github.com/ideal-postcodes/core-interface/compare/1.6.0...1.7.0) (2020-10-21) | ||
### Features | ||
* **ESM:** Publish ESM build ([acf45bb](https://github.com/ideal-postcodes/core-interface/commit/acf45bbac2f4f0b3872115289e1d35071991abae)) | ||
# [1.6.0](https://github.com/ideal-postcodes/core-interface/compare/1.5.0...1.6.0) (2020-07-27) | ||
@@ -2,0 +9,0 @@ |
@@ -28,3 +28,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -31,0 +31,0 @@ return result; |
@@ -6,3 +6,3 @@ "use strict"; | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
@@ -9,0 +9,0 @@ }; |
@@ -20,3 +20,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -26,3 +26,3 @@ return result; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.errors = exports.STRICT_AUTHORISATION = exports.TIMEOUT = exports.VERSION = exports.TLS = exports.API_URL = void 0; | ||
exports.errors = exports.Client = exports.STRICT_AUTHORISATION = exports.TIMEOUT = exports.VERSION = exports.TLS = exports.API_URL = void 0; | ||
/** | ||
@@ -29,0 +29,0 @@ * Default API endpoint |
{ | ||
"name": "@ideal-postcodes/core-interface", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Interface specification for javascript based API Clients to api.ideal-postcodes.co.uk", | ||
@@ -20,2 +20,3 @@ "author": { | ||
"main": "dist/index.js", | ||
"module": "esm/index.js", | ||
"types": "dist/index.d.ts", | ||
@@ -31,3 +32,3 @@ "scripts": { | ||
"lint": "eslint lib/**/*.ts", | ||
"build": "npm run lint && tsc", | ||
"build": "tsc && tsc -p tsconfig.esm.json", | ||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", | ||
@@ -38,3 +39,4 @@ "docs": "typedoc --mode file --out docs/ --name 'Ideal Postcodes JS Client Interface' --theme minimal --excludePrivate --hideGenerator lib/", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"esm" | ||
], | ||
@@ -100,3 +102,3 @@ "prettier": { | ||
"@cablanchard/tslint": "0.0.1", | ||
"@ideal-postcodes/api-fixtures": "~1.1.0", | ||
"@ideal-postcodes/api-fixtures": "~1.2.0", | ||
"@ideal-postcodes/api-typings": "~2.0.0", | ||
@@ -108,12 +110,12 @@ "@ideal-postcodes/supported-browsers": "~2.3.2", | ||
"@types/mocha": "~8.0.0", | ||
"@types/node": "~14.0.5", | ||
"@types/prettier": "~2.0.0", | ||
"@types/node": "~14.11.1", | ||
"@types/prettier": "~2.1.0", | ||
"@types/puppeteer": "~3.0.0", | ||
"@types/sinon": "~9.0.1", | ||
"chai": "~4.2.0", | ||
"codecov": "~3.7.0", | ||
"codecov": "~3.8.0", | ||
"core-js": "~3.6.4", | ||
"dotenv": "~8.2.0", | ||
"eslint": "~7.5.0", | ||
"karma": "~5.1.0", | ||
"eslint": "~7.11.0", | ||
"karma": "~5.2.1", | ||
"karma-chrome-launcher": "~3.1.0", | ||
@@ -124,17 +126,17 @@ "karma-cli": "~2.0.0", | ||
"karma-sauce-launcher": "~1.2.0", | ||
"karma-typescript": "~5.0.0", | ||
"mocha": "~8.0.1", | ||
"karma-typescript": "~5.2.0", | ||
"mocha": "~8.2.0", | ||
"nyc": "~15.1.0", | ||
"prettier": "~2.0.2", | ||
"puppeteer": "~5.2.0", | ||
"prettier": "~2.1.0", | ||
"puppeteer": "~5.3.1", | ||
"regenerator-runtime": "~0.13.3", | ||
"semantic-release": "~17.1.0", | ||
"sinon": "~9.0.0", | ||
"semantic-release": "~17.2.1", | ||
"sinon": "~9.2.0", | ||
"source-map-support": "~0.5.10", | ||
"ts-node": "~8.10.1", | ||
"ts-node": "~9.0.0", | ||
"tslint": "~6.1.2", | ||
"type-zoo": "~3.4.0", | ||
"typedoc": "~0.17.1", | ||
"typescript": "~3.9.3" | ||
"typedoc": "~0.19.1", | ||
"typescript": "~4.0.3" | ||
} | ||
} |
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
165344
82
3415