@djangocfg/ext-payments 1.0.20 → 1.0.21
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/config.cjs +1 -1
- package/dist/config.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/config.cjs
CHANGED
|
@@ -27,7 +27,7 @@ var import_ext_base = require("@djangocfg/ext-base");
|
|
|
27
27
|
// package.json
|
|
28
28
|
var package_default = {
|
|
29
29
|
name: "@djangocfg/ext-payments",
|
|
30
|
-
version: "1.0.
|
|
30
|
+
version: "1.0.21",
|
|
31
31
|
description: "Payments system extension for DjangoCFG",
|
|
32
32
|
keywords: [
|
|
33
33
|
"django",
|
package/dist/config.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -3445,7 +3445,7 @@ function WalletPage() {
|
|
|
3445
3445
|
// package.json
|
|
3446
3446
|
var package_default = {
|
|
3447
3447
|
name: "@djangocfg/ext-payments",
|
|
3448
|
-
version: "1.0.
|
|
3448
|
+
version: "1.0.21",
|
|
3449
3449
|
description: "Payments system extension for DjangoCFG",
|
|
3450
3450
|
keywords: [
|
|
3451
3451
|
"django",
|
package/dist/index.js
CHANGED
|
@@ -3437,7 +3437,7 @@ function WalletPage() {
|
|
|
3437
3437
|
// package.json
|
|
3438
3438
|
var package_default = {
|
|
3439
3439
|
name: "@djangocfg/ext-payments",
|
|
3440
|
-
version: "1.0.
|
|
3440
|
+
version: "1.0.21",
|
|
3441
3441
|
description: "Payments system extension for DjangoCFG",
|
|
3442
3442
|
keywords: [
|
|
3443
3443
|
"django",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/ext-payments",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"description": "Payments system extension for DjangoCFG",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"django",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@djangocfg/api": "^2.1.109",
|
|
68
|
-
"@djangocfg/ext-base": "^1.0.
|
|
68
|
+
"@djangocfg/ext-base": "^1.0.16",
|
|
69
69
|
"@djangocfg/ui-core": "^2.1.109",
|
|
70
70
|
"@djangocfg/ui-nextjs": "^2.1.109",
|
|
71
71
|
"consola": "^3.4.2",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@djangocfg/api": "^2.1.109",
|
|
84
|
-
"@djangocfg/ext-base": "^1.0.
|
|
84
|
+
"@djangocfg/ext-base": "^1.0.16",
|
|
85
85
|
"@djangocfg/typescript-config": "^2.1.109",
|
|
86
86
|
"@djangocfg/ui-nextjs": "^2.1.109",
|
|
87
87
|
"@types/node": "^24.7.2",
|