@t402/svm 2.5.0 → 2.6.0

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 +19 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t402/svm",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/cjs/index.d.ts",
@@ -13,35 +13,36 @@
13
13
  ],
14
14
  "license": "Apache-2.0",
15
15
  "author": "T402 Team",
16
- "repository": "https://github.com/t402-io/t402",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/t402-io/t402.git",
19
+ "directory": "sdks/typescript/packages/mechanisms/svm"
20
+ },
17
21
  "description": "t402 Payment Protocol SVM Implementation",
18
22
  "devDependencies": {
19
23
  "@eslint/js": "^9.39.2",
20
- "@types/node": "^25.2.2",
21
- "@typescript-eslint/eslint-plugin": "^8.55.0",
22
- "@typescript-eslint/parser": "^8.55.0",
24
+ "@types/node": "^25.2.3",
25
+ "@typescript-eslint/eslint-plugin": "^8.56.0",
26
+ "@typescript-eslint/parser": "^8.56.0",
23
27
  "eslint": "^9.24.0",
24
28
  "eslint-plugin-import": "^2.31.0",
25
- "eslint-plugin-jsdoc": "^62.5.4",
29
+ "eslint-plugin-jsdoc": "^62.6.0",
26
30
  "eslint-plugin-prettier": "^5.5.5",
27
- "glob": "^13.0.0",
31
+ "glob": "^13.0.5",
28
32
  "prettier": "3.8.1",
29
33
  "tsup": "^8.5.1",
30
34
  "tsx": "^4.21.0",
31
35
  "typescript": "^5.9.3",
32
36
  "vite": "^7.3.1",
33
- "vite-tsconfig-paths": "^6.1.0",
37
+ "vite-tsconfig-paths": "^6.1.1",
34
38
  "vitest": "^3.2.4"
35
39
  },
36
40
  "dependencies": {
37
- "@scure/base": "^1.2.6",
38
41
  "@solana-program/compute-budget": "^0.13.0",
39
- "@solana-program/token": "^0.10.0",
42
+ "@solana-program/token": "^0.11.0",
40
43
  "@solana-program/token-2022": "^0.9.0",
41
- "@solana/kit": "^6.0.1",
42
- "@solana/transaction-confirmation": "^6.0.1",
43
- "zod": "^3.24.2",
44
- "@t402/core": "2.5.0"
44
+ "@solana/kit": "^6.1.0",
45
+ "@t402/core": "2.6.0"
45
46
  },
46
47
  "exports": {
47
48
  ".": {
@@ -128,6 +129,10 @@
128
129
  "files": [
129
130
  "dist"
130
131
  ],
132
+ "homepage": "https://t402.io",
133
+ "publishConfig": {
134
+ "access": "public"
135
+ },
131
136
  "scripts": {
132
137
  "start": "tsx --env-file=.env index.ts",
133
138
  "build": "tsup",