@proxy-checkout/stripe-server-js 0.0.0-pr-76.26.1 → 0.0.0-pr-76.27.1
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/README.md +1 -2
- package/dist/cjs/version.js +1 -1
- package/dist/esm/version.d.ts +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -54,5 +54,4 @@ await syncCheckoutCart({
|
|
|
54
54
|
```
|
|
55
55
|
|
|
56
56
|
Use the delegated-checkout guide from your Proxy onboarding materials for the
|
|
57
|
-
full four-route integration recipe.
|
|
58
|
-
the private Proxy repository from published package docs.
|
|
57
|
+
full four-route integration recipe.
|
package/dist/cjs/version.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.proxyCheckoutStripeServerSdkVersion = exports.proxyCheckoutStripeServerSdkName = void 0;
|
|
4
4
|
exports.proxyCheckoutStripeServerSdkName = "@proxy-checkout/stripe-server-js";
|
|
5
|
-
exports.proxyCheckoutStripeServerSdkVersion = "0.0.0-pr-76.
|
|
5
|
+
exports.proxyCheckoutStripeServerSdkVersion = "0.0.0-pr-76.27.1";
|
package/dist/esm/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const proxyCheckoutStripeServerSdkName = "@proxy-checkout/stripe-server-js";
|
|
2
|
-
export declare const proxyCheckoutStripeServerSdkVersion = "0.0.0-pr-76.
|
|
2
|
+
export declare const proxyCheckoutStripeServerSdkVersion = "0.0.0-pr-76.27.1";
|
package/dist/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const proxyCheckoutStripeServerSdkName = "@proxy-checkout/stripe-server-js";
|
|
2
|
-
export const proxyCheckoutStripeServerSdkVersion = "0.0.0-pr-76.
|
|
2
|
+
export const proxyCheckoutStripeServerSdkVersion = "0.0.0-pr-76.27.1";
|
package/package.json
CHANGED
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"type": "module",
|
|
10
10
|
"types": "./dist/esm/index.d.ts",
|
|
11
|
-
"version": "0.0.0-pr-76.
|
|
11
|
+
"version": "0.0.0-pr-76.27.1",
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@types/node": "^24.12.4",
|
|
14
14
|
"@vitest/coverage-v8": "4.1.7",
|
|
15
15
|
"stripe": "^21.0.1",
|
|
16
16
|
"typescript": "^6.0.3",
|
|
17
17
|
"vitest": "4.1.7",
|
|
18
|
-
"@proxy-checkout/server-js": "0.0.4-pr-76.
|
|
18
|
+
"@proxy-checkout/server-js": "0.0.4-pr-76.27.1"
|
|
19
19
|
},
|
|
20
20
|
"exports": {
|
|
21
21
|
".": {
|