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
|
@@ -1387,7 +1387,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1387
1387
|
|
|
1388
1388
|
// EXPORTS
|
|
1389
1389
|
__webpack_require__.d(__webpack_exports__, {
|
|
1390
|
-
YxSpeechRecognition: function() { return /* reexport */ SpeechRecognition; },
|
|
1391
1390
|
"default": function() { return /* binding */ entry_lib; }
|
|
1392
1391
|
});
|
|
1393
1392
|
|
|
@@ -17532,17 +17531,20 @@ var SpeechRecognition_component = normalizeComponent(
|
|
|
17532
17531
|
;// ./package/index.js
|
|
17533
17532
|
|
|
17534
17533
|
|
|
17535
|
-
|
|
17536
|
-
|
|
17537
|
-
|
|
17538
|
-
|
|
17539
|
-
|
|
17540
|
-
|
|
17541
|
-
|
|
17542
|
-
}
|
|
17543
|
-
|
|
17544
|
-
|
|
17545
|
-
|
|
17534
|
+
// export { YxSpeechRecognition }
|
|
17535
|
+
|
|
17536
|
+
// const components = [YxSpeechRecognition]
|
|
17537
|
+
|
|
17538
|
+
// const install = (app) =>{
|
|
17539
|
+
// for(const item of components){
|
|
17540
|
+
// app.component(item.name,item)
|
|
17541
|
+
// }
|
|
17542
|
+
// return app
|
|
17543
|
+
// }
|
|
17544
|
+
|
|
17545
|
+
// export default { install }
|
|
17546
|
+
|
|
17547
|
+
/* harmony default export */ var package_0 = (SpeechRecognition);
|
|
17546
17548
|
;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
17547
17549
|
|
|
17548
17550
|
|