@digilogiclabs/saas-factory-payments 1.2.7 → 1.2.8

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 +158 -155
package/package.json CHANGED
@@ -1,155 +1,158 @@
1
- {
2
- "name": "@digilogiclabs/saas-factory-payments",
3
- "version": "1.2.7",
4
- "private": false,
5
- "description": "Modern cross-platform payments package for Next.js 15+ and React Native applications with multi-provider support (Stripe, PayPal, Apple Pay) and subscription analytics",
6
- "keywords": [
7
- "payments",
8
- "stripe",
9
- "paypal",
10
- "apple-pay",
11
- "multi-provider",
12
- "subscription-analytics",
13
- "nextjs-15",
14
- "react-19",
15
- "react-native",
16
- "expo",
17
- "saas",
18
- "cross-platform",
19
- "typescript",
20
- "modern-stack"
21
- ],
22
- "author": "Digi Logic Labs",
23
- "license": "MIT",
24
- "homepage": "https://github.com/DigiLogicLabs/saas-factory-payments#readme",
25
- "repository": {
26
- "type": "git",
27
- "url": "git+https://github.com/DigiLogicLabs/saas-factory-payments.git"
28
- },
29
- "bugs": {
30
- "url": "https://github.com/DigiLogicLabs/saas-factory-payments/issues"
31
- },
32
- "publishConfig": {
33
- "access": "public",
34
- "registry": "https://registry.npmjs.org/"
35
- },
36
- "engines": {
37
- "node": ">=20.9.0",
38
- "npm": ">=9.7.2"
39
- },
40
- "main": "./dist/index.js",
41
- "module": "./dist/index.mjs",
42
- "types": "./dist/index.d.ts",
43
- "exports": {
44
- ".": {
45
- "types": "./dist/index.d.ts",
46
- "import": "./dist/index.mjs",
47
- "require": "./dist/index.js"
48
- },
49
- "./web": {
50
- "types": "./dist/web.d.ts",
51
- "import": "./dist/web.mjs",
52
- "require": "./dist/web.js"
53
- },
54
- "./native": {
55
- "types": "./dist/native.d.ts",
56
- "import": "./dist/native.mjs",
57
- "require": "./dist/native.js"
58
- },
59
- "./server": {
60
- "types": "./dist/server.d.ts",
61
- "import": "./dist/server.mjs",
62
- "require": "./dist/server.js"
63
- }
64
- },
65
- "files": [
66
- "dist",
67
- "README.md",
68
- "LICENSE"
69
- ],
70
- "sideEffects": false,
71
- "scripts": {
72
- "build": "tsup",
73
- "dev": "tsup --watch",
74
- "test": "jest",
75
- "test:watch": "jest --watch",
76
- "lint": "eslint src --ext .ts,.tsx",
77
- "lint:fix": "eslint src --ext .ts,.tsx --fix",
78
- "type-check": "tsc --noEmit",
79
- "clean": "rimraf dist",
80
- "prepublishOnly": "npm run clean && npm run build",
81
- "changeset": "changeset",
82
- "version-packages": "changeset version",
83
- "release": "npm run build && changeset publish"
84
- },
85
- "dependencies": {
86
- "immer": "^10.1.1",
87
- "stripe": "^16.12.0",
88
- "zustand": "^4.5.0"
89
- },
90
- "peerDependencies": {
91
- "react": "^18.2.0 || ^19.0.0",
92
- "react-native": ">=0.72.0",
93
- "@stripe/stripe-js": "^4.0.0",
94
- "@stripe/react-stripe-js": "^2.0.0",
95
- "@stripe/stripe-react-native": ">=0.28.0 <1.0.0"
96
- },
97
- "peerDependenciesMeta": {
98
- "react-native": {
99
- "optional": true
100
- },
101
- "@stripe/stripe-js": {
102
- "optional": true
103
- },
104
- "@stripe/react-stripe-js": {
105
- "optional": true
106
- },
107
- "@stripe/stripe-react-native": {
108
- "optional": true
109
- }
110
- },
111
- "devDependencies": {
112
- "@changesets/cli": "^2.27.0",
113
- "@stripe/react-stripe-js": "^2.8.0",
114
- "@stripe/stripe-js": "^4.10.0",
115
- "@stripe/stripe-react-native": "^0.38.6",
116
- "@testing-library/jest-dom": "^6.7.0",
117
- "@testing-library/react": "^16.0.0",
118
- "@types/express": "^5.0.3",
119
- "@types/jest": "^29.5.12",
120
- "@types/node": "^20.0.0",
121
- "@types/react": "^18.2.0",
122
- "@typescript-eslint/eslint-plugin": "^8.0.0",
123
- "@typescript-eslint/parser": "^8.0.0",
124
- "eslint": "^9.0.0",
125
- "eslint-config-prettier": "^9.1.0",
126
- "eslint-plugin-prettier": "^5.0.0",
127
- "jest": "^29.0.0",
128
- "jest-environment-jsdom": "^29.0.0",
129
- "next": "^15.0.0",
130
- "prettier": "^3.0.0",
131
- "react": "^18.2.0",
132
- "rimraf": "^5.0.0",
133
- "stripe": "^16.12.0",
134
- "ts-jest": "^29.4.1",
135
- "tsup": "^8.0.0",
136
- "react-native": "^0.76.0",
137
- "typescript": "^5.7.0",
138
- "typescript-eslint": "^8.39.1"
139
- },
140
- "overrides": {
141
- "rollup": "^4.0.0",
142
- "@rollup/rollup-linux-x64-gnu": "^4.0.0",
143
- "@types/react": "^18.2.0",
144
- "@stripe/stripe-js": "^4.10.0",
145
- "@stripe/react-stripe-js": {
146
- "@stripe/stripe-js": "^4.10.0",
147
- "react": "^18.2.0",
148
- "react-dom": "^18.2.0"
149
- },
150
- "@stripe/stripe-react-native": {
151
- "@stripe/stripe-js": "^4.10.0",
152
- "@types/react": "^18.2.0"
153
- }
154
- }
155
- }
1
+ {
2
+ "name": "@digilogiclabs/saas-factory-payments",
3
+ "version": "1.2.8",
4
+ "private": false,
5
+ "description": "Modern cross-platform payments package for Next.js 15+ and React Native applications with multi-provider support (Stripe, PayPal, Apple Pay) and subscription analytics",
6
+ "keywords": [
7
+ "payments",
8
+ "stripe",
9
+ "paypal",
10
+ "apple-pay",
11
+ "multi-provider",
12
+ "subscription-analytics",
13
+ "nextjs-15",
14
+ "react-19",
15
+ "react-native",
16
+ "expo",
17
+ "saas",
18
+ "cross-platform",
19
+ "typescript",
20
+ "modern-stack"
21
+ ],
22
+ "author": "Digi Logic Labs",
23
+ "license": "MIT",
24
+ "homepage": "https://github.com/DigiLogicLabs/saas-factory-payments#readme",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git+https://github.com/DigiLogicLabs/saas-factory-payments.git"
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/DigiLogicLabs/saas-factory-payments/issues"
31
+ },
32
+ "publishConfig": {
33
+ "access": "public",
34
+ "registry": "https://registry.npmjs.org/"
35
+ },
36
+ "engines": {
37
+ "node": ">=20.9.0",
38
+ "npm": ">=9.7.2"
39
+ },
40
+ "main": "./dist/index.js",
41
+ "module": "./dist/index.mjs",
42
+ "react-native": "./dist/native.js",
43
+ "types": "./dist/index.d.ts",
44
+ "exports": {
45
+ ".": {
46
+ "types": "./dist/index.d.ts",
47
+ "react-native": "./dist/native.js",
48
+ "import": "./dist/index.mjs",
49
+ "require": "./dist/index.js"
50
+ },
51
+ "./web": {
52
+ "types": "./dist/web.d.ts",
53
+ "import": "./dist/web.mjs",
54
+ "require": "./dist/web.js"
55
+ },
56
+ "./native": {
57
+ "types": "./dist/native.d.ts",
58
+ "react-native": "./dist/native.js",
59
+ "import": "./dist/native.mjs",
60
+ "require": "./dist/native.js"
61
+ },
62
+ "./server": {
63
+ "types": "./dist/server.d.ts",
64
+ "import": "./dist/server.mjs",
65
+ "require": "./dist/server.js"
66
+ }
67
+ },
68
+ "files": [
69
+ "dist",
70
+ "README.md",
71
+ "LICENSE"
72
+ ],
73
+ "sideEffects": false,
74
+ "scripts": {
75
+ "build": "tsup",
76
+ "dev": "tsup --watch",
77
+ "test": "jest",
78
+ "test:watch": "jest --watch",
79
+ "lint": "eslint src --ext .ts,.tsx",
80
+ "lint:fix": "eslint src --ext .ts,.tsx --fix",
81
+ "type-check": "tsc --noEmit",
82
+ "clean": "rimraf dist",
83
+ "prepublishOnly": "npm run clean && npm run build",
84
+ "changeset": "changeset",
85
+ "version-packages": "changeset version",
86
+ "release": "npm run build && changeset publish"
87
+ },
88
+ "dependencies": {
89
+ "immer": "^10.1.1",
90
+ "stripe": "^16.12.0",
91
+ "zustand": "^4.5.0"
92
+ },
93
+ "peerDependencies": {
94
+ "react": "^18.2.0 || ^19.0.0",
95
+ "react-native": ">=0.72.0 <1.0.0",
96
+ "@stripe/stripe-js": "^4.0.0",
97
+ "@stripe/react-stripe-js": "^2.0.0",
98
+ "@stripe/stripe-react-native": ">=0.38.0 <1.0.0"
99
+ },
100
+ "peerDependenciesMeta": {
101
+ "react-native": {
102
+ "optional": true
103
+ },
104
+ "@stripe/stripe-js": {
105
+ "optional": true
106
+ },
107
+ "@stripe/react-stripe-js": {
108
+ "optional": true
109
+ },
110
+ "@stripe/stripe-react-native": {
111
+ "optional": true
112
+ }
113
+ },
114
+ "devDependencies": {
115
+ "@changesets/cli": "^2.27.0",
116
+ "@stripe/react-stripe-js": "^2.8.0",
117
+ "@stripe/stripe-js": "^4.10.0",
118
+ "@stripe/stripe-react-native": "^0.38.6",
119
+ "@testing-library/jest-dom": "^6.7.0",
120
+ "@testing-library/react": "^16.0.0",
121
+ "@types/express": "^5.0.3",
122
+ "@types/jest": "^29.5.12",
123
+ "@types/node": "^20.0.0",
124
+ "@types/react": "^18.2.0",
125
+ "@typescript-eslint/eslint-plugin": "^8.0.0",
126
+ "@typescript-eslint/parser": "^8.0.0",
127
+ "eslint": "^9.0.0",
128
+ "eslint-config-prettier": "^9.1.0",
129
+ "eslint-plugin-prettier": "^5.0.0",
130
+ "jest": "^29.0.0",
131
+ "jest-environment-jsdom": "^29.0.0",
132
+ "next": "^15.0.0",
133
+ "prettier": "^3.0.0",
134
+ "react": "^18.2.0",
135
+ "rimraf": "^5.0.0",
136
+ "stripe": "^16.12.0",
137
+ "ts-jest": "^29.4.1",
138
+ "tsup": "^8.0.0",
139
+ "react-native": "^0.76.0",
140
+ "typescript": "^5.7.0",
141
+ "typescript-eslint": "^8.39.1"
142
+ },
143
+ "overrides": {
144
+ "rollup": "^4.0.0",
145
+ "@rollup/rollup-linux-x64-gnu": "^4.0.0",
146
+ "@types/react": "^18.2.0",
147
+ "@stripe/stripe-js": "^4.10.0",
148
+ "@stripe/react-stripe-js": {
149
+ "@stripe/stripe-js": "^4.10.0",
150
+ "react": "^18.2.0",
151
+ "react-dom": "^18.2.0"
152
+ },
153
+ "@stripe/stripe-react-native": {
154
+ "@stripe/stripe-js": "^4.10.0",
155
+ "@types/react": "^18.2.0"
156
+ }
157
+ }
158
+ }