@saooti/octopus-sdk 39.3.2 → 39.3.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.
- package/package.json +14 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saooti/octopus-sdk",
|
|
3
|
-
"version": "39.3.
|
|
3
|
+
"version": "39.3.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Javascript SDK for using octopus",
|
|
6
6
|
"author": "Saooti",
|
|
@@ -12,45 +12,41 @@
|
|
|
12
12
|
"proxy_non_authentifié": "node proxy.ts false",
|
|
13
13
|
"lint": "eslint --ext .js,.vue --fix src",
|
|
14
14
|
"build_bundle": "vue-cli-service build --target lib --name octopus ./index.js",
|
|
15
|
-
"sonar": "node sonarqube-scanner.js"
|
|
16
|
-
"test": "jest --coverage"
|
|
15
|
+
"sonar": "node sonarqube-scanner.js"
|
|
17
16
|
},
|
|
18
17
|
"dependencies": {
|
|
19
18
|
"@multiformats/murmur3": "^2.1.8",
|
|
20
19
|
"@popperjs/core": "^2.11.8",
|
|
21
20
|
"@stomp/stompjs": "^7.0.0",
|
|
22
|
-
"@tato30/vue-pdf": "^1.11.
|
|
21
|
+
"@tato30/vue-pdf": "^1.11.3",
|
|
23
22
|
"@tiptap/extension-hard-break": "^2.9.1",
|
|
24
23
|
"@tiptap/extension-link": "^2.9.1",
|
|
25
24
|
"@tiptap/extension-text-style": "^2.9.1",
|
|
26
25
|
"@tiptap/extension-underline": "^2.9.1",
|
|
27
26
|
"@tiptap/starter-kit": "^2.9.1",
|
|
28
27
|
"@tiptap/vue-3": "^2.9.1",
|
|
29
|
-
"@vue/cli": "^5.0.8",
|
|
30
|
-
"@vue/compat": "^3.5.12",
|
|
31
28
|
"@vuepic/vue-datepicker": "^10.0.0",
|
|
32
|
-
"@vueuse/core": "^
|
|
29
|
+
"@vueuse/core": "^12.0.0",
|
|
33
30
|
"autoprefixer": "^10.4.20",
|
|
34
|
-
"axios": "^1.7.
|
|
31
|
+
"axios": "^1.7.9",
|
|
35
32
|
"dayjs": "^1.11.13",
|
|
36
33
|
"emoji-mart-vue-fast": "^15.0.3",
|
|
37
34
|
"eslint-config-prettier": "^9.1.0",
|
|
38
35
|
"eslint-plugin-prettier": "^5.2.1",
|
|
39
|
-
"express": "^4.21.
|
|
36
|
+
"express": "^4.21.2",
|
|
40
37
|
"hls.js": "^1.5.17",
|
|
41
38
|
"humanize-duration": "^3.32.1",
|
|
42
|
-
"
|
|
43
|
-
"pinia": "^2.2.6",
|
|
39
|
+
"pinia": "^2.3.0",
|
|
44
40
|
"qrcode.vue": "^3.6.0",
|
|
45
|
-
"sass": "^1.
|
|
41
|
+
"sass": "^1.82.0",
|
|
46
42
|
"sockjs-client": "^1.6.1",
|
|
47
43
|
"sonarqube-scanner": "^3.3.0",
|
|
48
44
|
"swiper": "^11.1.14",
|
|
49
|
-
"video.js": "^8.
|
|
45
|
+
"video.js": "^8.21.0",
|
|
50
46
|
"videojs-quality-selector-hls": "^1.1.1",
|
|
51
47
|
"vite": "^5.4.11",
|
|
52
48
|
"vue": "^3.5.12",
|
|
53
|
-
"vue-i18n": "^
|
|
49
|
+
"vue-i18n": "^10.0.5",
|
|
54
50
|
"vue-material-design-icons": "^5.3.1",
|
|
55
51
|
"vue-recaptcha": "^2.0.3",
|
|
56
52
|
"vue-router": "^4.4.5",
|
|
@@ -60,14 +56,11 @@
|
|
|
60
56
|
},
|
|
61
57
|
"devDependencies": {
|
|
62
58
|
"@types/sockjs-client": "^1.5.4",
|
|
63
|
-
"@
|
|
64
|
-
"@typescript-eslint/
|
|
65
|
-
"@typescript-eslint/parser": "^7.18.0",
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^8.18.0",
|
|
60
|
+
"@typescript-eslint/parser": "^8.18.0",
|
|
66
61
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"eslint": "^8.57.0",
|
|
70
|
-
"eslint-plugin-vue": "^9.29.1",
|
|
62
|
+
"eslint": "^9.16.0",
|
|
63
|
+
"eslint-plugin-vue": "^9.32.0",
|
|
71
64
|
"typescript": "^5.6.3"
|
|
72
65
|
},
|
|
73
66
|
"eslintConfig": {
|
|
@@ -122,10 +115,5 @@
|
|
|
122
115
|
"repository": {
|
|
123
116
|
"type": "git",
|
|
124
117
|
"url": "git+https://github.com/saooti/octopus-sdk.git"
|
|
125
|
-
},
|
|
126
|
-
"jestSonar": {
|
|
127
|
-
"reportPath": "coverage",
|
|
128
|
-
"reportFile": "test-reporter.xml",
|
|
129
|
-
"indent": 4
|
|
130
118
|
}
|
|
131
119
|
}
|