From 1968f961f7bc1f350bd9c95fb8870faa1058025d Mon Sep 17 00:00:00 2001 From: bcoe Date: Sat, 16 Oct 2021 13:20:26 -0700 Subject: [PATCH 1/2] feat(instrumenter)!: update to latest version of instrumenter Update to latest version of instrumenter. This includes an update to the MAGIC_VALUE, and is therefore breaking --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f2995e..beedccd 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@babel/helper-plugin-utils": "^7.0.0", "@istanbuljs/load-nyc-config": "^1.0.0", "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^4.0.0", + "istanbul-lib-instrument": "^5.0.3", "test-exclude": "^6.0.0" }, "devDependencies": { From 5794b7713ac14ead48d651432e68aaeb0b303163 Mon Sep 17 00:00:00 2001 From: bcoe Date: Sat, 16 Oct 2021 13:43:03 -0700 Subject: [PATCH 2/2] build: update instrumenter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index beedccd..6219ea9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@babel/helper-plugin-utils": "^7.0.0", "@istanbuljs/load-nyc-config": "^1.0.0", "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.3", + "istanbul-lib-instrument": "^5.0.4", "test-exclude": "^6.0.0" }, "devDependencies": {