@jamiephan/casclib 0.0.0-dev.3 → 0.0.0-dev.4

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.
package/README.md CHANGED
@@ -4,13 +4,13 @@ Node.js native bindings for [CascLib](https://github.com/ladislav-zezula/CascLib
4
4
 
5
5
  ## Features
6
6
 
7
- - Read CASC storage archives (local and online)
8
- - Extract files from modern Blizzard games
9
- - TypeScript support with full type definitions
10
- - Cross-platform (Windows, Linux)
11
- - Both CommonJS and ES Module support
12
- - High-level wrapper API for ease of use
13
- - Low-level bindings for advanced usage
7
+ - Read CASC storage archives (local and online)
8
+ - Extract files from modern Blizzard games
9
+ - TypeScript support with full type definitions
10
+ - Cross-platform (Windows, Linux)
11
+ - Both CommonJS and ES Module support
12
+ - High-level wrapper API for ease of use
13
+ - Low-level bindings for advanced usage
14
14
 
15
15
  ## Supported Games
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jamiephan/casclib",
3
- "version": "0.0.0-dev.3",
3
+ "version": "0.0.0-dev.4",
4
4
  "description": "Node.js native bindings for CascLib - A library to read CASC storage from Blizzard games",
5
5
  "repository": {
6
6
  "type": "git",