@rabstack/rab-api 1.8.3 → 1.9.0

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/index.cjs.js CHANGED
@@ -519,7 +519,7 @@ var utils = /*#__PURE__*/Object.freeze({
519
519
  });
520
520
 
521
521
  const DEFAULT_TTL = 900; // 15 minutes
522
- const DEFAULT_STRATEGY = 'url-params';
522
+ const DEFAULT_STRATEGY = 'url-query';
523
523
  /**
524
524
  * Normalize cache config - handles `cache: true` shorthand
525
525
  */ function normalizeCacheConfig(cache, defaultTtl) {
package/index.esm.js CHANGED
@@ -517,7 +517,7 @@ var utils = /*#__PURE__*/Object.freeze({
517
517
  });
518
518
 
519
519
  const DEFAULT_TTL = 900; // 15 minutes
520
- const DEFAULT_STRATEGY = 'url-params';
520
+ const DEFAULT_STRATEGY = 'url-query';
521
521
  /**
522
522
  * Normalize cache config - handles `cache: true` shorthand
523
523
  */ function normalizeCacheConfig(cache, defaultTtl) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabstack/rab-api",
3
- "version": "1.8.3",
3
+ "version": "1.9.0",
4
4
  "description": "A TypeScript REST API framework built on Express.js with decorator-based routing, dependency injection, and built-in validation",
5
5
  "author": "Softin",
6
6
  "license": "MIT",