Ver código fonte

Fix tests by importing VCards plugin

JC Brand 1 ano atrás
pai
commit
bef3f95d5f

+ 2 - 0
src/headless/plugins/vcard/index.js

@@ -1,4 +1,6 @@
 import VCard from './vcard.js';
 import VCards from "./vcards";
 
+import './plugin.js';
+
 export { VCard, VCards };

+ 1 - 1
src/headless/types/shared/constants.d.ts

@@ -1,5 +1,5 @@
 export const BOSH_WAIT: 59;
-export const VERSION_NAME: "v10.1.5";
+export const VERSION_NAME: "v11.0.0";
 export namespace STATUS_WEIGHTS {
     const offline: number;
     const unavailable: number;

+ 1 - 1
src/types/headless/shared/constants.d.ts

@@ -1,5 +1,5 @@
 export const BOSH_WAIT: 59;
-export const VERSION_NAME: "v10.1.5";
+export const VERSION_NAME: "v11.0.0";
 export namespace STATUS_WEIGHTS {
     const offline: number;
     const unavailable: number;