stable-deviceid 1.0.1 → 1.0.2
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 +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stable-deviceid",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "跨端一致的现代浏览器设备身份库:结构化稳定设备 ID(生成/校验/自愈)、canvas+WebGL 指纹(默认关闭)、响应头身份同步、SSO 跨 origin 归一、axios 一站式接入",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -38,8 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"repository": {
|
|
40
40
|
"type": "git",
|
|
41
|
-
"url": "git+https://github.com/yijiu2025/
|
|
42
|
-
"directory": "packages/shared-device"
|
|
41
|
+
"url": "git+https://github.com/yijiu2025/deviceid.git"
|
|
43
42
|
},
|
|
44
43
|
"author": "qirly",
|
|
45
44
|
"license": "MIT",
|