@apmplus/integrations
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@apmplus/integrations", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "APMPlus Integrations", | ||
@@ -15,2 +15,36 @@ "main": "dist/index.js", | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
".": [ | ||
"dist/index.d.ts" | ||
], | ||
"action": [ | ||
"dist/action.d.ts" | ||
], | ||
"breadcrumb": [ | ||
"dist/breadcrumb.d.ts" | ||
], | ||
"captureConsole": [ | ||
"dist/captureConsole.d.ts" | ||
], | ||
"custom": [ | ||
"dist/custom.d.ts" | ||
], | ||
"jsError": [ | ||
"dist/jsError.d.ts" | ||
], | ||
"pageview": [ | ||
"dist/pageview.d.ts" | ||
], | ||
"refreshPreStartContext": [ | ||
"dist/refreshPreStartContext.d.ts" | ||
], | ||
"sample": [ | ||
"dist/sample.d.ts" | ||
], | ||
"blankScreen": [ | ||
"dist/blankScreen.d.ts" | ||
] | ||
} | ||
}, | ||
"exports": { | ||
@@ -75,3 +109,3 @@ ".": "./dist/index.js", | ||
}, | ||
"gitHead": "993c9372da01090405c4e3bc1ab2b3d0b7c5c940" | ||
"gitHead": "d19787e37399b1edadd71ae7be82b845e48848bb" | ||
} |
977626