two-stroke 5.1.1 → 5.1.3

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/bin/test.mjs +1 -1
  2. package/package.json +12 -12
package/bin/test.mjs CHANGED
@@ -9,7 +9,7 @@ import ts from "typescript";
9
9
  import { Miniflare } from "miniflare";
10
10
 
11
11
  if (fs.existsSync("wrangler.toml")) {
12
- cmd("wrangler deploy --dry-run --outdir=dist");
12
+ cmd("wrangler deploy --env='' --dry-run --outdir=dist");
13
13
  const miniflare = new Miniflare({
14
14
  modules: true,
15
15
  scriptPath: "dist/index.js",
package/package.json CHANGED
@@ -8,24 +8,24 @@
8
8
  "type-check": "./bin/type-check.mjs"
9
9
  },
10
10
  "dependencies": {
11
- "@cloudflare/vitest-pool-workers": "^0.8.36",
12
- "@cloudflare/workers-types": "^4.20250610.0",
11
+ "@cloudflare/vitest-pool-workers": "^0.8.39",
12
+ "@cloudflare/workers-types": "^4.20250618.0",
13
13
  "@sentry/cli": "^2.46.0",
14
- "@types/node": "^24.0.0",
15
- "@typescript-eslint/eslint-plugin": "^8.34.0",
16
- "@typescript-eslint/parser": "^8.34.0",
17
- "@vitest/coverage-istanbul": "^3.2.3",
14
+ "@types/node": "^24.0.3",
15
+ "@typescript-eslint/eslint-plugin": "^8.34.1",
16
+ "@typescript-eslint/parser": "^8.34.1",
17
+ "@vitest/coverage-istanbul": "^3.2.4",
18
18
  "eslint-config-prettier": "^10.1.5",
19
- "eslint-config-two-stroke": "^1.1.22",
19
+ "eslint-config-two-stroke": "^1.1.23",
20
20
  "eslint-config-typescript": "^3.0.0",
21
21
  "jose": "^6.0.11",
22
22
  "jwk-subtle": "^1.0.7",
23
- "miniflare": "^4.20250525.1",
23
+ "miniflare": "^4.20250612.0",
24
24
  "openapi-fetch": "^0.14.0",
25
25
  "openapi-typescript": "^7.8.0",
26
26
  "pbkdf-subtle": "^1.0.0",
27
27
  "toucan-js": "^4.1.1",
28
- "zod": "^3.25.61"
28
+ "zod": "^3.25.67"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@sentry/cli": ">=2",
@@ -49,12 +49,12 @@
49
49
  "name": "two-stroke",
50
50
  "packageManager": "yarn@4.6.0",
51
51
  "type": "module",
52
- "version": "5.1.1",
52
+ "version": "5.1.3",
53
53
  "devDependencies": {
54
54
  "@types/eslint": "^9.6.1",
55
- "eslint": "^9.28.0",
55
+ "eslint": "^9.29.0",
56
56
  "prettier": "^3.5.3",
57
57
  "typescript": "^5.8.3",
58
- "vitest": "^3.2.3"
58
+ "vitest": "^3.2.4"
59
59
  }
60
60
  }