Skip to content

Commit ddf5d4b

Browse files
committed
Merge branch 'main' of github.com:halvardssm/deno_stdext
2 parents b885f3a + 19f47de commit ddf5d4b

File tree

8 files changed

+37
-7
lines changed

8 files changed

+37
-7
lines changed

Releases.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
### 2024.10.15
22

3+
#### @stdext/assert 0.0.2 (patch)
4+
5+
- feat(assert): updated readme
6+
7+
#### @stdext/crypto 0.0.6 (patch)
8+
9+
- feat(crypto): updated readme
10+
11+
#### @stdext/encoding 0.0.6 (patch)
12+
13+
- feat(encoding): updated readme
14+
15+
#### @stdext/http 0.0.6 (patch)
16+
17+
- feat(http): updated readme
18+
19+
#### @stdext/json 0.0.2 (patch)
20+
21+
- feat(json): updated readme
22+
23+
#### @stdext/lexer 0.0.2 (patch)
24+
25+
- feat(lexer): updated readme
26+
27+
#### @stdext/types 0.0.2 (patch)
28+
29+
- feat(types): updated readme
30+
31+
### 2024.10.15
32+
333
#### @stdext/collections 0.0.5 (patch)
434

535
- feat(collections): add deferred stack

assert/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1",
2+
"version": "0.0.2",
33
"name": "@stdext/assert",
44
"exports": {
55
".": "./mod.ts",

crypto/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.5",
2+
"version": "0.0.6",
33
"name": "@stdext/crypto",
44
"exports": {
55
"./hash": "./hash.ts",

encoding/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.5",
2+
"version": "0.0.6",
33
"name": "@stdext/encoding",
44
"exports": {
55
"./hex": "./hex.ts"

http/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.5",
2+
"version": "0.0.6",
33
"name": "@stdext/http",
44
"exports": {
55
"./header": "./header.ts",

json/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1",
2+
"version": "0.0.2",
33
"name": "@stdext/json",
44
"exports": {
55
".": "./mod.ts",

lexer/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1",
2+
"version": "0.0.2",
33
"name": "@stdext/lexer",
44
"exports": {
55
".": "./mod.ts",

types/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1",
2+
"version": "0.0.2",
33
"name": "@stdext/types",
44
"exports": {
55
".": "./mod.ts"

0 commit comments

Comments
 (0)