@ankhorage/devtools 1.4.0 → 1.4.1

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.
@@ -1,3 +1,9 @@
1
+ /**
2
+ * Canonical Bun runtime policy for Ankhorage repositories.
3
+ *
4
+ * Import this from `@ankhorage/devtools/policy` when another package needs to inspect
5
+ * the managed Bun version without defining an independent version authority.
6
+ */
1
7
  export declare const bunRuntimePolicy: {
2
8
  readonly packageManager: "bun@1.3.14";
3
9
  readonly typesRange: "^1.3.14";
@@ -1,3 +1,9 @@
1
+ /**
2
+ * Canonical Bun runtime policy for Ankhorage repositories.
3
+ *
4
+ * Import this from `@ankhorage/devtools/policy` when another package needs to inspect
5
+ * the managed Bun version without defining an independent version authority.
6
+ */
1
7
  export const bunRuntimePolicy = {
2
8
  packageManager: 'bun@1.3.14',
3
9
  typesRange: '^1.3.14',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/devtools",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Shared development tools and repository standards for Ankhorage",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/ankhorage/devtools#readme",
@@ -66,6 +66,10 @@
66
66
  "types": "./dist/tools/knip/index.d.ts",
67
67
  "import": "./dist/tools/knip/index.js"
68
68
  },
69
+ "./policy": {
70
+ "types": "./dist/policy/bunRuntimePolicy.d.ts",
71
+ "import": "./dist/policy/bunRuntimePolicy.js"
72
+ },
69
73
  "./prettier": {
70
74
  "import": "./dist/tools/prettier/index.cjs",
71
75
  "require": "./dist/tools/prettier/index.cjs",