Skip to content

Commit 38c927e

Browse files
committed
1.0.0
1 parent 39861fc commit 38c927e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</a>
1515
</p>
1616

17-
Strict Map is short description.
17+
Strict Map is a simple class that looks like a regular map but that throws if indexed by a missing key.
1818

1919
## Installation
2020
### roblox-ts
@@ -26,7 +26,7 @@ npm i @rbxts/strict-map
2626
### Wally
2727
[Wally](https://github.com/UpliftGames/wally/) users can install this package by adding the following line to their `Wally.toml` under `[dependencies]`:
2828
```
29-
StrictMap = "bytebit/strict-map@0.0.1"
29+
StrictMap = "bytebit/strict-map@1.0.0"
3030
```
3131

3232
Then just run `wally install`.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rbxts/strict-map",
3-
"version": "0.0.1",
4-
"description": "Short description.",
3+
"version": "1.0.0",
4+
"description": "A simple class that looks like a regular map but that throws if indexed by a missing key.",
55
"main": "out/init.lua",
66
"scripts": {
77
"eslint": "npx eslint \"src/**/*.ts\" --max-warnings 0",
@@ -46,4 +46,4 @@
4646
"@rbxts/services": "^1.2.0",
4747
"@rbxts/testez": "^0.3.1-ts.7"
4848
}
49-
}
49+
}

wally.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ registry = "test"
44

55
[[package]]
66
name = "bytebit/strict-map"
7-
version = "0.0.1"
7+
version = "1.0.0"
88
dependencies = []

wally.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bytebit/strict-map"
3-
description = "Short description."
4-
version = "0.0.1"
3+
description = "A simple class that looks like a regular map but that throws if indexed by a missing key."
4+
version = "1.0.0"
55
license = "MIT"
66
registry = "https://github.com/UpliftGames/wally-index"
77
realm = "shared"

0 commit comments

Comments
 (0)