Skip to content

Commit 6da3fae

Browse files
Manual codegen
1 parent b09a39e commit 6da3fae

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

pubspec.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ packages:
109109
dependency: "direct main"
110110
description:
111111
name: http
112-
sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938"
112+
sha256: b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010
113113
url: "https://pub.dev"
114114
source: hosted
115-
version: "1.2.1"
115+
version: "1.2.2"
116116
http_multi_server:
117117
dependency: transitive
118118
description:
@@ -333,26 +333,26 @@ packages:
333333
dependency: "direct dev"
334334
description:
335335
name: test
336-
sha256: "7ee44229615f8f642b68120165ae4c2a75fe77ae2065b1e55ae4711f6cf0899e"
336+
sha256: "713a8789d62f3233c46b4a90b174737b2c04cb6ae4500f2aa8b1be8f03f5e67f"
337337
url: "https://pub.dev"
338338
source: hosted
339-
version: "1.25.7"
339+
version: "1.25.8"
340340
test_api:
341341
dependency: transitive
342342
description:
343343
name: test_api
344-
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
344+
sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
345345
url: "https://pub.dev"
346346
source: hosted
347-
version: "0.7.2"
347+
version: "0.7.3"
348348
test_core:
349349
dependency: transitive
350350
description:
351351
name: test_core
352-
sha256: "55ea5a652e38a1dfb32943a7973f3681a60f872f8c3a05a14664ad54ef9c6696"
352+
sha256: "12391302411737c176b0b5d6491f466b0dd56d4763e347b6714efbaa74d7953d"
353353
url: "https://pub.dev"
354354
source: hosted
355-
version: "0.6.4"
355+
version: "0.6.5"
356356
typed_data:
357357
dependency: transitive
358358
description:
@@ -365,10 +365,10 @@ packages:
365365
dependency: "direct main"
366366
description:
367367
name: uuid
368-
sha256: "814e9e88f21a176ae1359149021870e87f7cddaf633ab678a5d2b0bff7fd1ba8"
368+
sha256: "83d37c7ad7aaf9aa8e275490669535c8080377cfa7a7004c24dfac53afffaa90"
369369
url: "https://pub.dev"
370370
source: hosted
371-
version: "4.4.0"
371+
version: "4.4.2"
372372
vm_service:
373373
dependency: transitive
374374
description:
@@ -418,4 +418,4 @@ packages:
418418
source: hosted
419419
version: "3.1.2"
420420
sdks:
421-
dart: ">=3.3.0 <4.0.0"
421+
dart: ">=3.4.0 <4.0.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ version: 24.7.0
44
homepage: https://github.com/aspose-words-cloud/aspose-words-cloud-dart
55

66
environment:
7-
sdk: ">=3.4.0 <4.0.0"
7+
sdk: ">=3.0.0 <4.0.0"
88

99
dependencies:
1010
http: ^1.2.1
11-
uuid: ^4.4.1
11+
uuid: ^4.4.2
1212
pointycastle: ^3.9.1
1313
lints: ^4.0.0
1414
convert: ^3.1.1

0 commit comments

Comments
 (0)