@topconsultnpm/sdk-ts 6.21.0-dev1.6 → 6.21.0-t1
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 +31 -31
- package/dist/lib/Engine.d.ts +0 -1734
- package/dist/lib/TopMediaServer.d.ts +0 -26
- package/dist/lib/TopMediaServiceClientEx.d.ts +0 -20
- package/dist/lib/TopMediaSession.d.ts +0 -120
- package/dist/lib/helper/ExtMethods.d.ts +0 -4
- package/dist/lib/helper/LocalStorageService.d.ts +0 -10
- package/dist/lib/helper/PlatformObjectValidator.d.ts +0 -43
- package/dist/lib/helper/SDK_CacheServices.d.ts +0 -104
- package/dist/lib/helper/SDK_Globals.d.ts +0 -35
- package/dist/lib/helper/SDK_Localizator.d.ts +0 -136
- package/dist/lib/helper/StandardHelper.d.ts +0 -4
- package/dist/lib/helper/StringHelper.d.ts +0 -4
- package/dist/lib/helper/index.d.ts +0 -7
- package/dist/lib/helper/utils.d.ts +0 -12
- package/dist/lib/index.d.ts +0 -6
- package/dist/lib/openAPIs/TopMediaServiceClient.d.ts +0 -8158
package/package.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name":
|
|
3
|
-
"version":
|
|
4
|
-
"description":
|
|
5
|
-
"main":
|
|
6
|
-
"types":
|
|
7
|
-
"scripts":
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"files":
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"dependencies":
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"author":
|
|
26
|
-
"license":
|
|
27
|
-
"devDependencies":
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
2
|
+
"name": "@topconsultnpm/sdk-ts",
|
|
3
|
+
"version": "6.21.0-t1",
|
|
4
|
+
"description": "TopMedia SDK typescript",
|
|
5
|
+
"main": "dist/lib/index.js",
|
|
6
|
+
"types": "dist/types/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" \u0026\u0026 exit 1",
|
|
9
|
+
"tm-terser": "terser dist/lib/openAPIs/TopMediaServiceClient.js -c toplevel,passes=2 -m toplevel -o dist/lib/openAPIs/TopMediaServiceClient.js",
|
|
10
|
+
"tm-build": "tsc \u0026\u0026 npm run tm-terser",
|
|
11
|
+
"tm-watch": "tsc -w",
|
|
12
|
+
"tm-publish": "npm publish --tag latest",
|
|
13
|
+
"tm-publish_wl": "npm publish"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist/lib/**/*",
|
|
17
|
+
"dist/types/**/*"
|
|
18
|
+
],
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"@azure/msal-browser": "^4.28.1",
|
|
21
|
+
"@babel/runtime": "^7.28.4",
|
|
22
|
+
"async-mutex": "^0.4.0",
|
|
23
|
+
"axios": "1.15.0"
|
|
24
|
+
},
|
|
25
|
+
"author": "TopConsult",
|
|
26
|
+
"license": "ISC",
|
|
27
|
+
"devDependencies": {
|
|
28
|
+
"@types/node": "^18.11.18",
|
|
29
|
+
"terser": "^5.44.0",
|
|
30
|
+
"typescript": "^5.9.3"
|
|
31
|
+
}
|
|
32
|
+
}
|