@cyblow/paginate-core 0.1.3 → 0.1.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/package.json +12 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyblow/paginate-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Node/TypeScript native bindings for paginate-core (cursor codec, text normalization, pagination math, filtering, sorting, search).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"index.js",
|
|
14
14
|
"index.d.ts"
|
|
15
15
|
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
16
19
|
"napi": {
|
|
17
20
|
"name": "@cyblow/paginate-core",
|
|
18
21
|
"triples": {
|
|
@@ -40,13 +43,13 @@
|
|
|
40
43
|
},
|
|
41
44
|
"_note": "Scaffold. Generated bindings (index.js/index.d.ts/*.node) are produced by `@napi-rs/cli` (`npm run build`) and are not checked in. Consumed by packages/ts.",
|
|
42
45
|
"optionalDependencies": {
|
|
43
|
-
"@cyblow/paginate-core-win32-x64-msvc": "0.1.
|
|
44
|
-
"@cyblow/paginate-core-darwin-x64": "0.1.
|
|
45
|
-
"@cyblow/paginate-core-linux-x64-gnu": "0.1.
|
|
46
|
-
"@cyblow/paginate-core-darwin-arm64": "0.1.
|
|
47
|
-
"@cyblow/paginate-core-linux-arm64-gnu": "0.1.
|
|
48
|
-
"@cyblow/paginate-core-linux-x64-musl": "0.1.
|
|
49
|
-
"@cyblow/paginate-core-linux-arm64-musl": "0.1.
|
|
50
|
-
"@cyblow/paginate-core-win32-arm64-msvc": "0.1.
|
|
46
|
+
"@cyblow/paginate-core-win32-x64-msvc": "0.1.4",
|
|
47
|
+
"@cyblow/paginate-core-darwin-x64": "0.1.4",
|
|
48
|
+
"@cyblow/paginate-core-linux-x64-gnu": "0.1.4",
|
|
49
|
+
"@cyblow/paginate-core-darwin-arm64": "0.1.4",
|
|
50
|
+
"@cyblow/paginate-core-linux-arm64-gnu": "0.1.4",
|
|
51
|
+
"@cyblow/paginate-core-linux-x64-musl": "0.1.4",
|
|
52
|
+
"@cyblow/paginate-core-linux-arm64-musl": "0.1.4",
|
|
53
|
+
"@cyblow/paginate-core-win32-arm64-msvc": "0.1.4"
|
|
51
54
|
}
|
|
52
55
|
}
|