@stampgis/webrtc 1.0.0 → 1.0.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/README.md +64 -158
- package/assets/config/stamp_core_config.js +1 -26
- package/dist/index.cjs +3596 -1209
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +48 -23
- package/dist/index.d.ts +48 -23
- package/dist/index.js +3627 -1203
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stampgis/webrtc",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "StampGIS
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "StampGIS 地图SDK,封装 StampUtil 接口库与 core 脚本加载逻辑",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|