@anker-in/campaign-ui 0.5.11 → 0.5.13

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anker-in/campaign-ui",
3
- "version": "0.5.11",
3
+ "version": "0.5.13",
4
4
  "description": "Campaign UI components and utilities for Anker projects",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -80,7 +80,7 @@
80
80
  "crypto-js": "^4.1.1"
81
81
  },
82
82
  "dependencies": {
83
- "@anker-in/lib": "workspace:*",
83
+ "@anker-in/lib": "^1.1.5",
84
84
  "@copilotkit/react-core": "1.1.2",
85
85
  "@copilotkit/react-ui": "1.1.2",
86
86
  "@copilotkit/runtime-client-gql": "1.1.2",
@@ -9,7 +9,7 @@ type Context = {
9
9
  isLoadingProfile: boolean
10
10
  removeProfile: () => void
11
11
  taskIdToTypeMapping: Record<string, DTC_TASK_TYPE>
12
- taskNameMapping: Record<string, string>
12
+ taskNameMapping?: Record<string, string>
13
13
  openSignInPopup: () => void
14
14
  openSignUpPopup: () => void
15
15
  creditInfo?: CreditInfoResponse