@payloadcms/plugin-stripe 3.0.0-canary.03427d3 → 3.0.0-canary.0992b47
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/dist/admin.js.map +1 -1
- package/dist/exports/client.d.ts +2 -0
- package/dist/exports/client.d.ts.map +1 -0
- package/dist/exports/client.js +4 -0
- package/dist/exports/client.js.map +1 -0
- package/dist/exports/types.js.map +1 -1
- package/dist/fields/getFields.d.ts.map +1 -1
- package/dist/fields/getFields.js +1 -2
- package/dist/fields/getFields.js.map +1 -1
- package/dist/hooks/createNewInStripe.d.ts +4 -4
- package/dist/hooks/createNewInStripe.d.ts.map +1 -1
- package/dist/hooks/createNewInStripe.js +21 -7
- package/dist/hooks/createNewInStripe.js.map +1 -1
- package/dist/hooks/deleteFromStripe.d.ts +4 -4
- package/dist/hooks/deleteFromStripe.d.ts.map +1 -1
- package/dist/hooks/deleteFromStripe.js +12 -4
- package/dist/hooks/deleteFromStripe.js.map +1 -1
- package/dist/hooks/syncExistingWithStripe.d.ts +4 -4
- package/dist/hooks/syncExistingWithStripe.d.ts.map +1 -1
- package/dist/hooks/syncExistingWithStripe.js +12 -4
- package/dist/hooks/syncExistingWithStripe.js.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/routes/rest.d.ts.map +1 -1
- package/dist/routes/rest.js +1 -5
- package/dist/routes/rest.js.map +1 -1
- package/dist/routes/webhooks.d.ts.map +1 -1
- package/dist/routes/webhooks.js.map +1 -1
- package/dist/types.d.ts +3 -129
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/ui/LinkToDoc.d.ts +2 -2
- package/dist/ui/LinkToDoc.d.ts.map +1 -1
- package/dist/ui/LinkToDoc.js +1 -3
- package/dist/ui/LinkToDoc.js.map +1 -1
- package/dist/utilities/deepen.d.ts.map +1 -1
- package/dist/utilities/deepen.js.map +1 -1
- package/dist/utilities/stripeProxy.js.map +1 -1
- package/dist/webhooks/handleCreatedOrUpdated.d.ts +2 -2
- package/dist/webhooks/handleCreatedOrUpdated.d.ts.map +1 -1
- package/dist/webhooks/handleCreatedOrUpdated.js +42 -14
- package/dist/webhooks/handleCreatedOrUpdated.js.map +1 -1
- package/dist/webhooks/handleDeleted.d.ts +2 -2
- package/dist/webhooks/handleDeleted.d.ts.map +1 -1
- package/dist/webhooks/handleDeleted.js +21 -7
- package/dist/webhooks/handleDeleted.js.map +1 -1
- package/dist/webhooks/index.d.ts.map +1 -1
- package/dist/webhooks/index.js +3 -1
- package/dist/webhooks/index.js.map +1 -1
- package/package.json +25 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/plugin-stripe",
|
|
3
|
-
"version": "3.0.0-canary.
|
|
3
|
+
"version": "3.0.0-canary.0992b47",
|
|
4
4
|
"description": "Stripe plugin for Payload",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payload",
|
|
@@ -24,13 +24,18 @@
|
|
|
24
24
|
"exports": {
|
|
25
25
|
".": {
|
|
26
26
|
"import": "./dist/index.js",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
27
|
+
"types": "./dist/index.d.ts",
|
|
28
|
+
"default": "./dist/index.js"
|
|
29
29
|
},
|
|
30
|
-
"
|
|
31
|
-
"import": "./dist/exports
|
|
32
|
-
"
|
|
33
|
-
"
|
|
30
|
+
"./types": {
|
|
31
|
+
"import": "./dist/exports/types.js",
|
|
32
|
+
"types": "./dist/exports/types.d.ts",
|
|
33
|
+
"default": "./dist/exports/types.js"
|
|
34
|
+
},
|
|
35
|
+
"./client": {
|
|
36
|
+
"import": "./dist/exports/client.js",
|
|
37
|
+
"types": "./dist/exports/client.d.ts",
|
|
38
|
+
"default": "./dist/exports/client.js"
|
|
34
39
|
}
|
|
35
40
|
},
|
|
36
41
|
"main": "./dist/index.js",
|
|
@@ -42,32 +47,29 @@
|
|
|
42
47
|
"lodash.get": "^4.4.2",
|
|
43
48
|
"stripe": "^10.2.0",
|
|
44
49
|
"uuid": "10.0.0",
|
|
45
|
-
"@payloadcms/
|
|
50
|
+
"@payloadcms/translations": "3.0.0-canary.0992b47",
|
|
51
|
+
"@payloadcms/ui": "3.0.0-canary.0992b47"
|
|
46
52
|
},
|
|
47
53
|
"devDependencies": {
|
|
48
54
|
"@types/express": "^4.17.9",
|
|
49
55
|
"@types/lodash.get": "^4.4.7",
|
|
50
|
-
"@types/react": "npm:types-react@19.0.0-
|
|
51
|
-
"@types/react-dom": "npm:types-react-dom@19.0.0-
|
|
52
|
-
"@types/uuid": "
|
|
53
|
-
"@payloadcms/next": "3.0.0-canary.
|
|
54
|
-
"@payloadcms/eslint-config": "
|
|
55
|
-
"
|
|
56
|
-
"payload": "3.0.0-canary.03427d3",
|
|
57
|
-
"@payloadcms/translations": "3.0.0-canary.03427d3"
|
|
56
|
+
"@types/react": "npm:types-react@19.0.0-rc.0",
|
|
57
|
+
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0",
|
|
58
|
+
"@types/uuid": "10.0.0",
|
|
59
|
+
"@payloadcms/next": "3.0.0-canary.0992b47",
|
|
60
|
+
"@payloadcms/eslint-config": "3.0.0-beta.97",
|
|
61
|
+
"payload": "3.0.0-canary.0992b47"
|
|
58
62
|
},
|
|
59
63
|
"peerDependencies": {
|
|
60
|
-
"
|
|
61
|
-
"payload": "3.0.0-canary.03427d3",
|
|
62
|
-
"@payloadcms/ui": "3.0.0-canary.03427d3"
|
|
64
|
+
"payload": "3.0.0-canary.0992b47"
|
|
63
65
|
},
|
|
64
66
|
"publishConfig": {
|
|
65
67
|
"registry": "https://registry.npmjs.org/"
|
|
66
68
|
},
|
|
67
69
|
"homepage:": "https://payloadcms.com",
|
|
68
70
|
"overrides": {
|
|
69
|
-
"@types/react": "npm:types-react@19.0.0-
|
|
70
|
-
"@types/react-dom": "npm:types-react-dom@19.0.0-
|
|
71
|
+
"@types/react": "npm:types-react@19.0.0-rc.0",
|
|
72
|
+
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0"
|
|
71
73
|
},
|
|
72
74
|
"scripts": {
|
|
73
75
|
"build": "pnpm copyfiles && pnpm build:types && pnpm build:swc",
|
|
@@ -75,7 +77,7 @@
|
|
|
75
77
|
"build:types": "tsc --emitDeclarationOnly --outDir dist",
|
|
76
78
|
"clean": "rimraf {dist,*.tsbuildinfo}",
|
|
77
79
|
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png,json}\" dist/",
|
|
78
|
-
"lint": "eslint
|
|
79
|
-
"lint:fix": "eslint --fix
|
|
80
|
+
"lint": "eslint .",
|
|
81
|
+
"lint:fix": "eslint . --fix"
|
|
80
82
|
}
|
|
81
83
|
}
|