@azure/eventgrid-namespaces 1.0.0-alpha.20240429.2 → 1.0.0-alpha.20240430.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.
- package/package.json +3 -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.0-alpha.
|
6
|
+
"version": "1.0.0-alpha.20240430.2",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -58,8 +58,8 @@
|
|
58
58
|
"integration-test:browser": "dev-tool run test:browser",
|
59
59
|
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"",
|
60
60
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
61
|
-
"lint:fix": "eslint package.json api-extractor.json
|
62
|
-
"lint": "eslint package.json api-extractor.json
|
61
|
+
"lint:fix": "eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts --fix --fix-type [problem,suggestion]",
|
62
|
+
"lint": "eslint package.json api-extractor.json src test --ext .ts --ext .cts --ext .mts",
|
63
63
|
"pack": "npm pack 2>&1",
|
64
64
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
|
65
65
|
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
|