@azure/eventgrid-namespaces 1.0.1-alpha.20250409.1 → 1.0.1-alpha.20250416.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 +2 -4
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.20250409.1",
6
+ "version": "1.0.1-alpha.20250416.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -43,10 +43,8 @@
43
43
  },
44
44
  "scripts": {
45
45
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
46
- "build:browser": "dev-tool run build-package && dev-tool run bundle",
47
- "build:node": "dev-tool run build-package && dev-tool run bundle",
48
46
  "build:samples": "dev-tool samples publish -f",
49
- "build:test": "dev-tool run build-package && dev-tool run bundle",
47
+ "build:test": "echo skipped.",
50
48
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
51
49
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
52
50
  "execute:samples": "dev-tool samples run samples-dev",