@hb-test/core
Advanced tools
Comparing version 4.1.0 to 4.2.0
{ | ||
"name": "@hb-test/core", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"author": { | ||
@@ -18,6 +18,6 @@ "name": "Joshua Wood", | ||
], | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
"main": "./build/src/index.js", | ||
"types": "./build/src/index.d.ts", | ||
"files": [ | ||
"./build" | ||
"./build/src" | ||
], | ||
@@ -32,3 +32,3 @@ "repository": { | ||
"scripts": { | ||
"build": "tsc --build tsconfig.build.json", | ||
"build": "tsc --build tsconfig.json", | ||
"test": "jest" | ||
@@ -52,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "acd0f348612896fc36b2b1bc01b388e3893b0d52" | ||
"gitHead": "f31e2c1359fc5739ae7c852c9851a5853a2efb79" | ||
} |
@@ -1,11 +0,20 @@ | ||
# `@honeybadger-io/core` | ||
# Honeybadger for JavaScript - core package | ||
> TODO: description | ||
 | ||
[](https://badge.fury.io/js/%40honeybadger-io%2Fcore) | ||
[](https://www.npmjs.com/package/@honeybadger-io/core) | ||
[](https://www.npmjs.com/package/@honeybadger-io/core) | ||
Universal JavaScript library for integrating apps with the :zap: [Honeybadger Error Notifier](http://honeybadger.io). | ||
## Usage | ||
``` | ||
const core = require('@honeybadger-io/core'); | ||
You shouldn't need to use this package directly. This package serves as the core implementation of a Honeybadger client | ||
for our packages written in Javascript. | ||
// TODO: DEMONSTRATE API | ||
``` | ||
## Development | ||
Everything is written in Typescript and transpiled to es6 (see `tsconfig.base.json`) with `npm run build`. | ||
Other packages are responsible to bundle for different browsers/environments/frameworks. | ||
Run tests with `npm test`. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
52274
1058
21
1