@azure/eventgrid-namespaces 1.0.1-alpha.20241211.1 → 1.0.1-alpha.20241213.1

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": "1.0.1-alpha.20241211.1",
6
+ "version": "1.0.1-alpha.20241213.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -54,7 +54,7 @@
54
54
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
55
55
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
56
56
  "integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
57
- "integration-test:node": "dev-tool run test:vitest",
57
+ "integration-test:node": "dev-tool run test:vitest --esm",
58
58
  "lint": "eslint package.json api-extractor.json src test",
59
59
  "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
60
60
  "pack": "npm pack 2>&1",
@@ -108,7 +108,8 @@
108
108
  "browser",
109
109
  "react-native"
110
110
  ],
111
- "selfLink": false
111
+ "selfLink": false,
112
+ "project": "./tsconfig.src.json"
112
113
  },
113
114
  "browser": "./dist/browser/index.js",
114
115
  "exports": {