cic-kit 0.0.21 → 0.0.22

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.
@@ -150,7 +150,7 @@ export declare const currentUserStore: {
150
150
  canLocalSave: (localSet?: boolean) => boolean;
151
151
  localSet: (_delete?: boolean) => void;
152
152
  } | undefined;
153
- onLoginDone: boolean;
153
+ isOnLoginProcess: boolean;
154
154
  lastSeenInterval: number | undefined;
155
155
  readonly name: string | undefined;
156
156
  readonly surname: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cic-kit",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -42,6 +42,7 @@
42
42
  "cic": "npx cic-index"
43
43
  },
44
44
  "peerDependencies": {
45
+ "@vee-validate/yup": "^4.15.1",
45
46
  "@tiptap/core": "^3.18.0",
46
47
  "@tiptap/extension-code-block": "^3.18.0",
47
48
  "@tiptap/extension-heading": "^3.18.0",
@@ -1,3 +0,0 @@
1
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
- declare const _default: typeof __VLS_export;
3
- export default _default;