@azure/eventgrid-namespaces 1.0.1-alpha.20241024.1 → 1.0.1-alpha.20241025.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 +1 -2
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.20241025.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -44,7 +44,6 @@
|
|
44
44
|
}
|
45
45
|
},
|
46
46
|
"scripts": {
|
47
|
-
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
48
47
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
49
48
|
"build:browser": "tsc -p . && dev-tool run bundle",
|
50
49
|
"build:node": "tsc -p . && dev-tool run bundle",
|