@devisfuture/mega-collection 1.0.14 → 1.0.15
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/package.json +7 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devisfuture/mega-collection",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "High-performance search, filter & sort engine for 100K+ item collections in JavaScript/TypeScript",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"./merge": {
|
|
23
23
|
"types": "./dist/merge/index.d.mts",
|
|
24
24
|
"default": "./dist/merge/index.mjs"
|
|
25
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"./package.json": "./package.json"
|
|
26
27
|
},
|
|
27
28
|
"typesVersions": {
|
|
28
29
|
"*": {
|
|
@@ -80,26 +81,18 @@
|
|
|
80
81
|
"merge-engines",
|
|
81
82
|
"o1-lookup"
|
|
82
83
|
],
|
|
83
|
-
"license": "MIT",
|
|
84
84
|
"publishConfig": {
|
|
85
|
-
"access": "public"
|
|
86
|
-
"registry": "https://registry.npmjs.org/"
|
|
85
|
+
"access": "public"
|
|
87
86
|
},
|
|
88
87
|
"repository": {
|
|
89
88
|
"type": "git",
|
|
90
|
-
"url": "https://github.com/trae-op/mega-collection.git"
|
|
91
|
-
},
|
|
92
|
-
"bugs": {
|
|
93
|
-
"url": "https://github.com/trae-op/mega-collection/issues"
|
|
94
|
-
},
|
|
95
|
-
"homepage": "https://github.com/trae-op/mega-collection#readme",
|
|
96
|
-
"engines": {
|
|
97
|
-
"node": ">=16.0.0"
|
|
89
|
+
"url": "git+https://github.com/trae-op/mega-collection.git"
|
|
98
90
|
},
|
|
99
91
|
"devDependencies": {
|
|
100
92
|
"@vitest/coverage-v8": "^3.2.4",
|
|
101
93
|
"tsup": "^8.0.0",
|
|
102
94
|
"typescript": "^5.3.0",
|
|
103
95
|
"vitest": "^3.2.4"
|
|
104
|
-
}
|
|
96
|
+
},
|
|
97
|
+
"license": "MIT"
|
|
105
98
|
}
|