ipyaudio 0.1.22__py3-none-any.whl → 0.1.23__py3-none-any.whl

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 (61) hide show
  1. ipyaudio/_version.py +1 -1
  2. ipyaudio/labextension/build_log.json +726 -0
  3. ipyaudio/labextension/package.json +1 -1
  4. ipyaudio/labextension/static/lib_index_js.e0dc1b40eb8d768fd304.js +36 -0
  5. ipyaudio/labextension/static/lib_index_js.e0dc1b40eb8d768fd304.js.map +1 -0
  6. ipyaudio/labextension/static/lib_player_js-lib_recorder_js-data_image_svg_xml_3csvg_xmlns_27http_www_w3_org_2000_svg_27_vi-4e62a2.5626ffcb48021915d5fc.js +1216 -0
  7. ipyaudio/labextension/static/lib_player_js-lib_recorder_js-data_image_svg_xml_3csvg_xmlns_27http_www_w3_org_2000_svg_27_vi-4e62a2.5626ffcb48021915d5fc.js.map +1 -0
  8. ipyaudio/labextension/static/lib_plugin_js.721ea7eaebbdaef9b36c.js +69 -0
  9. ipyaudio/labextension/static/lib_plugin_js.721ea7eaebbdaef9b36c.js.map +1 -0
  10. ipyaudio/labextension/static/remoteEntry.58e9350ee0aa7970ecd3.js +565 -0
  11. ipyaudio/labextension/static/remoteEntry.58e9350ee0aa7970ecd3.js.map +1 -0
  12. ipyaudio/labextension/static/vendors-node_modules_bootstrap_dist_js_bootstrap_bundle_min_js-node_modules_lodash_merge_js-n-f8a88e.73fa57174fc3b67a3760.js +4041 -0
  13. ipyaudio/labextension/static/vendors-node_modules_bootstrap_dist_js_bootstrap_bundle_min_js-node_modules_lodash_merge_js-n-f8a88e.73fa57174fc3b67a3760.js.map +1 -0
  14. ipyaudio/labextension/static/vendors-node_modules_jupyter-dataserializers_lib_index_js.e44af737f0ae9fde402b.js +8001 -0
  15. ipyaudio/labextension/static/vendors-node_modules_jupyter-dataserializers_lib_index_js.e44af737f0ae9fde402b.js.map +1 -0
  16. ipyaudio/nbextension/index.js +13499 -2
  17. ipyaudio/nbextension/index.js.map +1 -1
  18. ipyaudio-0.1.23.data/data/share/jupyter/labextensions/ipyaudio/build_log.json +726 -0
  19. {ipyaudio-0.1.22.data → ipyaudio-0.1.23.data}/data/share/jupyter/labextensions/ipyaudio/package.json +1 -1
  20. ipyaudio-0.1.23.data/data/share/jupyter/labextensions/ipyaudio/static/lib_index_js.e0dc1b40eb8d768fd304.js +36 -0
  21. ipyaudio-0.1.23.data/data/share/jupyter/labextensions/ipyaudio/static/lib_index_js.e0dc1b40eb8d768fd304.js.map +1 -0
  22. ipyaudio-0.1.23.data/data/share/jupyter/labextensions/ipyaudio/static/lib_player_js-lib_recorder_js-data_image_svg_xml_3csvg_xmlns_27http_www_w3_org_2000_svg_27_vi-4e62a2.5626ffcb48021915d5fc.js +1216 -0
  23. ipyaudio-0.1.23.data/data/share/jupyter/labextensions/ipyaudio/static/lib_player_js-lib_recorder_js-data_image_svg_xml_3csvg_xmlns_27http_www_w3_org_2000_svg_27_vi-4e62a2.5626ffcb48021915d5fc.js.map +1 -0
  24. ipyaudio-0.1.23.data/data/share/jupyter/labextensions/ipyaudio/static/lib_plugin_js.721ea7eaebbdaef9b36c.js +69 -0
  25. ipyaudio-0.1.23.data/data/share/jupyter/labextensions/ipyaudio/static/lib_plugin_js.721ea7eaebbdaef9b36c.js.map +1 -0
  26. ipyaudio-0.1.23.data/data/share/jupyter/labextensions/ipyaudio/static/remoteEntry.58e9350ee0aa7970ecd3.js +565 -0
  27. ipyaudio-0.1.23.data/data/share/jupyter/labextensions/ipyaudio/static/remoteEntry.58e9350ee0aa7970ecd3.js.map +1 -0
  28. ipyaudio-0.1.23.data/data/share/jupyter/labextensions/ipyaudio/static/vendors-node_modules_bootstrap_dist_js_bootstrap_bundle_min_js-node_modules_lodash_merge_js-n-f8a88e.73fa57174fc3b67a3760.js +4041 -0
  29. ipyaudio-0.1.23.data/data/share/jupyter/labextensions/ipyaudio/static/vendors-node_modules_bootstrap_dist_js_bootstrap_bundle_min_js-node_modules_lodash_merge_js-n-f8a88e.73fa57174fc3b67a3760.js.map +1 -0
  30. ipyaudio-0.1.23.data/data/share/jupyter/labextensions/ipyaudio/static/vendors-node_modules_jupyter-dataserializers_lib_index_js.e44af737f0ae9fde402b.js +8001 -0
  31. ipyaudio-0.1.23.data/data/share/jupyter/labextensions/ipyaudio/static/vendors-node_modules_jupyter-dataserializers_lib_index_js.e44af737f0ae9fde402b.js.map +1 -0
  32. ipyaudio-0.1.23.data/data/share/jupyter/nbextensions/ipyaudio/index.js +13500 -0
  33. ipyaudio-0.1.23.data/data/share/jupyter/nbextensions/ipyaudio/index.js.map +1 -0
  34. {ipyaudio-0.1.22.dist-info → ipyaudio-0.1.23.dist-info}/METADATA +22 -4
  35. ipyaudio-0.1.23.dist-info/RECORD +58 -0
  36. ipyaudio/labextension/static/122.3700f0454aee82938e32.js +0 -1
  37. ipyaudio/labextension/static/270.783a4728ca957ffe8716.js +0 -1
  38. ipyaudio/labextension/static/509.a9d6860fe38ae60aa71f.js +0 -1
  39. ipyaudio/labextension/static/570.97f2a8196b7f1703e636.js +0 -2
  40. ipyaudio/labextension/static/570.97f2a8196b7f1703e636.js.LICENSE.txt +0 -6
  41. ipyaudio/labextension/static/627.315cb148cc156382df50.js +0 -2
  42. ipyaudio/labextension/static/627.315cb148cc156382df50.js.LICENSE.txt +0 -5
  43. ipyaudio/labextension/static/third-party-licenses.json +0 -64
  44. ipyaudio-0.1.22.data/data/share/jupyter/labextensions/ipyaudio/static/122.3700f0454aee82938e32.js +0 -1
  45. ipyaudio-0.1.22.data/data/share/jupyter/labextensions/ipyaudio/static/270.783a4728ca957ffe8716.js +0 -1
  46. ipyaudio-0.1.22.data/data/share/jupyter/labextensions/ipyaudio/static/509.a9d6860fe38ae60aa71f.js +0 -1
  47. ipyaudio-0.1.22.data/data/share/jupyter/labextensions/ipyaudio/static/570.97f2a8196b7f1703e636.js +0 -2
  48. ipyaudio-0.1.22.data/data/share/jupyter/labextensions/ipyaudio/static/570.97f2a8196b7f1703e636.js.LICENSE.txt +0 -6
  49. ipyaudio-0.1.22.data/data/share/jupyter/labextensions/ipyaudio/static/627.315cb148cc156382df50.js +0 -2
  50. ipyaudio-0.1.22.data/data/share/jupyter/labextensions/ipyaudio/static/627.315cb148cc156382df50.js.LICENSE.txt +0 -5
  51. ipyaudio-0.1.22.data/data/share/jupyter/labextensions/ipyaudio/static/third-party-licenses.json +0 -64
  52. ipyaudio-0.1.22.data/data/share/jupyter/nbextensions/ipyaudio/index.js +0 -3
  53. ipyaudio-0.1.22.data/data/share/jupyter/nbextensions/ipyaudio/index.js.map +0 -1
  54. ipyaudio-0.1.22.dist-info/RECORD +0 -48
  55. {ipyaudio-0.1.22.data → ipyaudio-0.1.23.data}/data/etc/jupyter/nbconfig/notebook.d/ipyaudio.json +0 -0
  56. {ipyaudio-0.1.22.data → ipyaudio-0.1.23.data}/data/share/jupyter/labextensions/ipyaudio/install.json +0 -0
  57. {ipyaudio-0.1.22.data → ipyaudio-0.1.23.data}/data/share/jupyter/labextensions/ipyaudio/static/style.js +0 -0
  58. {ipyaudio-0.1.22.data → ipyaudio-0.1.23.data}/data/share/jupyter/nbextensions/ipyaudio/extension.js +0 -0
  59. {ipyaudio-0.1.22.data → ipyaudio-0.1.23.data}/data/share/jupyter/nbextensions/ipyaudio/index.js.LICENSE.txt +0 -0
  60. {ipyaudio-0.1.22.dist-info → ipyaudio-0.1.23.dist-info}/WHEEL +0 -0
  61. {ipyaudio-0.1.22.dist-info → ipyaudio-0.1.23.dist-info}/licenses/LICENSE.txt +0 -0
@@ -101,7 +101,7 @@
101
101
  }
102
102
  },
103
103
  "_build": {
104
- "load": "static",
104
+ "load": "static/remoteEntry.58e9350ee0aa7970ecd3.js",
105
105
  "extension": "./extension"
106
106
  }
107
107
  }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ (self["webpackChunkipyaudio"] = self["webpackChunkipyaudio"] || []).push([["lib_index_js"],{
3
+
4
+ /***/ "./lib/index.js":
5
+ /*!**********************!*\
6
+ !*** ./lib/index.js ***!
7
+ \**********************/
8
+ /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
9
+
10
+
11
+ // Copyright (c) Zhendong Peng
12
+ // Distributed under the terms of the Modified BSD License.
13
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
+ if (k2 === undefined) k2 = k;
15
+ var desc = Object.getOwnPropertyDescriptor(m, k);
16
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
+ desc = { enumerable: true, get: function() { return m[k]; } };
18
+ }
19
+ Object.defineProperty(o, k2, desc);
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
25
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
26
+ };
27
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
28
+ __exportStar(__webpack_require__(/*! ./player */ "./lib/player.js"), exports);
29
+ __exportStar(__webpack_require__(/*! ./recorder */ "./lib/recorder.js"), exports);
30
+ __exportStar(__webpack_require__(/*! ./version */ "./lib/version.js"), exports);
31
+
32
+
33
+ /***/ })
34
+
35
+ }]);
36
+ //# sourceMappingURL=lib_index_js.e0dc1b40eb8d768fd304.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lib_index_js.e0dc1b40eb8d768fd304.js","mappings":";;;;;;;;;;AAAA,8BAA8B;AAC9B,2DAA2D;;;;;;;;;;;;;;;;AAE3D,8EAAwB;AACxB,kFAA0B;AAC1B,gFAAyB","sources":["webpack://ipyaudio/./src/index.ts"],"sourcesContent":["// Copyright (c) Zhendong Peng\n// Distributed under the terms of the Modified BSD License.\n\nexport * from './player'\nexport * from './recorder'\nexport * from './version'\n"],"names":[],"sourceRoot":""}