@common-stack/core 8.3.1-alpha.12 → 8.3.1-alpha.13

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.
@@ -24,13 +24,11 @@ export interface IResourceParams {
24
24
  /**
25
25
  * @name Fragment
26
26
  * @description Fragment of the resource path.
27
- * @deprecated Use options.fragment instead.
28
27
  */
29
28
  fragment?: string;
30
29
  /**
31
30
  * @name Query Parameters
32
31
  * @description Query parameters for resource handling.
33
- * @deprecated Use options.query instead.
34
32
  */
35
33
  query?: Record<string, string>;
36
34
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/core",
3
- "version": "8.3.1-alpha.12",
3
+ "version": "8.3.1-alpha.13",
4
4
  "description": "Common core for higher packages to depend on",
5
5
  "license": "UNLICENSED",
6
6
  "author": "CDMBase LLC",
@@ -29,7 +29,7 @@
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "93be65133a39778a09629aabaa019a67055e0d69",
32
+ "gitHead": "cfa241bc137e9a9aa6ed811496737585c133f870",
33
33
  "typescript": {
34
34
  "definition": "lib/index.d.ts"
35
35
  }