@dynatrace/dtrum-api-types 1.327.2 → 1.331.9

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  This package contains the Typescript type information for the dtrum.* API of the RUM JavaScript.
3
3
 
4
4
  Keep in mind that when the RUM JavaScript is updated, this type package might not provide accurate types.
5
- Version: 1.327.2
5
+ Version: 1.331.9
6
6
 
7
7
  ## Installation
8
8
  > npm install --save-dev @dynatrace/dtrum-api-types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynatrace/dtrum-api-types",
3
- "version": "1.327.2",
3
+ "version": "1.331.9",
4
4
  "description": "Typescript types for the Dynatrace RUM JavaScript dtrum.* API",
5
5
  "main": "",
6
6
  "typings": "index.d.ts",