@toa.io/extensions.exposition 1.0.0-alpha.95 → 1.0.0-alpha.96

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.
@@ -124,7 +124,7 @@ const ERR_LENGTH = Err('LOCATION_LENGTH', 'Content-Length must be 0 when Content
124
124
  const ERR_UNAVAILABLE = Err('LOCATION_UNAVAILABLE', 'Location is not available')
125
125
  const ERR_INVALID_ID = Err('INVALID_ID', 'Invalid Content-ID')
126
126
 
127
- const ID_RX = /^[a-zA-Z0-9-_]{1,16}$/
127
+ const ID_RX = /^[a-zA-Z0-9-_]{1,32}$/
128
128
 
129
129
  exports.effect = put
130
130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/extensions.exposition",
3
- "version": "1.0.0-alpha.95",
3
+ "version": "1.0.0-alpha.96",
4
4
  "description": "Toa Exposition",
5
5
  "author": "temich <tema.gurtovoy@gmail.com>",
6
6
  "homepage": "https://github.com/toa-io/toa#readme",
@@ -50,7 +50,7 @@
50
50
  "features:octets": "cucumber-js features/octets.*"
51
51
  },
52
52
  "devDependencies": {
53
- "@toa.io/agent": "1.0.0-alpha.93",
53
+ "@toa.io/agent": "1.0.0-alpha.96",
54
54
  "@toa.io/extensions.storages": "1.0.0-alpha.94",
55
55
  "@types/bcryptjs": "2.4.3",
56
56
  "@types/cors": "2.8.13",
@@ -58,5 +58,5 @@
58
58
  "@types/negotiator": "0.6.1",
59
59
  "jest-esbuild": "0.3.0"
60
60
  },
61
- "gitHead": "b5a533f3a0675a2daf9a23981689feb318fb274b"
61
+ "gitHead": "7dc97738757759be886b71ff91ae38fa858a9ec0"
62
62
  }