@paynext/sdk 0.0.60 → 0.0.61

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paynext/sdk",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -21,7 +21,6 @@
21
21
  ],
22
22
  "scripts": {
23
23
  "build": "tsc -b && vite build",
24
- "build-ts": "tsc -b && TS=true vite build",
25
24
  "build-preview": "PREVIEW=true yarn build",
26
25
  "preview-host": "PREVIEW=true yarn build-preview && vite preview --host",
27
26
  "preview": "PREVIEW=true vite --host",
@@ -29,11 +28,9 @@
29
28
  "type-check": "tsc --noEmit",
30
29
  "format": "yarn type-check && yarn lint && yarn prettier",
31
30
  "lint": "eslint .",
32
- "storybook": "storybook dev -p 6006",
33
- "build-storybook": "storybook build",
34
31
  "analyze": "ANALYZE=true yarn build",
35
32
  "pub": "yarn build && npm publish --scope=@paynext",
36
- "pub-ts": "npm run build-ts && npm version patch --no-git-tag-version && npm publish --access restricted"
33
+ "pub-ts": "npm run build && npm version patch --no-git-tag-version && npm publish --access restricted"
37
34
  },
38
35
  "peerDependencies": {
39
36
  "react": "^19.0.0",
@@ -41,45 +38,36 @@
41
38
  },
42
39
  "devDependencies": {
43
40
  "@eslint/js": "^9.26.0",
44
- "@evervault/js": "^2.2.0",
41
+ "@evervault/js": "^2.5.0",
45
42
  "@evervault/react": "^2.18.0",
46
43
  "@heroui/react": "^2.7.9",
47
- "@paypal/react-paypal-js": "^8.8.3",
48
- "@storybook/addon-essentials": "^8.6.12",
49
- "@storybook/addon-interactions": "^8.6.12",
50
- "@storybook/addon-onboarding": "^8.6.12",
51
- "@storybook/blocks": "^8.6.12",
52
- "@storybook/react": "^8.6.12",
53
- "@storybook/react-vite": "^8.6.12",
54
- "@storybook/test": "^8.6.12",
44
+ "@paypal/paypal-js": "^8.4.2",
45
+ "@paypal/react-paypal-js": "^8.9.1",
55
46
  "@types/braintree-web": "^3.96.17",
56
47
  "@types/node": "^22.14.1",
57
- "@types/react": "^19.0.10",
58
- "@types/react-dom": "^19.0.4",
48
+ "@types/react": "^19.1.13",
49
+ "@types/react-dom": "^19.1.9",
59
50
  "@vitejs/plugin-legacy": "^7.0.0",
60
51
  "@vitejs/plugin-react": "^4.3.4",
61
52
  "autoprefixer": "^10.4.21",
62
53
  "braintree-web": "^3.126.0",
63
- "clsx": "^2.1.1",
64
54
  "credit-card-type": "^10.0.2",
65
55
  "eslint": "^9.21.0",
66
56
  "eslint-plugin-prettier": "^5.2.6",
67
57
  "eslint-plugin-react-hooks": "^5.1.0",
68
58
  "eslint-plugin-react-refresh": "^0.4.19",
69
- "eslint-plugin-storybook": "^0.12.0",
70
- "framer-motion": "^12.12.1",
71
59
  "globals": "^15.15.0",
72
60
  "motion": "^12.16.0",
73
- "postcss": "^8.5.3",
74
61
  "prettier": "^3.5.3",
75
62
  "prettier-plugin-tailwindcss": "^0.6.9",
63
+ "react": "^19.0.0",
64
+ "react-dom": "^19.0.0",
76
65
  "react-router": "^7.6.2",
77
- "storybook": "^8.6.12",
78
66
  "tailwindcss": "^3.4.17",
79
- "terser": "^5.43.1",
67
+ "terser": "^5.37.0",
80
68
  "typescript": "~5.7.2",
81
69
  "typescript-eslint": "^8.24.1",
82
- "vite": "^6.2.0",
70
+ "vite": "^6.2.7",
83
71
  "vite-bundle-analyzer": "^0.20.2",
84
72
  "vite-plugin-dts": "^4.5.3",
85
73
  "vite-plugin-static-copy": "^3.0.0",
@@ -91,10 +79,5 @@
91
79
  "> 0.2%",
92
80
  "defaults"
93
81
  ],
94
- "packageManager": "yarn@1.22.1",
95
- "eslintConfig": {
96
- "extends": [
97
- "plugin:storybook/recommended"
98
- ]
99
- }
82
+ "packageManager": "yarn@1.22.1"
100
83
  }