@azure/web-pubsub 1.2.0-alpha.20250804.1 → 1.2.0-alpha.20250825.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/LICENSE +21 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/package.json +33 -34
package/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2018 Microsoft
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
package/package.json
CHANGED
@@ -1,29 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/web-pubsub",
|
3
|
-
"version": "1.2.0-alpha.
|
3
|
+
"version": "1.2.0-alpha.20250825.1",
|
4
4
|
"description": "Azure client library for Azure Web PubSub",
|
5
5
|
"sdk-type": "client",
|
6
6
|
"main": "./dist/commonjs/index.js",
|
7
7
|
"module": "./dist/esm/index.js",
|
8
8
|
"types": "./dist/commonjs/index.d.ts",
|
9
|
-
"scripts": {
|
10
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
11
|
-
"build:samples": "echo Obsolete.",
|
12
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
13
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
|
14
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
15
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
16
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
17
|
-
"generate:client": "autorest --typescript ./swagger/README.md",
|
18
|
-
"lint": "dev-tool run vendored eslint package.json src test",
|
19
|
-
"lint:fix": "dev-tool run vendored eslint package.json src test --fix --fix-type [problem,suggestion]",
|
20
|
-
"pack": "npm pack 2>&1",
|
21
|
-
"test": "npm run test:node && npm run test:browser",
|
22
|
-
"test:browser": "echo skipped",
|
23
|
-
"test:node": "dev-tool run test:vitest",
|
24
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
25
|
-
"update-snippets": "dev-tool run update-snippets"
|
26
|
-
},
|
27
9
|
"files": [
|
28
10
|
"dist/",
|
29
11
|
"README.md",
|
@@ -67,24 +49,24 @@
|
|
67
49
|
"tslib": "^2.8.1"
|
68
50
|
},
|
69
51
|
"devDependencies": {
|
70
|
-
"@azure
|
71
|
-
"@azure
|
72
|
-
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
73
|
-
"@azure/arm-webpubsub": "^1.2.0",
|
74
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
75
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
76
|
-
"@azure/identity": "^4.7.0",
|
52
|
+
"@azure/arm-webpubsub": "1.2.0",
|
53
|
+
"@azure/identity": "4.11.1",
|
77
54
|
"@types/jsonwebtoken": "^9.0.7",
|
78
|
-
"@types/node": "^20.
|
55
|
+
"@types/node": "^20.19.0",
|
79
56
|
"@types/ws": "^8.5.13",
|
80
|
-
"@vitest/browser": "^3.
|
81
|
-
"@vitest/coverage-istanbul": "^3.
|
57
|
+
"@vitest/browser": "^3.2.3",
|
58
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
82
59
|
"dotenv": "^16.0.0",
|
83
|
-
"eslint": "^9.
|
60
|
+
"eslint": "^9.33.0",
|
84
61
|
"playwright": "^1.50.1",
|
85
|
-
"typescript": "~5.8.
|
86
|
-
"vitest": "^3.
|
87
|
-
"ws": "^8.18.0"
|
62
|
+
"typescript": "~5.8.3",
|
63
|
+
"vitest": "^3.2.3",
|
64
|
+
"ws": "^8.18.0",
|
65
|
+
"@azure-tools/test-credential": "^2.1.1",
|
66
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
67
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
68
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
69
|
+
"@azure/dev-tool": "^1.0.0"
|
88
70
|
},
|
89
71
|
"//sampleConfiguration": {
|
90
72
|
"productName": "Azure Web PubSub",
|
@@ -120,5 +102,22 @@
|
|
120
102
|
"default": "./dist/commonjs/index.js"
|
121
103
|
}
|
122
104
|
}
|
105
|
+
},
|
106
|
+
"scripts": {
|
107
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
108
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
109
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
110
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-esm test-dist temp types *.tgz *.log",
|
111
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
112
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
113
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
114
|
+
"generate:client": "autorest --typescript ./swagger/README.md",
|
115
|
+
"lint": "dev-tool run vendored eslint package.json src test",
|
116
|
+
"lint:fix": "dev-tool run vendored eslint package.json src test --fix --fix-type [problem,suggestion]",
|
117
|
+
"pack": "pnpm pack 2>&1",
|
118
|
+
"test": "npm run test:node && npm run test:browser",
|
119
|
+
"test:browser": "echo skipped",
|
120
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
121
|
+
"update-snippets": "dev-tool run update-snippets"
|
123
122
|
}
|
124
|
-
}
|
123
|
+
}
|