@azure/eventgrid-namespaces 1.0.1-alpha.20250616.1 → 1.0.1-alpha.20250618.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.
- 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.1-alpha.
|
6
|
+
"version": "1.0.1-alpha.20250618.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -49,8 +49,8 @@
|
|
49
49
|
"execute:samples": "dev-tool samples run samples-dev",
|
50
50
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
51
51
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
52
|
-
"lint": "eslint package.json
|
53
|
-
"lint:fix": "eslint package.json
|
52
|
+
"lint": "eslint package.json src test",
|
53
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
54
54
|
"pack": "npm pack 2>&1",
|
55
55
|
"test": "npm run test:node && npm run test:browser",
|
56
56
|
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|