@appsignal/nodejs
Advanced tools
Comparing version
# Changelog | ||
## 1.2.4 | ||
- Wrap filepath in quotes in tar command. PR #387 | ||
## 1.2.3 | ||
@@ -4,0 +7,0 @@ - Handle all non-dynamic paths as static routes in Next.js. PR #383 |
@@ -16,3 +16,3 @@ import { NodeClient, Metrics, Plugin, Tracer } from "@appsignal/types"; | ||
#private; | ||
readonly VERSION = "1.2.3"; | ||
readonly VERSION = "1.2.4"; | ||
config: Configuration; | ||
@@ -19,0 +19,0 @@ agent: Agent; |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.2.3"; | ||
export declare const VERSION = "1.2.4"; | ||
export declare const AGENT_VERSION = "d08ae6c"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Do not touch this file, auto-generated by scripts/create-versionfile | ||
exports.VERSION = "1.2.3"; | ||
exports.VERSION = "1.2.4"; | ||
exports.AGENT_VERSION = "d08ae6c"; |
{ | ||
"name": "@appsignal/nodejs", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"main": "dist/index", | ||
@@ -19,3 +19,3 @@ "types": "dist/index", | ||
"optionalDependencies": { | ||
"@appsignal/nodejs-ext": "^1.2.3" | ||
"@appsignal/nodejs-ext": "^1.2.4" | ||
}, | ||
@@ -39,3 +39,3 @@ "scripts": { | ||
}, | ||
"gitHead": "b7751d89da53f60ccdc930876950926c5f9faea8" | ||
"gitHead": "1b980abf6a70ec4b1fe571a376557fb787187c0a" | ||
} |
329891
0.02%