@lark-apaas/client-toolkit 1.1.21-alpha.auth.dev.0 → 1.1.21-alpha.auth.dev.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/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lark-apaas/client-toolkit",
|
|
3
|
-
"version": "1.1.21-alpha.auth.dev.
|
|
3
|
+
"version": "1.1.21-alpha.auth.dev.1",
|
|
4
4
|
"types": "./lib/index.d.ts",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"files": [
|
|
@@ -69,14 +69,13 @@
|
|
|
69
69
|
"storybook": "storybook dev",
|
|
70
70
|
"test": "echo 0",
|
|
71
71
|
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
|
|
72
|
-
"lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix"
|
|
73
|
-
"prepublishOnly": "npm run build && node scripts/replace-workspace-alias.js"
|
|
72
|
+
"lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix"
|
|
74
73
|
},
|
|
75
74
|
"dependencies": {
|
|
76
75
|
"@ant-design/colors": "^7.2.1",
|
|
77
76
|
"@ant-design/cssinjs": "^1.24.0",
|
|
78
77
|
"@data-loom/js": "^0.4.0",
|
|
79
|
-
"@lark-apaas/auth-sdk": "
|
|
78
|
+
"@lark-apaas/auth-sdk": "0.1.0-alpha.6",
|
|
80
79
|
"@lark-apaas/miaoda-inspector": "^1.0.4",
|
|
81
80
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
82
81
|
"@radix-ui/react-popover": "^1.1.15",
|