@saooti/octopus-sdk 30.0.76 → 30.0.77

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -572,4 +572,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
572
572
  * 30.0.73 Ajout classe css
573
573
  * 30.0.74 Error locales en allemand (je sens que ça va être fun cette histoire)
574
574
  * 30.0.75 Parlement
575
- * 30.0.76 Space
575
+ * 30.0.76 Space
576
+ * 30.0.77 V-Calendar bloque version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.76",
3
+ "version": "30.0.77",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -31,7 +31,7 @@
31
31
  "qrcode.vue": "^3.3.3",
32
32
  "sass": "^1.43.4",
33
33
  "sass-loader": "^12.3.0",
34
- "v-calendar": "^3.0.0-alpha.6",
34
+ "v-calendar": "3.0.0-alpha.6",
35
35
  "vue": "^3.2.21",
36
36
  "vue-i18n": "^9.2.0-beta.17",
37
37
  "vue-multiselect": "^3.0.0-alpha.2",