@azure/eventgrid-namespaces 1.0.1-alpha.20250804.1 → 1.0.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 +32 -32
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.20250804.1",
6
+ "version": "1.0.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -41,23 +41,6 @@
41
41
  "Azure Service Bus Queue": "https://learn.microsoft.com/azure/service-bus-messaging/service-bus-quickstart-portal"
42
42
  }
43
43
  },
44
- "scripts": {
45
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
46
- "build:samples": "dev-tool samples publish -f",
47
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
48
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
49
- "execute:samples": "dev-tool samples run samples-dev",
50
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
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 src test",
53
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
54
- "pack": "npm pack 2>&1",
55
- "test": "npm run test:node && npm run test:browser",
56
- "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
57
- "test:node": "dev-tool run test:vitest",
58
- "test:node:esm": "dev-tool run test:vitest --esm",
59
- "update-snippets": "dev-tool run update-snippets"
60
- },
61
44
  "sideEffects": false,
62
45
  "autoPublish": false,
63
46
  "dependencies": {
@@ -72,20 +55,20 @@
72
55
  "tslib": "^2.8.1"
73
56
  },
74
57
  "devDependencies": {
75
- "@azure-tools/test-credential": "^2.0.0",
76
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
77
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
78
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
79
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
80
- "@azure/identity": "^4.6.0",
81
- "@types/node": "^20.0.0",
82
- "@vitest/browser": "^3.0.9",
83
- "@vitest/coverage-istanbul": "^3.0.9",
58
+ "@azure/identity": "4.11.1",
59
+ "@types/node": "^20.19.0",
60
+ "@vitest/browser": "^3.2.3",
61
+ "@vitest/coverage-istanbul": "^3.2.3",
84
62
  "dotenv": "^16.0.0",
85
- "eslint": "^9.9.0",
63
+ "eslint": "^9.33.0",
86
64
  "playwright": "^1.50.1",
87
- "typescript": "~5.8.2",
88
- "vitest": "^3.0.9"
65
+ "typescript": "~5.8.3",
66
+ "vitest": "^3.2.3",
67
+ "@azure-tools/test-credential": "^2.1.1",
68
+ "@azure-tools/test-utils-vitest": "^1.0.0",
69
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
70
+ "@azure/dev-tool": "^1.0.0",
71
+ "@azure-tools/test-recorder": "^4.1.0"
89
72
  },
90
73
  "type": "module",
91
74
  "tshy": {
@@ -126,5 +109,22 @@
126
109
  }
127
110
  }
128
111
  },
129
- "react-native": "./dist/react-native/index.js"
130
- }
112
+ "react-native": "./dist/react-native/index.js",
113
+ "scripts": {
114
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
115
+ "build:samples": "dev-tool samples publish -f",
116
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
117
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
118
+ "execute:samples": "dev-tool samples run samples-dev",
119
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
120
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
121
+ "lint": "eslint package.json src test",
122
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
123
+ "pack": "pnpm pack 2>&1",
124
+ "test": "npm run test:node && npm run test:browser",
125
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
126
+ "test:node": "dev-tool run test:vitest",
127
+ "test:node:esm": "dev-tool run test:vitest --esm",
128
+ "update-snippets": "dev-tool run update-snippets"
129
+ }
130
+ }