@vue-skuilder/courseware 0.1.14 → 0.1.16
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/dist/chess/questions/puzzle/puzzle.vue.d.ts +3 -3
- package/dist/chess/questions/puzzle/puzzle.vue.d.ts.map +1 -1
- package/dist/default/questions/fillIn/fillIn.vue.d.ts +383 -6
- package/dist/default/questions/fillIn/fillIn.vue.d.ts.map +1 -1
- package/dist/default/questions/fillIn/index.d.ts +762 -10
- package/dist/default/questions/fillIn/index.d.ts.map +1 -1
- package/dist/french/questions/audioparse/index.d.ts +14 -6
- package/dist/french/questions/audioparse/index.d.ts.map +1 -1
- package/dist/french/questions/audioparse/view.vue.d.ts +8 -4
- package/dist/french/questions/audioparse/view.vue.d.ts.map +1 -1
- package/dist/french/questions/vocab/identify.vue.d.ts +3 -3
- package/dist/french/questions/vocab/identify.vue.d.ts.map +1 -1
- package/dist/french/questions/vocab/index.d.ts +4 -4
- package/dist/french/questions/vocab/index.d.ts.map +1 -1
- package/dist/math/questions/addition/horizontal.vue.d.ts +18 -4
- package/dist/math/questions/addition/horizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/addition/verbal.vue.d.ts +18 -4
- package/dist/math/questions/addition/verbal.vue.d.ts.map +1 -1
- package/dist/math/questions/angleCategorize/angleCategorize.vue.d.ts +237 -4
- package/dist/math/questions/angleCategorize/angleCategorize.vue.d.ts.map +1 -1
- package/dist/math/questions/angleCategorize/index.d.ts +472 -8
- package/dist/math/questions/angleCategorize/index.d.ts.map +1 -1
- package/dist/math/questions/countBy/default.vue.d.ts +3 -3
- package/dist/math/questions/countBy/default.vue.d.ts.map +1 -1
- package/dist/math/questions/countBy/index.d.ts +4 -4
- package/dist/math/questions/countBy/index.d.ts.map +1 -1
- package/dist/math/questions/division/horizontal.vue.d.ts +18 -4
- package/dist/math/questions/division/horizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/division/index.d.ts +34 -6
- package/dist/math/questions/division/index.d.ts.map +1 -1
- package/dist/math/questions/equalityTest/index.d.ts +506 -2
- package/dist/math/questions/equalityTest/index.d.ts.map +1 -1
- package/dist/math/questions/equalityTest/trueFalse.vue.d.ts +253 -1
- package/dist/math/questions/equalityTest/trueFalse.vue.d.ts.map +1 -1
- package/dist/math/questions/multiplication/blorizontal.vue.d.ts +18 -4
- package/dist/math/questions/multiplication/blorizontal.vue.d.ts.map +1 -1
- package/dist/math/questions/multiplication/index.d.ts +34 -6
- package/dist/math/questions/multiplication/index.d.ts.map +1 -1
- package/dist/math/questions/multiplication/verbal.vue.d.ts +18 -4
- package/dist/math/questions/multiplication/verbal.vue.d.ts.map +1 -1
- package/dist/math/questions/oneStepEqn/index.d.ts +34 -6
- package/dist/math/questions/oneStepEqn/index.d.ts.map +1 -1
- package/dist/math/questions/oneStepEqn/solve.vue.d.ts +18 -4
- package/dist/math/questions/oneStepEqn/solve.vue.d.ts.map +1 -1
- package/dist/math/questions/supplementaryAngles/index.d.ts +34 -6
- package/dist/math/questions/supplementaryAngles/index.d.ts.map +1 -1
- package/dist/math/questions/supplementaryAngles/supplementaryAngles.vue.d.ts +18 -4
- package/dist/math/questions/supplementaryAngles/supplementaryAngles.vue.d.ts.map +1 -1
- package/dist/piano/questions/echo/Playback.vue.d.ts +3 -3
- package/dist/piano/questions/echo/Playback.vue.d.ts.map +1 -1
- package/dist/piano/questions/echo/index.d.ts +6 -6
- package/dist/piano/questions/echo/index.d.ts.map +1 -1
- package/dist/piano/questions/playNote/NotePlayback.vue.d.ts +3 -3
- package/dist/piano/questions/playNote/NotePlayback.vue.d.ts.map +1 -1
- package/dist/piano/questions/playNote/index.d.ts +6 -6
- package/dist/piano/questions/playNote/index.d.ts.map +1 -1
- package/dist/pitch/questions/indentify/index.d.ts +470 -6
- package/dist/pitch/questions/indentify/index.d.ts.map +1 -1
- package/dist/pitch/questions/indentify/textBox.vue.d.ts +237 -4
- package/dist/pitch/questions/indentify/textBox.vue.d.ts.map +1 -1
- package/dist/sightsing/questions/IdentifyKey/IdentifyKey.vue.d.ts +237 -4
- package/dist/sightsing/questions/IdentifyKey/IdentifyKey.vue.d.ts.map +1 -1
- package/dist/sightsing/questions/IdentifyKey/index.d.ts +472 -8
- package/dist/sightsing/questions/IdentifyKey/index.d.ts.map +1 -1
- package/dist/typing/questions/falling-letters/FallingLetters.vue.d.ts +2 -2
- package/dist/typing/questions/falling-letters/FallingLetters.vue.d.ts.map +1 -1
- package/dist/typing/questions/single-letter/index.d.ts +4 -4
- package/dist/typing/questions/single-letter/index.d.ts.map +1 -1
- package/dist/typing/questions/single-letter/typeSingleLetter.vue.d.ts +3 -3
- package/dist/typing/questions/single-letter/typeSingleLetter.vue.d.ts.map +1 -1
- package/dist/word-work/questions/spelling/index.d.ts +64 -8
- package/dist/word-work/questions/spelling/index.d.ts.map +1 -1
- package/dist/word-work/questions/spelling/textBox.vue.d.ts +33 -5
- package/dist/word-work/questions/spelling/textBox.vue.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -14,21 +14,49 @@ export declare class SpellingQuestion extends Question {
|
|
|
14
14
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
15
15
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
16
16
|
maxSessionViews: import('vue').Ref<number>;
|
|
17
|
-
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist').
|
|
17
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist/types-legacy-6ettoclI.d.mts').i;
|
|
18
18
|
startTime: import('vue').Ref<moment.Moment>;
|
|
19
19
|
hotKeys: import('vue').Ref<import('../../../../../common-ui/dist/common-ui.es.js').HotKey[]>;
|
|
20
20
|
timeSpent: import('vue').ComputedRef<number>;
|
|
21
21
|
logger: import('../../../../../common-ui/dist/common-ui.es.js').ViewableLogger;
|
|
22
22
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
23
|
-
emitResponse: (record: import('packages/db/dist').
|
|
23
|
+
emitResponse: (record: import('packages/db/dist/types-legacy-6ettoclI.d.mts').c) => void;
|
|
24
24
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
25
25
|
data: ViewData[];
|
|
26
26
|
modifyDifficulty: number;
|
|
27
27
|
}> & Readonly<{}>, {
|
|
28
28
|
modifyDifficulty: number;
|
|
29
29
|
}, {}, {
|
|
30
|
-
AudioAutoPlayer:
|
|
31
|
-
|
|
30
|
+
AudioAutoPlayer: import('vue').DefineComponent<{
|
|
31
|
+
src: string | string[];
|
|
32
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
33
|
+
src: string | string[];
|
|
34
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
35
|
+
UserInputString: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
36
|
+
icon: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
required: false;
|
|
39
|
+
};
|
|
40
|
+
}>, {}, {}, {
|
|
41
|
+
prependIcon(): string;
|
|
42
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
43
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
44
|
+
previewModeStore: ReturnType<typeof import('../../../../../common-ui/dist/common-ui.es.js').useCardPreviewModeStore> | null;
|
|
45
|
+
}, {
|
|
46
|
+
autofocus(): boolean;
|
|
47
|
+
autoFocus(): boolean;
|
|
48
|
+
}, {
|
|
49
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('packages/db/dist/types-legacy-6ettoclI.d.mts').QuestionRecord;
|
|
50
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
51
|
+
getQuestionViewAncestor(): import('../../../../../common-ui/dist/common-ui.es.js').ViewComponent;
|
|
52
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
53
|
+
icon: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
required: false;
|
|
56
|
+
};
|
|
57
|
+
}>> & Readonly<{}>, {
|
|
58
|
+
icon: boolean;
|
|
59
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
32
60
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>[];
|
|
33
61
|
word: string;
|
|
34
62
|
sentence: string;
|
|
@@ -49,21 +77,49 @@ export declare class SpellingQuestion extends Question {
|
|
|
49
77
|
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
50
78
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
51
79
|
maxSessionViews: import('vue').Ref<number>;
|
|
52
|
-
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist').
|
|
80
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist/types-legacy-6ettoclI.d.mts').i;
|
|
53
81
|
startTime: import('vue').Ref<moment.Moment>;
|
|
54
82
|
hotKeys: import('vue').Ref<import('../../../../../common-ui/dist/common-ui.es.js').HotKey[]>;
|
|
55
83
|
timeSpent: import('vue').ComputedRef<number>;
|
|
56
84
|
logger: import('../../../../../common-ui/dist/common-ui.es.js').ViewableLogger;
|
|
57
85
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
58
|
-
emitResponse: (record: import('packages/db/dist').
|
|
86
|
+
emitResponse: (record: import('packages/db/dist/types-legacy-6ettoclI.d.mts').c) => void;
|
|
59
87
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
60
88
|
data: ViewData[];
|
|
61
89
|
modifyDifficulty: number;
|
|
62
90
|
}> & Readonly<{}>, {
|
|
63
91
|
modifyDifficulty: number;
|
|
64
92
|
}, {}, {
|
|
65
|
-
AudioAutoPlayer:
|
|
66
|
-
|
|
93
|
+
AudioAutoPlayer: import('vue').DefineComponent<{
|
|
94
|
+
src: string | string[];
|
|
95
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
96
|
+
src: string | string[];
|
|
97
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
98
|
+
UserInputString: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
99
|
+
icon: {
|
|
100
|
+
type: BooleanConstructor;
|
|
101
|
+
required: false;
|
|
102
|
+
};
|
|
103
|
+
}>, {}, {}, {
|
|
104
|
+
prependIcon(): string;
|
|
105
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
106
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
107
|
+
previewModeStore: ReturnType<typeof import('../../../../../common-ui/dist/common-ui.es.js').useCardPreviewModeStore> | null;
|
|
108
|
+
}, {
|
|
109
|
+
autofocus(): boolean;
|
|
110
|
+
autoFocus(): boolean;
|
|
111
|
+
}, {
|
|
112
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('packages/db/dist/types-legacy-6ettoclI.d.mts').QuestionRecord;
|
|
113
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
114
|
+
getQuestionViewAncestor(): import('../../../../../common-ui/dist/common-ui.es.js').ViewComponent;
|
|
115
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
116
|
+
icon: {
|
|
117
|
+
type: BooleanConstructor;
|
|
118
|
+
required: false;
|
|
119
|
+
};
|
|
120
|
+
}>> & Readonly<{}>, {
|
|
121
|
+
icon: boolean;
|
|
122
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
67
123
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>[];
|
|
68
124
|
}
|
|
69
125
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/word-work/questions/spelling/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAIL,SAAS,EACT,MAAM,EAEN,QAAQ,EACT,MAAM,sBAAsB,CAAC;AAuB9B,qBAAa,gBAAiB,SAAQ,QAAQ;IAC5C,OAAc,UAAU,EAAE,SAAS,EAAE,CAKnC;IAEF,OAAc,KAAK;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/word-work/questions/spelling/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AACnD,OAAO,EAIL,SAAS,EACT,MAAM,EAEN,QAAQ,EACT,MAAM,sBAAsB,CAAC;AAuB9B,qBAAa,gBAAiB,SAAQ,QAAQ;IAC5C,OAAc,UAAU,EAAE,SAAS,EAAE,CAKnC;IAEF,OAAc,KAAK;;;;;;;;;;;;sDAeT,CAAC;qCApCT,OAAM,MAAM;;;;6CASZ,CAAH;;;;;;;;;;;;;;;;;;;;;2BAbsB,mCACO;uDAIvB,yBAAO;;;;;wCAQM,mCAID,kBAAmB,8CACnB;kCAGb,mCAA4B;8CAIJ,yBAE7B;;;;;;;;;2EAFiC;IAEzB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,IAAI,CAAC;IACjB,cAAc,EAAE,IAAI,CAAC;gBAEhB,IAAI,EAAE,QAAQ,EAAE;IAQrB,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;IAGlC,UAAU,IAAI,SAAS,EAAE;IAGzB,KAAK;;;;;;;;;;;;sDANF,CAAC;qCApCT,OAAM,MAAM;;;;6CASZ,CAAH;;;;;;;;;;;;;;;;;;;;;2BAbsB,mCACO;uDAIvB,yBAAO;;;;;wCAQM,mCAID,kBAAmB,8CACnB;kCAGb,mCAA4B;8CAIJ,yBAE7B;;;;;;;;;;CAsBA"}
|
|
@@ -9,24 +9,52 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
9
9
|
submit: () => void;
|
|
10
10
|
priorSessionViews: import('vue').Ref<number>;
|
|
11
11
|
priorAttempts: import('vue').Ref<number>;
|
|
12
|
-
priorAnswers: import('vue').Ref<[
|
|
12
|
+
priorAnswers: import('vue').Ref<[Answer, string][]>;
|
|
13
13
|
maxAttemptsPerView: import('vue').Ref<number>;
|
|
14
14
|
maxSessionViews: import('vue').Ref<number>;
|
|
15
|
-
submitAnswer: (answer:
|
|
15
|
+
submitAnswer: (answer: Answer, submittingClass?: string) => import('packages/db/dist/types-legacy-6ettoclI.d.mts').i;
|
|
16
16
|
startTime: import('vue').Ref<moment.Moment>;
|
|
17
17
|
hotKeys: import('vue').Ref<import('../../../../../common-ui/dist/common-ui.es.js').HotKey[]>;
|
|
18
18
|
timeSpent: import('vue').ComputedRef<number>;
|
|
19
19
|
logger: import('../../../../../common-ui/dist/common-ui.es.js').ViewableLogger;
|
|
20
20
|
getURL: (item: string, dataShapeIndex?: number) => string;
|
|
21
|
-
emitResponse: (record: import('packages/db/dist').
|
|
21
|
+
emitResponse: (record: import('packages/db/dist/types-legacy-6ettoclI.d.mts').c) => void;
|
|
22
22
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
23
23
|
data: ViewData[];
|
|
24
24
|
modifyDifficulty: number;
|
|
25
25
|
}> & Readonly<{}>, {
|
|
26
26
|
modifyDifficulty: number;
|
|
27
27
|
}, {}, {
|
|
28
|
-
AudioAutoPlayer:
|
|
29
|
-
|
|
28
|
+
AudioAutoPlayer: import('vue').DefineComponent<{
|
|
29
|
+
src: string | string[];
|
|
30
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
31
|
+
src: string | string[];
|
|
32
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
33
|
+
UserInputString: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
34
|
+
icon: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
required: false;
|
|
37
|
+
};
|
|
38
|
+
}>, {}, {}, {
|
|
39
|
+
prependIcon(): string;
|
|
40
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').DefineComponent<{}, {}, {
|
|
41
|
+
answer: import('../../../../common/dist/index.mjs').Answer;
|
|
42
|
+
previewModeStore: ReturnType<typeof import('../../../../../common-ui/dist/common-ui.es.js').useCardPreviewModeStore> | null;
|
|
43
|
+
}, {
|
|
44
|
+
autofocus(): boolean;
|
|
45
|
+
autoFocus(): boolean;
|
|
46
|
+
}, {
|
|
47
|
+
submitAnswer(answer: import('../../../../common/dist/index.mjs').Answer): import('packages/db/dist/types-legacy-6ettoclI.d.mts').QuestionRecord;
|
|
48
|
+
submit(answer: import('../../../../common/dist/index.mjs').Answer): any;
|
|
49
|
+
getQuestionViewAncestor(): import('../../../../../common-ui/dist/common-ui.es.js').ViewComponent;
|
|
50
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
51
|
+
icon: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
required: false;
|
|
54
|
+
};
|
|
55
|
+
}>> & Readonly<{}>, {
|
|
56
|
+
icon: boolean;
|
|
57
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
30
58
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
31
59
|
export default _default;
|
|
32
60
|
//# sourceMappingURL=textBox.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textBox.vue.d.ts","sourceRoot":"","sources":["../../../../src/word-work/questions/spelling/textBox.vue"],"names":[],"mappings":"AAgBA;AA2EA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAG5E,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"textBox.vue.d.ts","sourceRoot":"","sources":["../../../../src/word-work/questions/spelling/textBox.vue"],"names":[],"mappings":"AAgBA;AA2EA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAG5E,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;;;;;;;;;;;;;kDAJhD,CA9BoB;iCA8BpB,OAAA,MA/D6D;;;;yCA+D7D,CAxDoB;;;;;;;;;;;;;;;;;;;;;uBAwDpB,mCA/DwB;mDA+DxB,yBA/DwF;;;;;oCA+DxF,mCAvDU,kBAuDV,8CAvD2D;8BAuD3D,mCAtD6D;0CAsD7D,yBApDe;;;;;;;;;;AA0Df,wBA8CG"}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.16",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "./dist/index.cjs.js",
|
|
9
9
|
"module": "./dist/index.mjs",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"test:watch": "vitest"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@vue-skuilder/common": "0.1.
|
|
45
|
-
"@vue-skuilder/common-ui": "0.1.
|
|
46
|
-
"@vue-skuilder/db": "0.1.
|
|
44
|
+
"@vue-skuilder/common": "0.1.16",
|
|
45
|
+
"@vue-skuilder/common-ui": "0.1.16",
|
|
46
|
+
"@vue-skuilder/db": "0.1.16",
|
|
47
47
|
"lodash": "^4.17.21",
|
|
48
48
|
"moment": "^2.29.4",
|
|
49
49
|
"paper": "^0.12.3",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"vue": "^3.2.0"
|
|
63
63
|
},
|
|
64
|
-
"stableVersion": "0.1.
|
|
64
|
+
"stableVersion": "0.1.16"
|
|
65
65
|
}
|