tirtc-devtools-cli 0.0.14 → 0.0.15
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 +3 -2
- package/vendor/devtools/driver/macos-arm64/devtools_driver_probe +0 -0
- package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_audio.a +0 -0
- package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_facade.a +0 -0
- package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_foundation_http.a +0 -0
- package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_foundation_logging.a +0 -0
- package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_media.a +0 -0
- package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_transport.a +0 -0
- package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_video.a +0 -0
- package/vendor/runtime/macos-arm64/manifest.txt +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tirtc-devtools-cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/cli/src/index.js",
|
|
6
6
|
"types": "dist/cli/src/index.d.ts",
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"lint": "eslint . --ext .ts --max-warnings=0",
|
|
31
31
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
32
32
|
"package": "./script/package.sh",
|
|
33
|
-
"release:npm": "./script/release-npm.sh"
|
|
33
|
+
"release:npm": "./script/release-npm.sh",
|
|
34
|
+
"release:devtools-cli": "./script/release_devtools_cli.sh"
|
|
34
35
|
},
|
|
35
36
|
"pkg": {
|
|
36
37
|
"assets": [
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
platform=macos-arm64
|
|
2
2
|
profile=full
|
|
3
|
-
staged_at_utc=2026-04-30T07:
|
|
3
|
+
staged_at_utc=2026-04-30T07:29:42Z
|
|
4
4
|
source_sdk=/Users/allenfeng/Development/Repositories/tirtc-nexus/tirtc-matrix/.build/sdk/macos-arm64
|
|
5
5
|
|
|
6
6
|
e962631f85675937fd973797720466fd75717f74335c8102c664814d59179113 include/tirtc/audio.h
|
|
@@ -35,13 +35,13 @@ cae0bbeb884e5466a56da15182c78cc22baab6c743f349a58d3595f623333585 include/tirtc/
|
|
|
35
35
|
8db86d6714264047e8fd4086ddd7315722d675749719e6175f89eb5a636b48a1 lib/libTiRTC.a
|
|
36
36
|
b39daee6a3d39bf0ca20c45084601133c4198de8dca848dcff6dd9c70ae99016 lib/libcrypto.a
|
|
37
37
|
c052857ef315e3d61db9c862cad10709a3a6b2487dc41799cbe4d74a805de875 lib/libcrypto.dylib
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
38
|
+
4d88c4089e7cffec1087ea5c1f4dfd35c2b13317f6000f034ddd6880ffed3871 lib/libmatrix_runtime_audio.a
|
|
39
|
+
e3c58d5093b7300c4286c9fc422b73bcaa1b6b1a3d6296453d89ae048acca0d1 lib/libmatrix_runtime_facade.a
|
|
40
|
+
1237b2e2c3cdd4200bd49e26377c930f5584a8d88278416c18eb90bbe97fc76c lib/libmatrix_runtime_foundation_http.a
|
|
41
|
+
c2219b645ef42db2220f148d2ebd4646c6fd998733b76633be7869865087473d lib/libmatrix_runtime_foundation_logging.a
|
|
42
|
+
660a52af5ceb951ff99a25a250c07458401b3f48dbfc21d901a6b49d25c8cf5c lib/libmatrix_runtime_media.a
|
|
43
|
+
0ba5f360e11b2fff11ae57b0dd5a3499eaa5d55782fa6561599dc1924aabc22e lib/libmatrix_runtime_transport.a
|
|
44
|
+
438133c4d86ab4ff52d9e9fee6f37c1e4b31e8db36af3c6a0917326767b93dc9 lib/libmatrix_runtime_video.a
|
|
45
45
|
c11c65d373a127028350c41fa58cd2d1223f2b5d70a84e13b115d90daaba25ca lib/libssl.a
|
|
46
46
|
ef1c1104bbdd2528ed7b958fb7252bd6249875f92300b0c9577d6c4bd6c0d88a lib/libssl.dylib
|
|
47
47
|
e14e846e43d64e240fa0e5745bf4e702b79d0f2442e7f768beb990610735c71b lib/libtgrtc.dylib
|