@wix/monitoring-types 0.6.0 → 0.7.0

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.
package/build/index.d.mts CHANGED
@@ -115,6 +115,7 @@ interface EventTags extends Tags {
115
115
  'extension.id'?: string;
116
116
  'extension.name'?: string;
117
117
  'extension.type'?: string;
118
+ platform?: string;
118
119
  }
119
120
  interface EventContexts extends Contexts {
120
121
  extension?: {
package/build/index.d.ts CHANGED
@@ -115,6 +115,7 @@ interface EventTags extends Tags {
115
115
  'extension.id'?: string;
116
116
  'extension.name'?: string;
117
117
  'extension.type'?: string;
118
+ platform?: string;
118
119
  }
119
120
  interface EventContexts extends Contexts {
120
121
  extension?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/monitoring-types",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "license": "UNLICENSED",
5
5
  "author": {
6
6
  "name": "Gili Shohat",
@@ -53,5 +53,5 @@
53
53
  ]
54
54
  }
55
55
  },
56
- "falconPackageHash": "a193a0f622373d57ad99339b9839a9daa0cdbced448852aec9c425d2"
56
+ "falconPackageHash": "922d82fb14a8fbee0a2288f4f3079125eb88750ca491fab69a4ffa6f"
57
57
  }