@blocklet/images 1.16.54-beta-20251030-060219-f2f1ed96 → 1.16.54-beta-20251031-043051-f3b56e3a

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 +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/images",
3
- "version": "1.16.54-beta-20251030-060219-f2f1ed96",
3
+ "version": "1.16.54-beta-20251031-043051-f3b56e3a",
4
4
  "main": "lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "license": "MIT",
@@ -29,8 +29,6 @@
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
- "test": "bun test --bail --timeout 30000",
33
- "coverage": "bun test --bail --timeout 30000 --coverage",
34
32
  "clean": "rm -fr lib",
35
33
  "build:blocklet-images": "tsc",
36
34
  "build": "tsc",
@@ -51,5 +49,5 @@
51
49
  "ts-node": "^10.9.1",
52
50
  "typescript": "^5.6.3"
53
51
  },
54
- "gitHead": "a4182e02a693b097c76b6a9907a8a1d4816ee914"
52
+ "gitHead": "3c8d3d08531c55eef3de4d9657b2452850d5bcc7"
55
53
  }