@solvapay/core 1.0.7 → 1.0.8-preview-fb2c44758fd5809b7dbb287e4303150f562c6c19

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solvapay/core",
3
- "version": "1.0.7",
3
+ "version": "1.0.8-preview-fb2c44758fd5809b7dbb287e4303150f562c6c19",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -35,6 +35,7 @@
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsup src/index.ts --format esm,cjs --dts --tsconfig tsconfig.build.json",
38
+ "dev": "tsup src/index.ts --format esm,cjs --dts --tsconfig tsconfig.build.json --watch",
38
39
  "test": "vitest run || exit 0",
39
40
  "test:unit": "vitest run || exit 0",
40
41
  "test:watch": "vitest",