@abtnode/constant 1.16.35 → 1.16.37-beta-20241224-013714-a79db7d3

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/index.js +2 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -604,6 +604,8 @@ module.exports = Object.freeze({
604
604
  STORE_DETAIL_PAGE_PATH_PREFIX: '/blocklets',
605
605
 
606
606
  MAX_USER_PAGE_SIZE: 100,
607
+ // 默认最大 page size
608
+ MAX_PAGE_SIZE: 100,
607
609
 
608
610
  SERVER_STATUS: {
609
611
  RUNNING: 1,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.35",
6
+ "version": "1.16.37-beta-20241224-013714-a79db7d3",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^29.7.0"
22
22
  },
23
- "gitHead": "a1888a5814c97a1cf6adfcee4e4d0721eabba7c3"
23
+ "gitHead": "040363d1ac077f7d4b4ee29e6c3bfc3e61c3ce3f"
24
24
  }