klaim 1.2.2 → 1.2.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.
@@ -30,11 +30,11 @@ jobs:
30
30
  run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
31
31
  env:
32
32
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
33
- - name: Publish on JSR
34
- run: npx jsr publish
35
33
  - name: Release on NPM
36
34
  run: bun run release --ci
37
35
  env:
38
36
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
37
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38
+ - name: Publish on JSR
39
+ run: npx jsr publish
40
40
 
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "homepage": "https://github.com/antharuu/klaim#readme",
22
22
  "type": "module",
23
- "version": "1.2.2",
23
+ "version": "1.2.3",
24
24
  "main": "dist/klaim.cjs.js",
25
25
  "module": "dist/klaim.es.js",
26
26
  "types": "dist/index.d.ts",