@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.
- package/package.json +158 -155
package/package.json
CHANGED
|
@@ -1,155 +1,158 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@digilogiclabs/saas-factory-payments",
|
|
3
|
-
"version": "1.2.
|
|
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
|
-
"
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
"
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
"react-native":
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
"
|
|
102
|
-
"optional": true
|
|
103
|
-
},
|
|
104
|
-
"@stripe/
|
|
105
|
-
"optional": true
|
|
106
|
-
},
|
|
107
|
-
"@stripe/stripe-
|
|
108
|
-
"optional": true
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
"@
|
|
116
|
-
"@
|
|
117
|
-
"@
|
|
118
|
-
"@
|
|
119
|
-
"@
|
|
120
|
-
"@
|
|
121
|
-
"@types/
|
|
122
|
-
"@
|
|
123
|
-
"@
|
|
124
|
-
"
|
|
125
|
-
"eslint-
|
|
126
|
-
"eslint
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
"
|
|
145
|
-
"@
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
"
|
|
152
|
-
|
|
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
|
+
}
|