@aws-sdk/client-appsync 3.489.0 → 3.495.0
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/dist-cjs/AppSync.js +1 -135
- package/dist-cjs/AppSyncClient.js +1 -43
- package/dist-cjs/commands/AssociateApiCommand.js +1 -28
- package/dist-cjs/commands/AssociateMergedGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/AssociateSourceGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/CreateApiCacheCommand.js +1 -28
- package/dist-cjs/commands/CreateApiKeyCommand.js +1 -28
- package/dist-cjs/commands/CreateDataSourceCommand.js +1 -28
- package/dist-cjs/commands/CreateDomainNameCommand.js +1 -28
- package/dist-cjs/commands/CreateFunctionCommand.js +1 -28
- package/dist-cjs/commands/CreateGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/CreateResolverCommand.js +1 -28
- package/dist-cjs/commands/CreateTypeCommand.js +1 -28
- package/dist-cjs/commands/DeleteApiCacheCommand.js +1 -28
- package/dist-cjs/commands/DeleteApiKeyCommand.js +1 -28
- package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -28
- package/dist-cjs/commands/DeleteDomainNameCommand.js +1 -28
- package/dist-cjs/commands/DeleteFunctionCommand.js +1 -28
- package/dist-cjs/commands/DeleteGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/DeleteResolverCommand.js +1 -28
- package/dist-cjs/commands/DeleteTypeCommand.js +1 -28
- package/dist-cjs/commands/DisassociateApiCommand.js +1 -28
- package/dist-cjs/commands/DisassociateMergedGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/DisassociateSourceGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/EvaluateCodeCommand.js +1 -28
- package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +1 -28
- package/dist-cjs/commands/FlushApiCacheCommand.js +1 -28
- package/dist-cjs/commands/GetApiAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetApiCacheCommand.js +1 -28
- package/dist-cjs/commands/GetDataSourceCommand.js +1 -28
- package/dist-cjs/commands/GetDataSourceIntrospectionCommand.js +1 -28
- package/dist-cjs/commands/GetDomainNameCommand.js +1 -28
- package/dist-cjs/commands/GetFunctionCommand.js +1 -28
- package/dist-cjs/commands/GetGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +1 -28
- package/dist-cjs/commands/GetResolverCommand.js +1 -28
- package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +1 -28
- package/dist-cjs/commands/GetSourceApiAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetTypeCommand.js +1 -28
- package/dist-cjs/commands/ListApiKeysCommand.js +1 -28
- package/dist-cjs/commands/ListDataSourcesCommand.js +1 -28
- package/dist-cjs/commands/ListDomainNamesCommand.js +1 -28
- package/dist-cjs/commands/ListFunctionsCommand.js +1 -28
- package/dist-cjs/commands/ListGraphqlApisCommand.js +1 -28
- package/dist-cjs/commands/ListResolversByFunctionCommand.js +1 -28
- package/dist-cjs/commands/ListResolversCommand.js +1 -28
- package/dist-cjs/commands/ListSourceApiAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTypesByAssociationCommand.js +1 -28
- package/dist-cjs/commands/ListTypesCommand.js +1 -28
- package/dist-cjs/commands/StartDataSourceIntrospectionCommand.js +1 -28
- package/dist-cjs/commands/StartSchemaCreationCommand.js +1 -28
- package/dist-cjs/commands/StartSchemaMergeCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateApiCacheCommand.js +1 -28
- package/dist-cjs/commands/UpdateApiKeyCommand.js +1 -28
- package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateDomainNameCommand.js +1 -28
- package/dist-cjs/commands/UpdateFunctionCommand.js +1 -28
- package/dist-cjs/commands/UpdateGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/UpdateResolverCommand.js +1 -28
- package/dist-cjs/commands/UpdateSourceApiAssociationCommand.js +1 -28
- package/dist-cjs/commands/UpdateTypeCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -65
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5665 -10
- package/dist-cjs/models/AppSyncServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -285
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3961
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +41 -41
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateFunctionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateFunctionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "UpdateFunction", {})
|
|
22
|
-
.n("AppSyncClient", "UpdateFunctionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateFunctionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateFunctionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateFunctionCommand = UpdateFunctionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateGraphqlApiCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateGraphqlApiCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "UpdateGraphqlApi", {})
|
|
22
|
-
.n("AppSyncClient", "UpdateGraphqlApiCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateGraphqlApiCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateGraphqlApiCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateGraphqlApiCommand = UpdateGraphqlApiCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateResolverCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateResolverCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "UpdateResolver", {})
|
|
22
|
-
.n("AppSyncClient", "UpdateResolverCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateResolverCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateResolverCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateResolverCommand = UpdateResolverCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateSourceApiAssociationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateSourceApiAssociationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "UpdateSourceApiAssociation", {})
|
|
22
|
-
.n("AppSyncClient", "UpdateSourceApiAssociationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateSourceApiAssociationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateSourceApiAssociationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateSourceApiAssociationCommand = UpdateSourceApiAssociationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateTypeCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "UpdateType", {})
|
|
22
|
-
.n("AppSyncClient", "UpdateTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateTypeCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateTypeCommand = UpdateTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,65 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AssociateApiCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./AssociateMergedGraphqlApiCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./AssociateSourceGraphqlApiCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateApiCacheCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateApiKeyCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateDataSourceCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateDomainNameCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateFunctionCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateGraphqlApiCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreateResolverCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./CreateTypeCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteApiCacheCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteApiKeyCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteDataSourceCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteDomainNameCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteFunctionCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteGraphqlApiCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DeleteResolverCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DeleteTypeCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DisassociateApiCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DisassociateMergedGraphqlApiCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./DisassociateSourceGraphqlApiCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./EvaluateCodeCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./EvaluateMappingTemplateCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./FlushApiCacheCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./GetApiAssociationCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./GetApiCacheCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./GetDataSourceCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./GetDataSourceIntrospectionCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./GetDomainNameCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./GetFunctionCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./GetGraphqlApiCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./GetIntrospectionSchemaCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./GetResolverCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./GetSchemaCreationStatusCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./GetSourceApiAssociationCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./GetTypeCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ListApiKeysCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./ListDataSourcesCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./ListDomainNamesCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./ListFunctionsCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./ListGraphqlApisCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./ListResolversByFunctionCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./ListResolversCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./ListSourceApiAssociationsCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./ListTypesByAssociationCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./ListTypesCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./StartDataSourceIntrospectionCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./StartSchemaCreationCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./StartSchemaMergeCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./UpdateApiCacheCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./UpdateApiKeyCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./UpdateDataSourceCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./UpdateDomainNameCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./UpdateFunctionCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./UpdateGraphqlApiCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./UpdateResolverCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./UpdateSourceApiAssociationCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./UpdateTypeCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "appsync",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|