@honeybadger-io/js 6.11.2 → 6.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { GlobalStore, Types } from '@honeybadger-io/core';
2
- import { AsyncStore } from './types/async_store';
2
+ import { AsyncStore } from './async_store';
3
3
  /**
4
4
  * A store that's really a "stack" of stores (async and global)
5
5
  * Will proxy calls to the async store if it's active (ie when we enter an async context via `ALS.run()`),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@honeybadger-io/js",
3
- "version": "6.11.2",
3
+ "version": "6.12.0",
4
4
  "license": "MIT",
5
5
  "homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/js",
6
6
  "author": {
@@ -52,7 +52,7 @@
52
52
  "postpublish": "./scripts/release-cdn.sh"
53
53
  },
54
54
  "dependencies": {
55
- "@honeybadger-io/core": "^6.7.1",
55
+ "@honeybadger-io/core": "^6.7.2",
56
56
  "@types/aws-lambda": "^8.10.89",
57
57
  "@types/express": "^5.0.3"
58
58
  },
@@ -83,5 +83,5 @@
83
83
  "engines": {
84
84
  "node": ">=14"
85
85
  },
86
- "gitHead": "9db923022e4b8d24d1131fdc517fa6160602f768"
86
+ "gitHead": "d4a40d293060e2c6792f5d0524548ab3ca4b181b"
87
87
  }