@townco/fly 0.1.61 → 0.1.62

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.
@@ -1000,10 +1000,6 @@ export type MainTokenInfo = {
1000
1000
  user?: string;
1001
1001
  };
1002
1002
  export type PlacementRegionPlacement = {
1003
- /**
1004
- * Hint on the number of machines in this region can be created concurrently.
1005
- * Equal to the number of unique hosts selected for placement.
1006
- */
1007
1003
  concurrency?: number;
1008
1004
  count?: number;
1009
1005
  region?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@townco/fly",
3
3
  "type": "module",
4
- "version": "0.1.61",
4
+ "version": "0.1.62",
5
5
  "description": "flyapi",
6
6
  "license": "UNLICENSED",
7
7
  "main": "./dist/index.js",
@@ -19,7 +19,7 @@
19
19
  "devDependencies": {
20
20
  "@biomejs/biome": "^2.3.8",
21
21
  "@hey-api/openapi-ts": "^0.88.0",
22
- "@townco/tsconfig": "0.1.108",
22
+ "@townco/tsconfig": "0.1.109",
23
23
  "@types/node": "^24.10.1",
24
24
  "@typescript/native-preview": "^7.0.0-dev.20251207.1",
25
25
  "openapi-types": "^12.1.3"
@@ -32,6 +32,6 @@
32
32
  "gen:api": "openapi-ts && biome check --write"
33
33
  },
34
34
  "dependencies": {
35
- "@townco/env": "0.1.61"
35
+ "@townco/env": "0.1.62"
36
36
  }
37
37
  }