Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit e96caa6

Browse files
chalinkevmoo
authored andcommitted
chore: set max SDK version to <3.0.0 (#4)
1 parent 920a402 commit e96caa6

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.5
2+
3+
* Set max SDK version to `<3.0.0`.
4+
15
## 1.1.4
26

37
* Support source maps that depend on the uri of the location to resolve spans

analysis_options.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

pubspec.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: source_map_stack_trace
2-
version: 1.1.5-dev
3-
description: >
4-
A package for applying source maps to stack traces.
2+
version: 1.1.5
3+
4+
description: A package for applying source maps to stack traces.
55
author: Dart Team <misc@dartlang.org>
66
homepage: https://github.com/dart-lang/source_map_stack_trace
77

8+
environment:
9+
sdk: '>=1.8.0 <3.0.0'
10+
811
dependencies:
9-
package_resolver: "^1.0.0"
10-
path: "^1.0.0"
11-
stack_trace: "^1.0.0"
12-
source_maps: "^0.10.2"
12+
package_resolver: ^1.0.0
13+
path: ^1.0.0
14+
stack_trace: ^1.0.0
15+
source_maps: ^0.10.2
1316

1417
dev_dependencies:
15-
test: "^0.12.0"
16-
17-
environment:
18-
sdk: '>=1.8.0 <2.0.0'
18+
test: '>=0.12.0 <2.0.0'

0 commit comments

Comments
 (0)