@blocklet/images 1.16.54-beta-20251017-133309-7d40faa6 → 1.16.54-beta-20251021-070951-25e3083c

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/images",
3
- "version": "1.16.54-beta-20251017-133309-7d40faa6",
3
+ "version": "1.16.54-beta-20251021-070951-25e3083c",
4
4
  "main": "lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "license": "MIT",
@@ -29,11 +29,11 @@
29
29
  "verify": "npm run lint:fix && npm run coverage && npm run build",
30
30
  "lint": "eslint src tests",
31
31
  "lint:fix": "npm run lint -- --fix",
32
- "coverage": "npm run test -- --coverage",
32
+ "test": "bun test",
33
+ "coverage": "bun test --coverage",
33
34
  "clean": "rm -fr lib",
34
35
  "build:blocklet-images": "tsc",
35
36
  "build": "tsc",
36
- "test": "jest",
37
37
  "watch": "nodemon -w src -e ts -x 'npm run build'"
38
38
  },
39
39
  "dependencies": {
@@ -54,5 +54,5 @@
54
54
  "ts-node": "^10.9.1",
55
55
  "typescript": "^5.6.3"
56
56
  },
57
- "gitHead": "78c11632ed47a75502a20c257568fc9e1655ca05"
57
+ "gitHead": "db517e9013dbad744e38883f56e4eba1fa1615c1"
58
58
  }