yxspeechrecognition 1.0.7 → 1.0.8
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/YxSpeechRecognition.common.js +14 -12
- package/YxSpeechRecognition.common.js.map +1 -1
- package/YxSpeechRecognition.umd.js +14 -12
- package/YxSpeechRecognition.umd.js.map +1 -1
- package/YxSpeechRecognition.umd.min.js +1 -1
- package/YxSpeechRecognition.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1405,7 +1405,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1405
1405
|
|
|
1406
1406
|
// EXPORTS
|
|
1407
1407
|
__webpack_require__.d(__webpack_exports__, {
|
|
1408
|
-
YxSpeechRecognition: function() { return /* reexport */ SpeechRecognition; },
|
|
1409
1408
|
"default": function() { return /* binding */ entry_lib; }
|
|
1410
1409
|
});
|
|
1411
1410
|
|
|
@@ -17550,17 +17549,20 @@ var SpeechRecognition_component = normalizeComponent(
|
|
|
17550
17549
|
;// ./package/index.js
|
|
17551
17550
|
|
|
17552
17551
|
|
|
17553
|
-
|
|
17554
|
-
|
|
17555
|
-
|
|
17556
|
-
|
|
17557
|
-
|
|
17558
|
-
|
|
17559
|
-
|
|
17560
|
-
}
|
|
17561
|
-
|
|
17562
|
-
|
|
17563
|
-
|
|
17552
|
+
// export { YxSpeechRecognition }
|
|
17553
|
+
|
|
17554
|
+
// const components = [YxSpeechRecognition]
|
|
17555
|
+
|
|
17556
|
+
// const install = (app) =>{
|
|
17557
|
+
// for(const item of components){
|
|
17558
|
+
// app.component(item.name,item)
|
|
17559
|
+
// }
|
|
17560
|
+
// return app
|
|
17561
|
+
// }
|
|
17562
|
+
|
|
17563
|
+
// export default { install }
|
|
17564
|
+
|
|
17565
|
+
/* harmony default export */ var package_0 = (SpeechRecognition);
|
|
17564
17566
|
;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
17565
17567
|
|
|
17566
17568
|
|