@hardkas/query-store 0.7.1-alpha → 0.7.3-alpha

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.
@@ -36,7 +36,7 @@ export declare class MigrationRunner {
36
36
  }
37
37
  /**
38
38
  * Registry of all query-store migrations.
39
- * Version 1: Initial schema (Baseline 0.7.0-alpha).
39
+ * Version 1: Initial schema (Baseline 0.7.3-alpha).
40
40
  */
41
41
  export declare const MIGRATIONS: Migration[];
42
42
  //# sourceMappingURL=migrations.d.ts.map
@@ -94,7 +94,7 @@ export class MigrationRunner {
94
94
  }
95
95
  /**
96
96
  * Registry of all query-store migrations.
97
- * Version 1: Initial schema (Baseline 0.7.0-alpha).
97
+ * Version 1: Initial schema (Baseline 0.7.3-alpha).
98
98
  */
99
99
  export const MIGRATIONS = [
100
100
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hardkas/query-store",
3
- "version": "0.7.1-alpha",
3
+ "version": "0.7.3-alpha",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -11,8 +11,8 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@hardkas/artifacts": "0.7.1-alpha",
15
- "@hardkas/core": "0.7.1-alpha"
14
+ "@hardkas/core": "0.7.3-alpha",
15
+ "@hardkas/artifacts": "0.7.3-alpha"
16
16
  },
17
17
  "devDependencies": {
18
18
  "tsup": "^8.3.5",