@halliday-sdk/payments 2.4.0 → 2.5.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.
package/package.json CHANGED
@@ -1,78 +1,78 @@
1
1
  {
2
- "name": "@halliday-sdk/payments",
3
- "version": "2.4.0",
4
- "exports": {
5
- ".": {
6
- "require": "./dist/paymentsWidget/index.cjs.min.js",
7
- "import": "./dist/paymentsWidget/index.esm.min.js",
8
- "types": "./dist/paymentsWidget/index.d.ts"
9
- },
10
- "./payments-api-client": {
11
- "require": "./dist/paymentsApiClient/index.cjs.min.js",
12
- "import": "./dist/paymentsApiClient/index.esm.min.js",
13
- "types": "./dist/paymentsApiClient/index.d.ts"
14
- },
15
- "./payments-widget": {
16
- "require": "./dist/paymentsWidget/index.cjs.min.js",
17
- "import": "./dist/paymentsWidget/index.esm.min.js",
18
- "types": "./dist/paymentsWidget/index.d.ts"
19
- },
20
- "./ethers": {
21
- "require": "./dist/paymentsWidget/ethers/index.cjs.min.js",
22
- "import": "./dist/paymentsWidget/ethers/index.esm.min.js",
23
- "types": "./dist/paymentsWidget/ethers/index.d.ts"
24
- },
25
- "./viem": {
26
- "require": "./dist/paymentsWidget/viem/index.cjs.min.js",
27
- "import": "./dist/paymentsWidget/viem/index.esm.min.js",
28
- "types": "./dist/paymentsWidget/viem/index.d.ts"
29
- }
2
+ "name": "@halliday-sdk/payments",
3
+ "version": "2.5.0",
4
+ "exports": {
5
+ ".": {
6
+ "require": "./dist/paymentsWidget/index.cjs.min.js",
7
+ "import": "./dist/paymentsWidget/index.esm.min.js",
8
+ "types": "./dist/paymentsWidget/index.d.ts"
30
9
  },
31
- "main": "dist/paymentsApiClient/index.cjs.min.js",
32
- "module": "dist/paymentsApiClient/index.esm.min.js",
33
- "umd:main": "dist/paymentsWidget/index.umd.min.js",
34
- "unpkg": "dist/paymentsWidget/index.umd.min.js",
35
- "types": "dist/paymentsApiClient/index.d.ts",
36
- "author": "Halliday",
37
- "license": "UNLICENSED",
38
- "files": [
39
- "dist/**/*"
40
- ],
41
- "dependencies": {
42
- "axios": "^1.12.2",
43
- "reflect-metadata": "^0.2.2",
44
- "zod": "^3.25.0"
10
+ "./payments-api-client": {
11
+ "require": "./dist/paymentsApiClient/index.cjs.min.js",
12
+ "import": "./dist/paymentsApiClient/index.esm.min.js",
13
+ "types": "./dist/paymentsApiClient/index.d.ts"
45
14
  },
46
- "devDependencies": {
47
- "axios-mock-adapter": "^2.1.0",
48
- "ethers": "^6.12.1",
49
- "jest-environment-jsdom": "30.0.0-beta.3",
50
- "viem": "2.30.6"
15
+ "./payments-widget": {
16
+ "require": "./dist/paymentsWidget/index.cjs.min.js",
17
+ "import": "./dist/paymentsWidget/index.esm.min.js",
18
+ "types": "./dist/paymentsWidget/index.d.ts"
51
19
  },
52
- "peerDependencies": {
53
- "ethers": "^6.12.1",
54
- "viem": "^2.27.2"
20
+ "./ethers": {
21
+ "require": "./dist/paymentsWidget/ethers/index.cjs.min.js",
22
+ "import": "./dist/paymentsWidget/ethers/index.esm.min.js",
23
+ "types": "./dist/paymentsWidget/ethers/index.d.ts"
55
24
  },
56
- "scripts": {
57
- "test": "yarn test:node && yarn test:web",
58
- "test:node": "npx jest --config jest.node.config.js",
59
- "test:web": "npx jest --config jest.web.config.js",
60
- "build": "rm -rf dist; npx rollup -c",
61
- "build:prod": "NODE_ENV=production yarn build",
62
- "safe-publish": "rm -rf node_modules dist && yarn install && yarn build:prod && npm publish --access public",
63
- "version-bump:minor": "yarn workspace @halliday-sdk/payments version minor",
64
- "version-bump:major": "yarn workspace @halliday-sdk/payments version major",
65
- "version-bump:patch": "yarn workspace @halliday-sdk/payments version patch"
25
+ "./viem": {
26
+ "require": "./dist/paymentsWidget/viem/index.cjs.min.js",
27
+ "import": "./dist/paymentsWidget/viem/index.esm.min.js",
28
+ "types": "./dist/paymentsWidget/viem/index.d.ts"
29
+ }
30
+ },
31
+ "main": "dist/paymentsApiClient/index.cjs.min.js",
32
+ "module": "dist/paymentsApiClient/index.esm.min.js",
33
+ "umd:main": "dist/paymentsWidget/index.umd.min.js",
34
+ "unpkg": "dist/paymentsWidget/index.umd.min.js",
35
+ "types": "dist/paymentsApiClient/index.d.ts",
36
+ "author": "Halliday",
37
+ "license": "UNLICENSED",
38
+ "files": [
39
+ "dist/**/*"
40
+ ],
41
+ "dependencies": {
42
+ "axios": "^1.12.2",
43
+ "reflect-metadata": "^0.2.2",
44
+ "zod": "^3.25.0"
45
+ },
46
+ "devDependencies": {
47
+ "axios-mock-adapter": "^2.1.0",
48
+ "ethers": "^6.12.1",
49
+ "jest-environment-jsdom": "30.0.0-beta.3",
50
+ "viem": "2.30.6"
51
+ },
52
+ "peerDependencies": {
53
+ "ethers": "^6.12.1",
54
+ "viem": "^2.27.2"
55
+ },
56
+ "scripts": {
57
+ "test": "yarn test:node && yarn test:web",
58
+ "test:node": "npx jest --config jest.node.config.js",
59
+ "test:web": "npx jest --config jest.web.config.js",
60
+ "build": "rm -rf dist; npx rollup -c",
61
+ "build:prod": "NODE_ENV=production yarn build",
62
+ "safe-publish": "rm -rf node_modules dist && yarn install && yarn build:prod && yarn npm publish --access public",
63
+ "version-bump:minor": "yarn workspace @halliday-sdk/payments version minor",
64
+ "version-bump:major": "yarn workspace @halliday-sdk/payments version major",
65
+ "version-bump:patch": "yarn workspace @halliday-sdk/payments version patch"
66
+ },
67
+ "targets": {
68
+ "main": {
69
+ "isLibrary": true,
70
+ "sourceMap": true
66
71
  },
67
- "targets": {
68
- "main": {
69
- "isLibrary": true,
70
- "sourceMap": true
71
- },
72
- "module": {
73
- "isLibrary": true,
74
- "sourceMap": true
75
- }
76
- },
77
- "packageManager": "yarn@4.5.0+sha512.837566d24eec14ec0f5f1411adb544e892b3454255e61fdef8fd05f3429480102806bac7446bc9daff3896b01ae4b62d00096c7e989f1596f2af10b927532f39"
78
- }
72
+ "module": {
73
+ "isLibrary": true,
74
+ "sourceMap": true
75
+ }
76
+ },
77
+ "packageManager": "yarn@4.5.0+sha512.837566d24eec14ec0f5f1411adb544e892b3454255e61fdef8fd05f3429480102806bac7446bc9daff3896b01ae4b62d00096c7e989f1596f2af10b927532f39"
78
+ }