@vlydev/cs2-masked-inspect-ts 1.0.0 → 1.0.1

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 (1) hide show
  1. package/package.json +9 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vlydev/cs2-masked-inspect-ts",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Offline encoder/decoder for CS2 masked inspect URLs — TypeScript, fully typed, no dependencies",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
@@ -23,7 +23,14 @@
23
23
  "test": "node --experimental-strip-types --test tests/inspect_link.test.ts",
24
24
  "prepublishOnly": "npm run build"
25
25
  },
26
- "keywords": ["cs2", "csgo", "inspect", "protobuf", "steam", "typescript"],
26
+ "keywords": [
27
+ "cs2",
28
+ "csgo",
29
+ "inspect",
30
+ "protobuf",
31
+ "steam",
32
+ "typescript"
33
+ ],
27
34
  "author": {
28
35
  "name": "VlyDev",
29
36
  "email": "vladdnepr1989@gmail.com",