@azure/eventgrid-namespaces 1.0.1-alpha.20241022.1 → 1.0.1-alpha.20241024.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 +3 -5
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.20241022.1",
6
+ "version": "1.0.1-alpha.20241024.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -44,14 +44,14 @@
44
44
  }
45
45
  },
46
46
  "scripts": {
47
- "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
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
48
  "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
49
49
  "build:browser": "tsc -p . && dev-tool run bundle",
50
50
  "build:node": "tsc -p . && dev-tool run bundle",
51
51
  "build:samples": "dev-tool samples publish -f",
52
52
  "build:test": "tsc -p . && dev-tool run bundle",
53
53
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
54
- "clean": "rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
54
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
55
55
  "execute:samples": "dev-tool samples run samples-dev",
56
56
  "extract-api": "tsc -p . && dev-tool run extract-api",
57
57
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
@@ -90,7 +90,6 @@
90
90
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
91
91
  "@azure/identity": "^4.1.0",
92
92
  "@azure/service-bus": "^7.0.0",
93
- "@microsoft/api-extractor": "^7.31.1",
94
93
  "@types/chai": "^4.1.6",
95
94
  "@types/chai-as-promised": "^7.1.0",
96
95
  "@types/mocha": "^10.0.0",
@@ -113,7 +112,6 @@
113
112
  "karma-sourcemap-loader": "^0.3.8",
114
113
  "mocha": "^10.0.0",
115
114
  "nyc": "^17.0.0",
116
- "rimraf": "^5.0.5",
117
115
  "sinon": "^17.0.0",
118
116
  "source-map-support": "^0.5.9",
119
117
  "ts-node": "^10.0.0",