@azure/eventgrid 5.9.1-alpha.20241211.1 → 5.9.1-alpha.20241212.2

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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic client library for the Azure Event Grid service.",
6
- "version": "5.9.1-alpha.20241211.1",
6
+ "version": "5.9.1-alpha.20241212.2",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -70,7 +70,7 @@
70
70
  "generate:client": "autorest --typescript ./swagger/README.md && node ./scripts/setPathToEmpty.js",
71
71
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
72
72
  "integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
73
- "integration-test:node": "dev-tool run test:vitest",
73
+ "integration-test:node": "dev-tool run test:vitest --esm",
74
74
  "lint": "eslint package.json api-extractor.json README.md src test",
75
75
  "lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
76
76
  "pack": "npm pack 2>&1",
@@ -123,7 +123,8 @@
123
123
  "browser",
124
124
  "react-native"
125
125
  ],
126
- "selfLink": false
126
+ "selfLink": false,
127
+ "project": "./tsconfig.src.json"
127
128
  },
128
129
  "exports": {
129
130
  "./package.json": "./package.json",