typescript-dsa-stl 1.2.0 → 1.2.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 (1) hide show
  1. package/package.json +12 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "typescript-dsa-stl",
3
- "version": "1.2.0",
4
- "description": "TypeScript_DSA — STL-like data structures and algorithms. Vector, Stack, Queue, List, sort, binarySearch, and more.",
3
+ "version": "1.2.2",
4
+ "description": "STL-style data structures and algorithms for TypeScript: Vector, Stack, Queue, List, PriorityQueue, Map, Set, sort, binarySearch. Use like C++ STL.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -44,19 +44,23 @@
44
44
  "prepublishOnly": "npm run build"
45
45
  },
46
46
  "keywords": [
47
- "typescript-dsa-stl",
48
- "TypeScript_DSA",
49
- "dsa",
47
+ "typescript",
50
48
  "data-structures",
51
49
  "algorithms",
52
- "typescript",
53
- "sdk",
54
50
  "stl",
51
+ "dsa",
55
52
  "vector",
56
53
  "stack",
57
54
  "queue",
58
55
  "list",
59
- "collections"
56
+ "priority-queue",
57
+ "map",
58
+ "set",
59
+ "ordered-map",
60
+ "unordered-map",
61
+ "binary-search",
62
+ "collections",
63
+ "sdk"
60
64
  ],
61
65
  "author": "",
62
66
  "license": "MIT",