@appsignal/javascript
Advanced tools
Comparing version 1.3.3 to 1.3.4
# Changelog | ||
## 1.3.4 | ||
- Dependency bumps | ||
- Ignore node `https` module in browser compilation. Fixes #389 and #386. | ||
- Move `@appsignal/types` to dependency of `@appsignal/javascript`. Fixes #389 and #386. | ||
## 1.3.3 | ||
- Dependency bumps | ||
## 1.3.2 | ||
@@ -4,0 +12,0 @@ - Display "development mode" message via `console.info` rather than `console.warn` |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.3.3"; | ||
export declare const VERSION = "1.3.4"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = "1.3.3"; | ||
exports.VERSION = "1.3.4"; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.3.3"; | ||
export declare const VERSION = "1.3.4"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export var VERSION = "1.3.3"; | ||
export var VERSION = "1.3.4"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@appsignal/javascript", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"main": "dist/cjs/index.js", | ||
@@ -27,9 +27,10 @@ "module": "dist/esm/index.js", | ||
"dependencies": { | ||
"@appsignal/core": "^1.0.8", | ||
"tslib": "^2.0.0" | ||
"@appsignal/core": "^1.0.9", | ||
"@appsignal/types": "^1.0.0", | ||
"tslib": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@appsignal/types": "^1.0.0" | ||
"browser": { | ||
"https": false | ||
}, | ||
"gitHead": "29b77109a5c4a566a4794de7f0ac1a046ea77fe3" | ||
"gitHead": "6e0cc5af5593bbdf41fa65fef4c09ba3ddb09f9b" | ||
} |
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
94821
0
3
+ Added@appsignal/types@^1.0.0
+ Added@appsignal/types@1.0.0(transitive)
Updated@appsignal/core@^1.0.9
Updatedtslib@^2.0.1