@thirdweb-dev/service-utils 0.4.39 → 0.4.40-nightly-5ab3a81f79e96cb7caed6f591969942b2b67dbb6-20240926000312

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thirdweb-dev/service-utils",
3
- "version": "0.4.39",
3
+ "version": "0.4.40-nightly-5ab3a81f79e96cb7caed6f591969942b2b67dbb6-20240926000312",
4
4
  "type": "module",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -57,7 +57,7 @@
57
57
  "scripts": {
58
58
  "format": "biome format ./src --write",
59
59
  "lint": "biome check ./src && tsc --project ./tsconfig.build.json --module esnext --noEmit",
60
- "fix": "biome check ./src --fix --unsafe",
60
+ "fix": "biome check ./src --fix",
61
61
  "clean": "rm -rf dist/",
62
62
  "build": "pnpm clean && pnpm build:types && pnpm build:cjs && pnpm build:esm",
63
63
  "build:cjs": "tsc --noCheck --project ./tsconfig.build.json --module commonjs --outDir ./dist/cjs --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./dist/cjs/package.json",