two-stroke 6.3.1 → 6.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.
@@ -16,7 +16,7 @@ jobs:
16
16
  steps:
17
17
  - name: Dependabot metadata
18
18
  id: metadata
19
- uses: dependabot/fetch-metadata@v2.4.0
19
+ uses: dependabot/fetch-metadata@v2.5.0
20
20
  with:
21
21
  github-token: "${{ secrets.GITHUB_TOKEN }}"
22
22
  - name: Approve a PR
@@ -6,6 +6,7 @@ on:
6
6
  - "v*"
7
7
 
8
8
  permissions:
9
+ id-token: write
9
10
  contents: read
10
11
 
11
12
  defaults:
@@ -21,5 +22,3 @@ jobs:
21
22
  - uses: ./.github/actions/install
22
23
 
23
24
  - run: pnpm publish --no-git-checks
24
- env:
25
- "npm_config_//registry.npmjs.org/:_authToken": ${{ secrets.NPM_AUTH_TOKEN }}
package/package.json CHANGED
@@ -10,25 +10,25 @@
10
10
  "type-check": "./bin/type-check.mjs"
11
11
  },
12
12
  "dependencies": {
13
- "@cloudflare/vitest-pool-workers": "^0.10.12",
14
- "@cloudflare/workers-types": "^4.20251202.0",
15
- "@sentry/cli": "^2.58.2",
16
- "@types/node": "^24.10.1",
17
- "@typescript-eslint/eslint-plugin": "^8.48.1",
18
- "@typescript-eslint/parser": "^8.48.1",
19
- "@vitest/coverage-istanbul": "^4.0.15",
13
+ "@cloudflare/vitest-pool-workers": "^0.12.11",
14
+ "@cloudflare/workers-types": "^4.20260127.0",
15
+ "@sentry/cli": "^3.1.0",
16
+ "@types/node": "^25.0.10",
17
+ "@typescript-eslint/eslint-plugin": "^8.54.0",
18
+ "@typescript-eslint/parser": "^8.54.0",
19
+ "@vitest/coverage-istanbul": "^4.0.18",
20
20
  "eslint-config-prettier": "^10.1.8",
21
- "eslint-config-two-stroke": "^1.2.16",
21
+ "eslint-config-two-stroke": "^1.4.4",
22
22
  "eslint-config-typescript": "^3.0.0",
23
23
  "jose": "^6.1.3",
24
24
  "jwk-subtle": "^1.1.3",
25
25
  "mime": "^4.1.0",
26
- "miniflare": "^4.20251128.0",
27
- "openapi-fetch": "^0.15.0",
28
- "openapi-typescript": "^7.10.1",
26
+ "miniflare": "^4.20260124.0",
27
+ "openapi-fetch": "^0.16.0",
28
+ "openapi-typescript": "^7.12.0",
29
29
  "pbkdf-subtle": "^1.1.4",
30
30
  "toucan-js": "^4.1.1",
31
- "zod": "^4.1.13"
31
+ "zod": "^4.3.6"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@sentry/cli": ">=2",
@@ -53,14 +53,18 @@
53
53
  "prettier": {
54
54
  "printWidth": 100
55
55
  },
56
+ "repository": {
57
+ "type": "git",
58
+ "url": "https://github.com/change-engine/two-stroke"
59
+ },
56
60
  "type": "module",
57
- "version": "6.3.1",
61
+ "version": "6.4.1",
58
62
  "devDependencies": {
59
63
  "@types/eslint": "^9.6.1",
60
- "eslint": "^9.39.1",
61
- "prettier": "^3.7.4",
64
+ "eslint": "^9.39.2",
65
+ "prettier": "^3.8.1",
62
66
  "typescript": "^5.9.3",
63
- "vite": "^7.2.6",
64
- "vitest": "^3.2.4"
67
+ "vite": "^7.3.1",
68
+ "vitest": "^4.0.18"
65
69
  }
66
70
  }