@trackunit/graphql-build-tools 0.0.25 → 0.0.28

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/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## 0.0.28 (2026-07-03)
2
+
3
+ This was a version bump only for graphql-build-tools to align it with other projects, there were no code changes.
4
+
5
+ ## 0.0.27 (2026-07-02)
6
+
7
+ ### 🚀 Features
8
+
9
+ - **migrations:** standard migration scaffold for all publish:npm packages [GLU-1354] ([#24119](https://github.com/Trackunit/manager/pull/24119))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Cursor @cursoragent
14
+ - Mikkel Thorbjørn Andersen @mta-trackunit
15
+
16
+ ## 0.0.26 (2026-07-02)
17
+
18
+ This was a version bump only for graphql-build-tools to align it with other projects, there were no code changes.
19
+
1
20
  ## 0.0.25 (2026-07-01)
2
21
 
3
22
  This was a version bump only for graphql-build-tools to align it with other projects, there were no code changes.
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=entry.js.map
@@ -0,0 +1,3 @@
1
+ {
2
+ "generators": {}
3
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/graphql-build-tools",
3
- "version": "0.0.25",
3
+ "version": "0.0.28",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "engines": {
6
6
  "node": ">=24.x"
@@ -32,5 +32,6 @@
32
32
  "peerDependencies": {
33
33
  "graphql": "^16.10.0"
34
34
  },
35
- "repository": "https://github.com/Trackunit/manager"
35
+ "repository": "https://github.com/Trackunit/manager",
36
+ "migrations": "./migrations.json"
36
37
  }