@desktalk/miniapp-preference 0.1.0-alpha.2 → 0.1.0-alpha.3

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.
@@ -2,6 +2,7 @@
2
2
  "packageName": "@desktalk/miniapp-preference",
3
3
  "packageScope": "preference",
4
4
  "locales": [
5
+ "zh",
5
6
  "zh-CN"
6
7
  ],
7
8
  "messages": [
@@ -0,0 +1,4 @@
1
+ {
2
+ "notifications.resetAll": "所有设置都已恢复为默认值。",
3
+ "notifications.restartRequired": "此更改需要重启后生效。"
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desktalk/miniapp-preference",
3
- "version": "0.1.0-alpha.2",
3
+ "version": "0.1.0-alpha.3",
4
4
  "description": "Preferences MiniApp for DeskTalk.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@desktalk/sdk": "0.1.0-alpha.2"
31
+ "@desktalk/sdk": "0.1.0-alpha.3"
32
32
  },
33
33
  "devDependencies": {
34
34
  "typescript": "^5.7.0",
@@ -36,7 +36,7 @@
36
36
  "@types/react-dom": "^19.0.0",
37
37
  "react": "^19.0.0",
38
38
  "react-dom": "^19.0.0",
39
- "@desktalk/ui": "0.1.0-alpha.2"
39
+ "@desktalk/ui": "0.1.0-alpha.3"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "desktalk-build",