search-gold 1.0.1 → 1.0.3

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 +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Overview
4
4
 
5
- Your web page displays a list of columnar information, based on the common data stucture:
5
+ Your web page displays a list of columnar information, based on the common data structure:
6
6
 
7
7
  `array of objects`
8
8
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "search-gold",
3
3
  "private": false,
4
- "version": "1.0.1",
5
- "description": "speedy search engine targeting an array of objects",
4
+ "version": "1.0.3",
5
+ "description": "fast search engine targeting an array of objects",
6
6
  "author": "gold",
7
7
  "main": "./src/search.ts",
8
8
  "type": "module",
@@ -15,13 +15,13 @@
15
15
  "devDependencies": {
16
16
  "@typescript-eslint/eslint-plugin": "^8.34.0",
17
17
  "@typescript-eslint/parser": "^8.34.0",
18
- "eslint": "9.33.0",
19
- "eslint-plugin-oxlint": "1.12.0",
20
- "globals": "^16.2.0",
21
- "oxlint": "1.12.0",
22
- "prettier": "^3.5.3",
23
- "tslib": "^2.8.1",
24
- "typescript-eslint": "8.39.1"
18
+ "eslint": "9.39.2",
19
+ "eslint-plugin-oxlint": "1.42.0",
20
+ "globals": "17.3.0",
21
+ "oxfmt": "0.27.0",
22
+ "oxlint": "1.42.0",
23
+ "tslib": "2.8.1",
24
+ "typescript-eslint": "8.54.0"
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",