@anterior/brrr 0.1.1 → 0.1.199

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.
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/env bash
2
+
3
+ set -euo pipefail
4
+
5
+ count="$(git rev-list @ --count)"
6
+ <package.json \
7
+ jq \
8
+ --arg gc "$count" \
9
+ '. * { version : "\(.version | split(".")[:2] | join(".")).\($gc)"}' \
10
+ | sponge package.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anterior/brrr",
3
- "version": "0.1.1",
3
+ "version": "0.1.199",
4
4
  "description": "Horizontally scalable workflow scheduling with pluggable backends",
5
5
  "type": "module",
6
6
  "bin": {
package/.envrc DELETED
@@ -1 +0,0 @@
1
- use flake .#typescript