@settlemint/sdk-utils 2.4.0-pr630f4542 → 2.4.0-pr6c110aa5
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/dist/environment.cjs +1 -1
- package/dist/environment.cjs.map +1 -1
- package/dist/environment.js +1 -1
- package/dist/environment.js.map +1 -1
- package/dist/validation.cjs +1 -1
- package/dist/validation.cjs.map +1 -1
- package/dist/validation.js +1 -1
- package/dist/validation.js.map +1 -1
- package/package.json +1 -1
package/dist/environment.js
CHANGED
|
@@ -11287,7 +11287,7 @@ const PersonalAccessTokenSchema = string$1().regex(/^sm_pat_.*$/);
|
|
|
11287
11287
|
* Schema for validating both application and personal access tokens.
|
|
11288
11288
|
* Accepts tokens starting with either 'sm_pat_' or 'sm_aat_' prefix.
|
|
11289
11289
|
*/
|
|
11290
|
-
const AccessTokenSchema = string$1().regex(/^
|
|
11290
|
+
const AccessTokenSchema = string$1().regex(/^sm_pat_.*|sm_aat_.*$/);
|
|
11291
11291
|
|
|
11292
11292
|
//#endregion
|
|
11293
11293
|
//#region src/json.ts
|