@odus/checkout 0.27.1 → 0.29.0-beta.0
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/checkout.es.js +1069 -4675
- package/dist/elements.es.js +23 -18
- package/dist/index.css +1 -1
- package/dist/package.json +4 -2
- package/dist/phone.js +3433 -0
- package/dist/shared.js +4084 -0
- package/package.json +4 -2
- package/dist/Alert-xum-l8Uv.js +0 -7442
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odus/checkout",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.0-beta.0",
|
|
4
4
|
"displayName": "Odus Checkout SDK",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"odus",
|
|
@@ -105,11 +105,13 @@
|
|
|
105
105
|
"mode": "production"
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
|
+
},
|
|
109
|
+
"vite:typecheck": {
|
|
110
|
+
"executor": "nx:noop"
|
|
108
111
|
}
|
|
109
112
|
}
|
|
110
113
|
},
|
|
111
114
|
"dependencies": {
|
|
112
|
-
"@grafana/faro-web-sdk": "^2.1.0",
|
|
113
115
|
"jsencrypt": "^3.5.4",
|
|
114
116
|
"libphonenumber-js": "^1.12.36"
|
|
115
117
|
},
|