@graphrefly/stack 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/dist/grfs.js +1 -1
  2. package/package.json +1 -1
package/dist/grfs.js CHANGED
@@ -11307,7 +11307,7 @@ concurrency:
11307
11307
  jobs:
11308
11308
  semantic-gate:
11309
11309
  name: ${CI_JOB_NAME}
11310
- runs-on: ubuntu-24.04
11310
+ runs-on: ubuntu-22.04
11311
11311
  permissions:
11312
11312
  contents: read
11313
11313
  steps:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphrefly/stack",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "private": false,
5
5
  "description": "Semantic stacked diffs with commit-indexed GraphBlueprint validity gates.",
6
6
  "license": "MIT",