Skip to content

Commit

Permalink
Bump version + packages (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 authored Aug 2, 2024
1 parent db41a95 commit fd4491b
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 57 deletions.
104 changes: 52 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vscode/extension-telemetry",
"description": "A module for Visual Studio Code extensions to report consistent telemetry.",
"version": "0.9.6",
"version": "0.9.7",
"author": {
"name": "Microsoft Corporation"
},
Expand All @@ -20,9 +20,9 @@
"compile": "tsc -p src/browser/tsconfig.json && tsc -p src/node/tsconfig.json"
},
"dependencies": {
"@microsoft/1ds-core-js": "^4.1.2",
"@microsoft/1ds-post-js": "^4.1.2",
"@microsoft/applicationinsights-web-basic": "^3.1.2"
"@microsoft/1ds-core-js": "^4.3.0",
"@microsoft/1ds-post-js": "^4.3.0",
"@microsoft/applicationinsights-web-basic": "^3.3.0"
},
"devDependencies": {
"@types/mocha": "^10.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/common/appInsightsClientFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const appInsightsClientFactory = async (connectionString: string, machine
name: eventName,
data: properties,
baseType: "EventData",
ext: { user: { id: machineId, authenticatedId: machineId } },
ext: { user: { id: machineId, authId: machineId } },
baseData: { name: eventName, properties: data?.properties, measurements: data?.measurements }
});
},
Expand Down

0 comments on commit fd4491b

Please sign in to comment.