@google-cloud/discoveryengine 2.9.0 → 3.0.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/build/protos/protos.d.ts +500 -1
- package/build/protos/protos.js +1 -1
- package/build/protos/protos.json +169 -8
- package/build/src/index.d.ts +3 -3
- package/build/src/index.js +4 -4
- package/package.json +7 -7
package/build/protos/protos.json
CHANGED
|
@@ -42807,6 +42807,10 @@
|
|
|
42807
42807
|
"common": {
|
|
42808
42808
|
"type": "CommonLanguageSettings",
|
|
42809
42809
|
"id": 1
|
|
42810
|
+
},
|
|
42811
|
+
"libraryPackage": {
|
|
42812
|
+
"type": "string",
|
|
42813
|
+
"id": 2
|
|
42810
42814
|
}
|
|
42811
42815
|
}
|
|
42812
42816
|
},
|
|
@@ -42916,6 +42920,10 @@
|
|
|
42916
42920
|
"rule": "repeated",
|
|
42917
42921
|
"type": "string",
|
|
42918
42922
|
"id": 3
|
|
42923
|
+
},
|
|
42924
|
+
"batching": {
|
|
42925
|
+
"type": "BatchingConfigProto",
|
|
42926
|
+
"id": 4
|
|
42919
42927
|
}
|
|
42920
42928
|
},
|
|
42921
42929
|
"nested": {
|
|
@@ -42973,6 +42981,79 @@
|
|
|
42973
42981
|
}
|
|
42974
42982
|
}
|
|
42975
42983
|
},
|
|
42984
|
+
"BatchingConfigProto": {
|
|
42985
|
+
"fields": {
|
|
42986
|
+
"thresholds": {
|
|
42987
|
+
"type": "BatchingSettingsProto",
|
|
42988
|
+
"id": 1
|
|
42989
|
+
},
|
|
42990
|
+
"batchDescriptor": {
|
|
42991
|
+
"type": "BatchingDescriptorProto",
|
|
42992
|
+
"id": 2
|
|
42993
|
+
}
|
|
42994
|
+
}
|
|
42995
|
+
},
|
|
42996
|
+
"BatchingSettingsProto": {
|
|
42997
|
+
"fields": {
|
|
42998
|
+
"elementCountThreshold": {
|
|
42999
|
+
"type": "int32",
|
|
43000
|
+
"id": 1
|
|
43001
|
+
},
|
|
43002
|
+
"requestByteThreshold": {
|
|
43003
|
+
"type": "int64",
|
|
43004
|
+
"id": 2
|
|
43005
|
+
},
|
|
43006
|
+
"delayThreshold": {
|
|
43007
|
+
"type": "google.protobuf.Duration",
|
|
43008
|
+
"id": 3
|
|
43009
|
+
},
|
|
43010
|
+
"elementCountLimit": {
|
|
43011
|
+
"type": "int32",
|
|
43012
|
+
"id": 4
|
|
43013
|
+
},
|
|
43014
|
+
"requestByteLimit": {
|
|
43015
|
+
"type": "int32",
|
|
43016
|
+
"id": 5
|
|
43017
|
+
},
|
|
43018
|
+
"flowControlElementLimit": {
|
|
43019
|
+
"type": "int32",
|
|
43020
|
+
"id": 6
|
|
43021
|
+
},
|
|
43022
|
+
"flowControlByteLimit": {
|
|
43023
|
+
"type": "int32",
|
|
43024
|
+
"id": 7
|
|
43025
|
+
},
|
|
43026
|
+
"flowControlLimitExceededBehavior": {
|
|
43027
|
+
"type": "FlowControlLimitExceededBehaviorProto",
|
|
43028
|
+
"id": 8
|
|
43029
|
+
}
|
|
43030
|
+
}
|
|
43031
|
+
},
|
|
43032
|
+
"FlowControlLimitExceededBehaviorProto": {
|
|
43033
|
+
"values": {
|
|
43034
|
+
"UNSET_BEHAVIOR": 0,
|
|
43035
|
+
"THROW_EXCEPTION": 1,
|
|
43036
|
+
"BLOCK": 2,
|
|
43037
|
+
"IGNORE": 3
|
|
43038
|
+
}
|
|
43039
|
+
},
|
|
43040
|
+
"BatchingDescriptorProto": {
|
|
43041
|
+
"fields": {
|
|
43042
|
+
"batchedField": {
|
|
43043
|
+
"type": "string",
|
|
43044
|
+
"id": 1
|
|
43045
|
+
},
|
|
43046
|
+
"discriminatorFields": {
|
|
43047
|
+
"rule": "repeated",
|
|
43048
|
+
"type": "string",
|
|
43049
|
+
"id": 2
|
|
43050
|
+
},
|
|
43051
|
+
"subresponseField": {
|
|
43052
|
+
"type": "string",
|
|
43053
|
+
"id": 3
|
|
43054
|
+
}
|
|
43055
|
+
}
|
|
43056
|
+
},
|
|
42976
43057
|
"LaunchStage": {
|
|
42977
43058
|
"values": {
|
|
42978
43059
|
"LAUNCH_STAGE_UNSPECIFIED": 0,
|
|
@@ -43040,6 +43121,8 @@
|
|
|
43040
43121
|
"EDITION_PROTO3": 999,
|
|
43041
43122
|
"EDITION_2023": 1000,
|
|
43042
43123
|
"EDITION_2024": 1001,
|
|
43124
|
+
"EDITION_2026": 1002,
|
|
43125
|
+
"EDITION_UNSTABLE": 9999,
|
|
43043
43126
|
"EDITION_1_TEST_ONLY": 1,
|
|
43044
43127
|
"EDITION_2_TEST_ONLY": 2,
|
|
43045
43128
|
"EDITION_99997_TEST_ONLY": 99997,
|
|
@@ -43234,6 +43317,10 @@
|
|
|
43234
43317
|
}
|
|
43235
43318
|
},
|
|
43236
43319
|
"extensions": [
|
|
43320
|
+
[
|
|
43321
|
+
990,
|
|
43322
|
+
998
|
|
43323
|
+
],
|
|
43237
43324
|
[
|
|
43238
43325
|
1000,
|
|
43239
43326
|
536870911
|
|
@@ -43509,7 +43596,10 @@
|
|
|
43509
43596
|
"type": "bool",
|
|
43510
43597
|
"id": 10,
|
|
43511
43598
|
"options": {
|
|
43512
|
-
"default": false
|
|
43599
|
+
"default": false,
|
|
43600
|
+
"feature_support.edition_introduced": "EDITION_PROTO2",
|
|
43601
|
+
"feature_support.edition_removed": "EDITION_2024",
|
|
43602
|
+
"feature_support.removal_error": "This behavior is enabled by default in editions 2024 and above. To disable it, you can set `features.(pb.java).nest_in_file_class = YES` on individual messages, enums, or services."
|
|
43513
43603
|
}
|
|
43514
43604
|
},
|
|
43515
43605
|
"javaGenerateEqualsAndHash": {
|
|
@@ -43569,7 +43659,9 @@
|
|
|
43569
43659
|
"type": "bool",
|
|
43570
43660
|
"id": 31,
|
|
43571
43661
|
"options": {
|
|
43572
|
-
"default": true
|
|
43662
|
+
"default": true,
|
|
43663
|
+
"feature_support.edition_removed": "EDITION_2026",
|
|
43664
|
+
"feature_support.removal_error": "cc_enable_arenas is enabled by default in every edition and overrides are ignored.This option is removed in editions 2026 and above."
|
|
43573
43665
|
}
|
|
43574
43666
|
},
|
|
43575
43667
|
"objcClassPrefix": {
|
|
@@ -43611,6 +43703,10 @@
|
|
|
43611
43703
|
}
|
|
43612
43704
|
},
|
|
43613
43705
|
"extensions": [
|
|
43706
|
+
[
|
|
43707
|
+
990,
|
|
43708
|
+
998
|
|
43709
|
+
],
|
|
43614
43710
|
[
|
|
43615
43711
|
1000,
|
|
43616
43712
|
536870911
|
|
@@ -43683,6 +43779,10 @@
|
|
|
43683
43779
|
}
|
|
43684
43780
|
},
|
|
43685
43781
|
"extensions": [
|
|
43782
|
+
[
|
|
43783
|
+
990,
|
|
43784
|
+
998
|
|
43785
|
+
],
|
|
43686
43786
|
[
|
|
43687
43787
|
1000,
|
|
43688
43788
|
536870911
|
|
@@ -43797,6 +43897,10 @@
|
|
|
43797
43897
|
}
|
|
43798
43898
|
},
|
|
43799
43899
|
"extensions": [
|
|
43900
|
+
[
|
|
43901
|
+
990,
|
|
43902
|
+
998
|
|
43903
|
+
],
|
|
43800
43904
|
[
|
|
43801
43905
|
1000,
|
|
43802
43906
|
536870911
|
|
@@ -43877,6 +43981,10 @@
|
|
|
43877
43981
|
"editionRemoved": {
|
|
43878
43982
|
"type": "Edition",
|
|
43879
43983
|
"id": 4
|
|
43984
|
+
},
|
|
43985
|
+
"removalError": {
|
|
43986
|
+
"type": "string",
|
|
43987
|
+
"id": 5
|
|
43880
43988
|
}
|
|
43881
43989
|
}
|
|
43882
43990
|
}
|
|
@@ -43896,6 +44004,10 @@
|
|
|
43896
44004
|
}
|
|
43897
44005
|
},
|
|
43898
44006
|
"extensions": [
|
|
44007
|
+
[
|
|
44008
|
+
990,
|
|
44009
|
+
998
|
|
44010
|
+
],
|
|
43899
44011
|
[
|
|
43900
44012
|
1000,
|
|
43901
44013
|
536870911
|
|
@@ -43934,6 +44046,10 @@
|
|
|
43934
44046
|
}
|
|
43935
44047
|
},
|
|
43936
44048
|
"extensions": [
|
|
44049
|
+
[
|
|
44050
|
+
990,
|
|
44051
|
+
998
|
|
44052
|
+
],
|
|
43937
44053
|
[
|
|
43938
44054
|
1000,
|
|
43939
44055
|
536870911
|
|
@@ -43978,6 +44094,10 @@
|
|
|
43978
44094
|
}
|
|
43979
44095
|
},
|
|
43980
44096
|
"extensions": [
|
|
44097
|
+
[
|
|
44098
|
+
990,
|
|
44099
|
+
998
|
|
44100
|
+
],
|
|
43981
44101
|
[
|
|
43982
44102
|
1000,
|
|
43983
44103
|
536870911
|
|
@@ -44005,6 +44125,10 @@
|
|
|
44005
44125
|
}
|
|
44006
44126
|
},
|
|
44007
44127
|
"extensions": [
|
|
44128
|
+
[
|
|
44129
|
+
990,
|
|
44130
|
+
998
|
|
44131
|
+
],
|
|
44008
44132
|
[
|
|
44009
44133
|
1000,
|
|
44010
44134
|
536870911
|
|
@@ -44039,6 +44163,10 @@
|
|
|
44039
44163
|
}
|
|
44040
44164
|
},
|
|
44041
44165
|
"extensions": [
|
|
44166
|
+
[
|
|
44167
|
+
990,
|
|
44168
|
+
998
|
|
44169
|
+
],
|
|
44042
44170
|
[
|
|
44043
44171
|
1000,
|
|
44044
44172
|
536870911
|
|
@@ -44180,8 +44308,8 @@
|
|
|
44180
44308
|
"retention": "RETENTION_SOURCE",
|
|
44181
44309
|
"targets": "TARGET_TYPE_METHOD",
|
|
44182
44310
|
"feature_support.edition_introduced": "EDITION_2024",
|
|
44183
|
-
"edition_defaults.edition": "
|
|
44184
|
-
"edition_defaults.value": "
|
|
44311
|
+
"edition_defaults.edition": "EDITION_2026",
|
|
44312
|
+
"edition_defaults.value": "STYLE2026"
|
|
44185
44313
|
}
|
|
44186
44314
|
},
|
|
44187
44315
|
"defaultSymbolVisibility": {
|
|
@@ -44194,6 +44322,17 @@
|
|
|
44194
44322
|
"edition_defaults.edition": "EDITION_2024",
|
|
44195
44323
|
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
44196
44324
|
}
|
|
44325
|
+
},
|
|
44326
|
+
"enforceProtoLimits": {
|
|
44327
|
+
"type": "ProtoLimitsFeature.EnforceProtoLimits",
|
|
44328
|
+
"id": 9,
|
|
44329
|
+
"options": {
|
|
44330
|
+
"retention": "RETENTION_SOURCE",
|
|
44331
|
+
"targets": "TARGET_TYPE_ONEOF",
|
|
44332
|
+
"feature_support.edition_introduced": "EDITION_2026",
|
|
44333
|
+
"edition_defaults.edition": "EDITION_2026",
|
|
44334
|
+
"edition_defaults.value": "PROTO_LIMITS2026"
|
|
44335
|
+
}
|
|
44197
44336
|
}
|
|
44198
44337
|
},
|
|
44199
44338
|
"extensions": [
|
|
@@ -44270,7 +44409,8 @@
|
|
|
44270
44409
|
"values": {
|
|
44271
44410
|
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
44272
44411
|
"STYLE2024": 1,
|
|
44273
|
-
"STYLE_LEGACY": 2
|
|
44412
|
+
"STYLE_LEGACY": 2,
|
|
44413
|
+
"STYLE2026": 3
|
|
44274
44414
|
}
|
|
44275
44415
|
},
|
|
44276
44416
|
"VisibilityFeature": {
|
|
@@ -44292,6 +44432,18 @@
|
|
|
44292
44432
|
}
|
|
44293
44433
|
}
|
|
44294
44434
|
}
|
|
44435
|
+
},
|
|
44436
|
+
"ProtoLimitsFeature": {
|
|
44437
|
+
"fields": {},
|
|
44438
|
+
"nested": {
|
|
44439
|
+
"EnforceProtoLimits": {
|
|
44440
|
+
"values": {
|
|
44441
|
+
"PROTO_LIMITS_UNKNOWN": 0,
|
|
44442
|
+
"LEGACY_NO_EXPLICIT_LIMITS": 1,
|
|
44443
|
+
"PROTO_LIMITS2026": 2
|
|
44444
|
+
}
|
|
44445
|
+
}
|
|
44446
|
+
}
|
|
44295
44447
|
}
|
|
44296
44448
|
}
|
|
44297
44449
|
},
|
|
@@ -44565,7 +44717,6 @@
|
|
|
44565
44717
|
},
|
|
44566
44718
|
"rpc": {
|
|
44567
44719
|
"options": {
|
|
44568
|
-
"cc_enable_arenas": true,
|
|
44569
44720
|
"go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
|
|
44570
44721
|
"java_multiple_files": true,
|
|
44571
44722
|
"java_outer_classname": "StatusProto",
|
|
@@ -44594,7 +44745,6 @@
|
|
|
44594
44745
|
},
|
|
44595
44746
|
"longrunning": {
|
|
44596
44747
|
"options": {
|
|
44597
|
-
"cc_enable_arenas": true,
|
|
44598
44748
|
"csharp_namespace": "Google.LongRunning",
|
|
44599
44749
|
"go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
|
|
44600
44750
|
"java_multiple_files": true,
|
|
@@ -44751,6 +44901,10 @@
|
|
|
44751
44901
|
"pageToken": {
|
|
44752
44902
|
"type": "string",
|
|
44753
44903
|
"id": 3
|
|
44904
|
+
},
|
|
44905
|
+
"returnPartialSuccess": {
|
|
44906
|
+
"type": "bool",
|
|
44907
|
+
"id": 5
|
|
44754
44908
|
}
|
|
44755
44909
|
}
|
|
44756
44910
|
},
|
|
@@ -44764,6 +44918,14 @@
|
|
|
44764
44918
|
"nextPageToken": {
|
|
44765
44919
|
"type": "string",
|
|
44766
44920
|
"id": 2
|
|
44921
|
+
},
|
|
44922
|
+
"unreachable": {
|
|
44923
|
+
"rule": "repeated",
|
|
44924
|
+
"type": "string",
|
|
44925
|
+
"id": 3,
|
|
44926
|
+
"options": {
|
|
44927
|
+
"(google.api.field_behavior)": "UNORDERED_LIST"
|
|
44928
|
+
}
|
|
44767
44929
|
}
|
|
44768
44930
|
}
|
|
44769
44931
|
},
|
|
@@ -44811,7 +44973,6 @@
|
|
|
44811
44973
|
},
|
|
44812
44974
|
"type": {
|
|
44813
44975
|
"options": {
|
|
44814
|
-
"cc_enable_arenas": true,
|
|
44815
44976
|
"go_package": "google.golang.org/genproto/googleapis/type/expr;expr",
|
|
44816
44977
|
"java_multiple_files": true,
|
|
44817
44978
|
"java_outer_classname": "ExprProto",
|
package/build/src/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as v1 from './v1';
|
|
2
|
-
import * as v1alpha from './v1alpha';
|
|
3
2
|
import * as v1beta from './v1beta';
|
|
3
|
+
import * as v1alpha from './v1alpha';
|
|
4
4
|
declare const AssistantServiceClient: typeof v1.AssistantServiceClient;
|
|
5
5
|
type AssistantServiceClient = v1.AssistantServiceClient;
|
|
6
6
|
declare const CmekConfigServiceClient: typeof v1.CmekConfigServiceClient;
|
|
@@ -43,11 +43,11 @@ declare const UserEventServiceClient: typeof v1.UserEventServiceClient;
|
|
|
43
43
|
type UserEventServiceClient = v1.UserEventServiceClient;
|
|
44
44
|
declare const UserLicenseServiceClient: typeof v1.UserLicenseServiceClient;
|
|
45
45
|
type UserLicenseServiceClient = v1.UserLicenseServiceClient;
|
|
46
|
-
export { v1,
|
|
46
|
+
export { v1, v1beta, v1alpha, AssistantServiceClient, CmekConfigServiceClient, CompletionServiceClient, ControlServiceClient, ConversationalSearchServiceClient, DataStoreServiceClient, DocumentServiceClient, EngineServiceClient, GroundedGenerationServiceClient, IdentityMappingStoreServiceClient, ProjectServiceClient, RankServiceClient, RecommendationServiceClient, SchemaServiceClient, SearchServiceClient, SearchTuningServiceClient, ServingConfigServiceClient, SessionServiceClient, SiteSearchEngineServiceClient, UserEventServiceClient, UserLicenseServiceClient };
|
|
47
47
|
declare const _default: {
|
|
48
48
|
v1: typeof v1;
|
|
49
|
-
v1alpha: typeof v1alpha;
|
|
50
49
|
v1beta: typeof v1beta;
|
|
50
|
+
v1alpha: typeof v1alpha;
|
|
51
51
|
AssistantServiceClient: typeof v1.AssistantServiceClient;
|
|
52
52
|
CmekConfigServiceClient: typeof v1.CmekConfigServiceClient;
|
|
53
53
|
CompletionServiceClient: typeof v1.CompletionServiceClient;
|
package/build/src/index.js
CHANGED
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
// ** https://github.com/googleapis/synthtool **
|
|
18
18
|
// ** All changes to this file may be overwritten. **
|
|
19
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
exports.protos = exports.UserLicenseServiceClient = exports.UserEventServiceClient = exports.SiteSearchEngineServiceClient = exports.SessionServiceClient = exports.ServingConfigServiceClient = exports.SearchTuningServiceClient = exports.SearchServiceClient = exports.SchemaServiceClient = exports.RecommendationServiceClient = exports.RankServiceClient = exports.ProjectServiceClient = exports.IdentityMappingStoreServiceClient = exports.GroundedGenerationServiceClient = exports.EngineServiceClient = exports.DocumentServiceClient = exports.DataStoreServiceClient = exports.ConversationalSearchServiceClient = exports.ControlServiceClient = exports.CompletionServiceClient = exports.CmekConfigServiceClient = exports.AssistantServiceClient = exports.
|
|
20
|
+
exports.protos = exports.UserLicenseServiceClient = exports.UserEventServiceClient = exports.SiteSearchEngineServiceClient = exports.SessionServiceClient = exports.ServingConfigServiceClient = exports.SearchTuningServiceClient = exports.SearchServiceClient = exports.SchemaServiceClient = exports.RecommendationServiceClient = exports.RankServiceClient = exports.ProjectServiceClient = exports.IdentityMappingStoreServiceClient = exports.GroundedGenerationServiceClient = exports.EngineServiceClient = exports.DocumentServiceClient = exports.DataStoreServiceClient = exports.ConversationalSearchServiceClient = exports.ControlServiceClient = exports.CompletionServiceClient = exports.CmekConfigServiceClient = exports.AssistantServiceClient = exports.v1alpha = exports.v1beta = exports.v1 = void 0;
|
|
21
21
|
const v1 = require("./v1");
|
|
22
22
|
exports.v1 = v1;
|
|
23
|
-
const v1alpha = require("./v1alpha");
|
|
24
|
-
exports.v1alpha = v1alpha;
|
|
25
23
|
const v1beta = require("./v1beta");
|
|
26
24
|
exports.v1beta = v1beta;
|
|
25
|
+
const v1alpha = require("./v1alpha");
|
|
26
|
+
exports.v1alpha = v1alpha;
|
|
27
27
|
const AssistantServiceClient = v1.AssistantServiceClient;
|
|
28
28
|
exports.AssistantServiceClient = AssistantServiceClient;
|
|
29
29
|
const CmekConfigServiceClient = v1.CmekConfigServiceClient;
|
|
@@ -66,7 +66,7 @@ const UserEventServiceClient = v1.UserEventServiceClient;
|
|
|
66
66
|
exports.UserEventServiceClient = UserEventServiceClient;
|
|
67
67
|
const UserLicenseServiceClient = v1.UserLicenseServiceClient;
|
|
68
68
|
exports.UserLicenseServiceClient = UserLicenseServiceClient;
|
|
69
|
-
exports.default = { v1,
|
|
69
|
+
exports.default = { v1, v1beta, v1alpha, AssistantServiceClient, CmekConfigServiceClient, CompletionServiceClient, ControlServiceClient, ConversationalSearchServiceClient, DataStoreServiceClient, DocumentServiceClient, EngineServiceClient, GroundedGenerationServiceClient, IdentityMappingStoreServiceClient, ProjectServiceClient, RankServiceClient, RecommendationServiceClient, SchemaServiceClient, SearchServiceClient, SearchTuningServiceClient, ServingConfigServiceClient, SessionServiceClient, SiteSearchEngineServiceClient, UserEventServiceClient, UserLicenseServiceClient };
|
|
70
70
|
const protos = require("../protos/protos");
|
|
71
71
|
exports.protos = protos;
|
|
72
72
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@google-cloud/discoveryengine",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Discovery Engine API client for Node.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,26 +44,26 @@
|
|
|
44
44
|
"test": "NODE_OPTIONS=--max-old-space-size=16384 c8 mocha --config ../../.mocharc.cjs build/test || set NODE_OPTIONS=--max-old-space-size=16384 && c8 mocha --config ../../.mocharc.cjs build/test"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"google-gax": "^
|
|
47
|
+
"google-gax": "^6.0.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/mocha": "^10.0.10",
|
|
51
51
|
"@types/node": "^22.13.9",
|
|
52
52
|
"@types/sinon": "^17.0.4",
|
|
53
53
|
"c8": "^10.1.3",
|
|
54
|
-
"gapic-tools": "^
|
|
54
|
+
"gapic-tools": "^2.0.0",
|
|
55
55
|
"gts": "^6.0.2",
|
|
56
56
|
"jsdoc": "^4.0.4",
|
|
57
|
-
"jsdoc-fresh": "^
|
|
58
|
-
"jsdoc-region-tag": "^
|
|
57
|
+
"jsdoc-fresh": "^6.0.0",
|
|
58
|
+
"jsdoc-region-tag": "^5.0.0",
|
|
59
59
|
"long": "^5.3.1",
|
|
60
60
|
"mocha": "^11.1.0",
|
|
61
|
-
"pack-n-play": "^
|
|
61
|
+
"pack-n-play": "^5.0.0",
|
|
62
62
|
"sinon": "21.0.3",
|
|
63
63
|
"typescript": "^5.8.2"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
|
-
"node": ">=
|
|
66
|
+
"node": ">=22"
|
|
67
67
|
},
|
|
68
68
|
"overrides": {
|
|
69
69
|
"@sinonjs/fake-timers": "15.2.1"
|