zork-ts 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Zork I: The Great Underground Empire - TypeScript Edition
2
2
 
3
+ <p align="center">
4
+ <a href="https://github.com/jsredmond/zork-ts/releases"><img alt="Release" src="https://img.shields.io/github/v/release/jsredmond/zork-ts"></a>
5
+ <a href="https://github.com/jsredmond/zork-ts/actions/workflows/lint.yml"><img alt="Lint" src="https://github.com/jsredmond/zork-ts/actions/workflows/lint.yml/badge.svg"></a>
6
+ <a href="https://github.com/jsredmond/zork-ts/actions/workflows/behavioral-verification.yml"><img alt="Parity" src="https://github.com/jsredmond/zork-ts/actions/workflows/behavioral-verification.yml/badge.svg"></a>
7
+ <a href="LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg"></a>
8
+ <a href="https://www.npmjs.com/package/zork-ts"><img alt="npm" src="https://img.shields.io/npm/v/zork-ts"></a>
9
+ <a href="https://nodejs.org/"><img alt="Node.js" src="https://img.shields.io/badge/Node.js-%3E%3D25.0.3-green"></a>
10
+ </p>
11
+
3
12
  A faithful TypeScript recreation of the classic 1980 interactive fiction game by Infocom.
4
13
 
5
14
  > *"You are standing in an open field west of a white house, with a boarded front door. There is a small mailbox here."*
@@ -54,7 +63,7 @@ Zork I is a text adventure game where you explore an underground empire, solve p
54
63
 
55
64
  ## Requirements
56
65
 
57
- - Node.js 18.0.0 or higher
66
+ - Node.js 25.0.3 or higher
58
67
 
59
68
  ## About This Implementation
60
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zork-ts",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Zork I: The Great Underground Empire - TypeScript Edition",
5
5
  "main": "dist/main.js",
6
6
  "bin": {