@azure/eventgrid-systemevents 1.0.2-alpha.20250730.1 → 1.0.2

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.9"
8
+ "packageVersion": "7.52.10"
9
9
  }
10
10
  ]
11
11
  }
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.2-alpha.20250730.1",
6
+ "version": "1.0.2",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -29,23 +29,6 @@
29
29
  "README.md",
30
30
  "LICENSE"
31
31
  ],
32
- "scripts": {
33
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
34
- "build:samples": "echo skipped.",
35
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
36
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
37
- "execute:samples": "echo skipped",
38
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
39
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
40
- "lint": "eslint package.json src test",
41
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
42
- "pack": "npm pack 2>&1",
43
- "test": "npm run test:node && npm run test:browser",
44
- "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser --no-test-proxy",
45
- "test:node": "dev-tool run test:vitest --no-test-proxy",
46
- "test:node:esm": "dev-tool run test:vitest --no-test-proxy --esm",
47
- "update-snippets": "dev-tool run update-snippets"
48
- },
49
32
  "sideEffects": false,
50
33
  "autoPublish": false,
51
34
  "dependencies": {
@@ -57,16 +40,16 @@
57
40
  "tslib": "^2.8.1"
58
41
  },
59
42
  "devDependencies": {
60
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
61
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
62
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
63
- "@types/node": "^20.0.0",
64
- "@vitest/browser": "^3.0.9",
65
- "@vitest/coverage-istanbul": "^3.0.9",
66
- "eslint": "^9.9.0",
43
+ "@types/node": "^20.19.0",
44
+ "@vitest/browser": "^3.2.3",
45
+ "@vitest/coverage-istanbul": "^3.2.3",
46
+ "eslint": "^9.33.0",
67
47
  "playwright": "^1.50.1",
68
- "typescript": "~5.8.2",
69
- "vitest": "^3.0.9"
48
+ "typescript": "~5.8.3",
49
+ "vitest": "^3.2.3",
50
+ "@azure-tools/test-utils-vitest": "^1.0.0",
51
+ "@azure/dev-tool": "^1.0.0",
52
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
70
53
  },
71
54
  "type": "module",
72
55
  "tshy": {
@@ -107,5 +90,22 @@
107
90
  }
108
91
  }
109
92
  },
110
- "react-native": "./dist/react-native/index.js"
111
- }
93
+ "react-native": "./dist/react-native/index.js",
94
+ "scripts": {
95
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
96
+ "build:samples": "echo skipped.",
97
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
98
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
99
+ "execute:samples": "echo skipped",
100
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
101
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
102
+ "lint": "eslint package.json src test",
103
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
104
+ "pack": "pnpm pack 2>&1",
105
+ "test": "npm run test:node && npm run test:browser",
106
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser --no-test-proxy",
107
+ "test:node": "dev-tool run test:vitest --no-test-proxy",
108
+ "test:node:esm": "dev-tool run test:vitest --no-test-proxy --esm",
109
+ "update-snippets": "dev-tool run update-snippets"
110
+ }
111
+ }