@blocklet/payment-js 1.16.12 → 1.16.16

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 +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-js",
3
- "version": "1.16.12",
3
+ "version": "1.16.16",
4
4
  "description": "Node.js client for Payment Kit",
5
5
  "keywords": [
6
6
  "types",
@@ -26,17 +26,17 @@
26
26
  },
27
27
  "scripts": {
28
28
  "lint": "eslint src",
29
- "lint:fix": "npm run lint -- --fix",
29
+ "lint:fix": "pnpm run lint --fix",
30
30
  "clean": "rm -fr lib",
31
- "prebuild": "npm run clean",
31
+ "prebuild": "pnpm run clean",
32
32
  "build": "tsc",
33
- "build:watch": "npm run build -- -w"
33
+ "build:watch": "pnpm run build -w"
34
34
  },
35
35
  "bugs": {
36
36
  "url": "https://github.com/blocklet/payment-kit/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@blocklet/payment-types": "1.16.12",
39
+ "@blocklet/payment-types": "1.16.16",
40
40
  "@blocklet/sdk": "^1.16.33"
41
41
  },
42
42
  "importSort": {
@@ -58,9 +58,10 @@
58
58
  "import-sort-style-module": "^6.0.0",
59
59
  "prettier": "^3.3.3",
60
60
  "prettier-plugin-import-sort": "^0.0.7",
61
+ "sequelize": "^6.37.3",
61
62
  "ts-node": "^10.9.2",
62
63
  "type-fest": "^4.23.0",
63
64
  "typescript": "^5.5.4"
64
65
  },
65
- "gitHead": "1af1e91e65dfb78b39d65a1d8d3396be83a9c04f"
66
+ "gitHead": "fdffd2c105f53202dc73f3802d773a6141c5ea73"
66
67
  }