@ankhorage/devtools 1.14.0 → 1.14.2

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 (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/devtools",
3
- "version": "1.14.0",
3
+ "version": "1.14.2",
4
4
  "description": "Shared development tools and repository standards for Ankhorage",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/ankhorage/devtools#readme",
@@ -43,6 +43,9 @@
43
43
  "devtools.vscode.status"
44
44
  ]
45
45
  },
46
+ "ankhorage": {
47
+ "renovateSyncProtocol": 1
48
+ },
46
49
  "keywords": [
47
50
  "typescript",
48
51
  "eslint",
@@ -105,7 +108,7 @@
105
108
  "version-packages": "bun src/cli/bin/changeset.ts version"
106
109
  },
107
110
  "dependencies": {
108
- "@ankhorage/utility": "^0.5.0",
111
+ "@ankhorage/utility": "^0.5.1",
109
112
  "@changesets/cli": "^3.0.2",
110
113
  "@eslint/compat": "^2.1.1",
111
114
  "@eslint/js": "^10.0.1",