@azure/eventgrid 5.2.1-alpha.20240229.2 → 5.2.1-alpha.20240312.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 +7 -8
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": "5.2.1-alpha.
|
6
|
+
"version": "5.2.1-alpha.20240312.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -70,7 +70,7 @@
|
|
70
70
|
"build:test": "tsc -p . && dev-tool run bundle",
|
71
71
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
|
72
72
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
73
|
-
"clean": "rimraf dist dist-browser dist-esm dist-test temp types *.tgz *.log",
|
73
|
+
"clean": "rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
|
74
74
|
"execute:samples": "dev-tool samples run samples-dev",
|
75
75
|
"extract-api": "tsc -p . && api-extractor run --local",
|
76
76
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
@@ -85,7 +85,7 @@
|
|
85
85
|
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
|
86
86
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
87
87
|
"unit-test:browser": "dev-tool run test:browser",
|
88
|
-
"unit-test:node": "dev-tool run test:node-ts
|
88
|
+
"unit-test:node": "dev-tool run test:node-tsx-ts -- --timeout 1200000 'test/**/*.spec.ts'",
|
89
89
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
90
90
|
},
|
91
91
|
"sideEffects": false,
|
@@ -112,6 +112,7 @@
|
|
112
112
|
"@types/node": "^18.0.0",
|
113
113
|
"@types/sinon": "^17.0.0",
|
114
114
|
"@types/uuid": "^8.0.0",
|
115
|
+
"c8": "^8.0.0",
|
115
116
|
"chai": "^4.2.0",
|
116
117
|
"chai-as-promised": "^7.1.1",
|
117
118
|
"cross-env": "^7.0.2",
|
@@ -127,12 +128,10 @@
|
|
127
128
|
"karma-mocha-reporter": "^2.2.5",
|
128
129
|
"karma-sourcemap-loader": "^0.3.8",
|
129
130
|
"mocha": "^10.0.0",
|
130
|
-
"
|
131
|
-
"rimraf": "^3.0.0",
|
131
|
+
"rimraf": "^5.0.5",
|
132
132
|
"sinon": "^17.0.0",
|
133
133
|
"source-map-support": "^0.5.9",
|
134
|
-
"
|
135
|
-
"typescript": "~5.3.3"
|
136
|
-
"esm": "^3.2.18"
|
134
|
+
"tsx": "^4.7.1",
|
135
|
+
"typescript": "~5.3.3"
|
137
136
|
}
|
138
137
|
}
|