@azure/eventgrid 4.7.1-alpha.20220208.3 → 4.7.1-alpha.20220223.5
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 -9
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": "4.7.1-alpha.
|
6
|
+
"version": "4.7.1-alpha.20220223.5",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -71,8 +71,8 @@
|
|
71
71
|
"extract-api": "tsc -p . && api-extractor run --local",
|
72
72
|
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
73
73
|
"generate:client": "autorest --typescript ./swagger/README.md && node ./scripts/setPathToEmpty.js",
|
74
|
-
"integration-test:browser": "
|
75
|
-
"integration-test:node": "
|
74
|
+
"integration-test:browser": "dev-tool run test:browser",
|
75
|
+
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"",
|
76
76
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
77
77
|
"lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",
|
78
78
|
"lint": "eslint package.json api-extractor.json src test --ext .ts",
|
@@ -80,15 +80,15 @@
|
|
80
80
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
|
81
81
|
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
|
82
82
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
83
|
-
"unit-test:browser": "
|
84
|
-
"unit-test:node": "
|
83
|
+
"unit-test:browser": "dev-tool run test:browser",
|
84
|
+
"unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/**/*.spec.ts'",
|
85
85
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
86
86
|
},
|
87
87
|
"sideEffects": false,
|
88
88
|
"autoPublish": false,
|
89
89
|
"dependencies": {
|
90
90
|
"@azure/core-auth": "^1.3.0",
|
91
|
-
"@azure/core-client": "
|
91
|
+
"@azure/core-client": ">=1.5.1-alpha <1.5.1-alphb",
|
92
92
|
"@azure/core-rest-pipeline": "^1.1.0",
|
93
93
|
"@azure/core-tracing": "1.0.0-preview.13",
|
94
94
|
"@azure/logger": "^1.0.0",
|
@@ -100,7 +100,7 @@
|
|
100
100
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
101
101
|
"@azure/service-bus": "^7.0.0",
|
102
102
|
"@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
|
103
|
-
"@azure-tools/test-recorder": "
|
103
|
+
"@azure-tools/test-recorder": ">=2.0.0-alpha <2.0.0-alphb",
|
104
104
|
"@microsoft/api-extractor": "^7.18.11",
|
105
105
|
"@types/chai": "^4.1.6",
|
106
106
|
"@types/chai-as-promised": "^7.1.0",
|
@@ -120,8 +120,6 @@
|
|
120
120
|
"karma-env-preprocessor": "^0.1.1",
|
121
121
|
"karma-firefox-launcher": "^1.1.0",
|
122
122
|
"karma-ie-launcher": "^1.0.0",
|
123
|
-
"karma-json-preprocessor": "^0.3.3",
|
124
|
-
"karma-json-to-file-reporter": "^1.0.1",
|
125
123
|
"karma-junit-reporter": "^2.0.1",
|
126
124
|
"karma-mocha": "^2.0.1",
|
127
125
|
"karma-mocha-reporter": "^2.2.5",
|