Skip to content

Commit e02e931

Browse files
feature/story_116
Signed-off-by: Lyns <lotsofthoughts@lynsei.com>
1 parent 6d7e814 commit e02e931

File tree

8 files changed

+164
-1389
lines changed

8 files changed

+164
-1389
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ requires reporting and inspection methods for Github scopes.
1212

1313
## Latest Updates
1414

15-
Please review the [release notes](release-notes.md) for information on the
16-
latest release.
15+
Please review the [release notes](https://github.com/pkgdist/extensions/blob/main/release-notes.md) for information on the latest release.
1716

1817
## What are Github Scopes?
1918

deno.json

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "0.2.1",
32
"name": "@softdist/extensions",
3+
"version": "0.2.2",
44
"license": "MIT",
55
"exports": "./src/mod.ts",
66
"test": {
@@ -53,25 +53,15 @@
5353
"run": "make run"
5454
},
5555
"imports": {
56-
"@deno/dnt": "jsr:@deno/dnt@^0.42.1",
5756
"@octokit/core": "npm:@octokit/core@^7.0.2",
5857
"@onjara/optic": "jsr:@onjara/optic@^2.0.3",
58+
"@alikia/random-key": "jsr:@alikia/random-key@^1.0.1",
59+
"@deno/dnt": "jsr:@deno/dnt@^0.41.2",
60+
"@softdist/extensions": "jsr:@softdist/extensions@0.2.1",
5961
"@std/assert": "jsr:@std/assert@1.0.13",
60-
"@std/encoding": "jsr:@std/encoding@^1.0.10",
61-
"@std/fmt": "jsr:@std/fmt@^1.0.8",
62-
"@std/fs": "jsr:@std/fs@^1.0.18",
63-
"@std/path": "jsr:@std/path@^1.1.0",
64-
"@std/semver": "jsr:@std/semver@^1.0.5",
65-
"@std/testing": "jsr:@std/testing@^1.0.13",
62+
"@std/fmt": "jsr:@std/fmt@^1.0.7",
63+
"@std/fs": "jsr:@std/fs@^1.0.17",
6664
"@cliffy/command": "jsr:@cliffy/command@^1.0.0-rc.7",
67-
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.7",
68-
"@olli/async-lock": "jsr:@olli/async-lock@^1.0.1",
69-
"@std/async": "jsr:@std/async@^1.0.13",
70-
"@std/collections": "jsr:@std/collections@^1.1.1",
71-
"@stdlib/string-replace": "npm:@stdlib/string-replace@^0.2.2",
72-
"fs": "npm:fs@^0.0.1-security",
73-
"lefthook": "npm:lefthook@^1.11.13",
74-
"node-emoji": "npm:node-emoji@^2.2.0",
75-
"testcontainers": "npm:testcontainers@^11.0.0"
65+
"lefthook": "npm:lefthook@^1.11.12"
7666
}
7767
}

0 commit comments

Comments
 (0)