@dereekb/zoom 13.10.7 → 13.10.9
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/nestjs/index.esm.js +4 -4
- package/nestjs/package.json +5 -5
- package/package.json +4 -4
package/nestjs/index.esm.js
CHANGED
|
@@ -814,7 +814,7 @@ function _unsupported_iterable_to_array$1(o, minLen) {
|
|
|
814
814
|
* @returns Module metadata for the Zoom OAuth module
|
|
815
815
|
*/ function appZoomOAuthModuleMetadata(config) {
|
|
816
816
|
var _config_zoomOAuthServiceConfigFactory;
|
|
817
|
-
var dependencyModule = config.dependencyModule, imports = config.imports, exports
|
|
817
|
+
var dependencyModule = config.dependencyModule, imports = config.imports, exports = config.exports, providers = config.providers;
|
|
818
818
|
var dependencyModuleImport = dependencyModule ? [
|
|
819
819
|
dependencyModule
|
|
820
820
|
] : [];
|
|
@@ -824,7 +824,7 @@ function _unsupported_iterable_to_array$1(o, minLen) {
|
|
|
824
824
|
].concat(_to_consumable_array$1(dependencyModuleImport), _to_consumable_array$1(imports !== null && imports !== void 0 ? imports : [])),
|
|
825
825
|
exports: [
|
|
826
826
|
ZoomOAuthApi
|
|
827
|
-
].concat(_to_consumable_array$1(exports
|
|
827
|
+
].concat(_to_consumable_array$1(exports !== null && exports !== void 0 ? exports : [])),
|
|
828
828
|
providers: [
|
|
829
829
|
{
|
|
830
830
|
provide: ZoomOAuthServiceConfig,
|
|
@@ -1812,7 +1812,7 @@ function _unsupported_iterable_to_array(o, minLen) {
|
|
|
1812
1812
|
* @param config The configuration for the module metadata
|
|
1813
1813
|
* @returns Module metadata for the Zoom module
|
|
1814
1814
|
*/ function appZoomModuleMetadata(config) {
|
|
1815
|
-
var dependencyModule = config.dependencyModule, imports = config.imports, exports
|
|
1815
|
+
var dependencyModule = config.dependencyModule, imports = config.imports, exports = config.exports, providers = config.providers;
|
|
1816
1816
|
var dependencyModuleImport = dependencyModule ? [
|
|
1817
1817
|
dependencyModule
|
|
1818
1818
|
] : [];
|
|
@@ -1822,7 +1822,7 @@ function _unsupported_iterable_to_array(o, minLen) {
|
|
|
1822
1822
|
].concat(_to_consumable_array(dependencyModuleImport), _to_consumable_array(imports !== null && imports !== void 0 ? imports : [])),
|
|
1823
1823
|
exports: [
|
|
1824
1824
|
ZoomApi
|
|
1825
|
-
].concat(_to_consumable_array(exports
|
|
1825
|
+
].concat(_to_consumable_array(exports !== null && exports !== void 0 ? exports : [])),
|
|
1826
1826
|
providers: [
|
|
1827
1827
|
{
|
|
1828
1828
|
provide: ZoomServiceConfig,
|
package/nestjs/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/zoom/nestjs",
|
|
3
|
-
"version": "13.10.
|
|
3
|
+
"version": "13.10.9",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@dereekb/nestjs": "13.10.
|
|
6
|
-
"@dereekb/rxjs": "13.10.
|
|
7
|
-
"@dereekb/util": "13.10.
|
|
8
|
-
"@dereekb/zoom": "13.10.
|
|
5
|
+
"@dereekb/nestjs": "13.10.9",
|
|
6
|
+
"@dereekb/rxjs": "13.10.9",
|
|
7
|
+
"@dereekb/util": "13.10.9",
|
|
8
|
+
"@dereekb/zoom": "13.10.9",
|
|
9
9
|
"@nestjs/common": "^11.1.19",
|
|
10
10
|
"@nestjs/config": "^4.0.4",
|
|
11
11
|
"express": "^5.2.1"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/zoom",
|
|
3
|
-
"version": "13.10.
|
|
3
|
+
"version": "13.10.9",
|
|
4
4
|
"exports": {
|
|
5
5
|
"./nestjs": {
|
|
6
6
|
"module": "./nestjs/index.esm.js",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@dereekb/nestjs": "13.10.
|
|
21
|
-
"@dereekb/rxjs": "13.10.
|
|
22
|
-
"@dereekb/util": "13.10.
|
|
20
|
+
"@dereekb/nestjs": "13.10.9",
|
|
21
|
+
"@dereekb/rxjs": "13.10.9",
|
|
22
|
+
"@dereekb/util": "13.10.9",
|
|
23
23
|
"@nestjs/common": "^11.1.19",
|
|
24
24
|
"@nestjs/config": "^4.0.4",
|
|
25
25
|
"express": "^5.2.1",
|