htech-pay 0.0.14-alpha → 0.0.15-alpha

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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +42 -42
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
- # HtechPay.js
2
-
3
- HTechPay JS es una libreria diseñada para facilitar la integración del flujo de pagos de HTechPay para entornos web. Proporciona una interfaz eficiente y segura para procesar transacciones, optimizando la velocidad y la experiencia del usuario.
4
-
5
- HTechPay JS is a library designed to facilitate the integration of HTechPay payment flows into web environments. It provides an efficient and secure interface for processing transactions, optimizing speed and user experience.
6
-
7
- - [Htech.com](https://htech.com/desarrolladores/)
1
+ # HtechPay.js
2
+
3
+ HTechPay JS es una libreria diseñada para facilitar la integración del flujo de pagos de HTechPay para entornos web. Proporciona una interfaz eficiente y segura para procesar transacciones, optimizando la velocidad y la experiencia del usuario.
4
+
5
+ HTechPay JS is a library designed to facilitate the integration of HTechPay payment flows into web environments. It provides an efficient and secure interface for processing transactions, optimizing speed and user experience.
6
+
7
+ - [Htech.com](https://htech.com/desarrolladores/)
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
- {
2
- "name": "htech-pay",
3
- "private": false,
4
- "version": "0.0.14-alpha",
5
- "description": "Payment SDK for HtechPay",
6
- "main": "dist/htechPay.umd.js",
7
- "module": "dist/htechPay.mjs",
8
- "exports": {
9
- ".": {
10
- "import": "./dist/htechPay.mjs",
11
- "require": "./dist/htechPay.umd.js"
12
- }
13
- },
14
- "files": [
15
- "dist"
16
- ],
17
- "keywords": [
18
- "sdk",
19
- "pay",
20
- "vite",
21
- "htech",
22
- "sanval"
23
- ],
24
- "repository": {
25
- "type": "git",
26
- "url": "https://git.lagersoft.com/sanval-plus/componente-iframeform"
27
- },
28
- "author": "Htech",
29
- "license": "MIT",
30
- "scripts": {
31
- "dev": "vite",
32
- "build": "vite build",
33
- "preview": "vite preview",
34
- "publish:npm": "npm run build && npm publish --access public"
35
- },
36
- "devDependencies": {
37
- "@vitejs/plugin-react": "^4.3.1",
38
- "react": "^18.3.1",
39
- "react-dom": "^18.3.1",
40
- "vite": "^5.4.1"
41
- }
42
- }
1
+ {
2
+ "name": "htech-pay",
3
+ "private": false,
4
+ "version": "0.0.15-alpha",
5
+ "description": "Payment SDK for HtechPay",
6
+ "main": "dist/htechPay.umd.js",
7
+ "module": "dist/htechPay.mjs",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/htechPay.mjs",
11
+ "require": "./dist/htechPay.umd.js"
12
+ }
13
+ },
14
+ "files": [
15
+ "dist"
16
+ ],
17
+ "keywords": [
18
+ "sdk",
19
+ "pay",
20
+ "vite",
21
+ "htech",
22
+ "sanval"
23
+ ],
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "https://git.lagersoft.com/sanval-plus/componente-iframeform"
27
+ },
28
+ "author": "Htech",
29
+ "license": "MIT",
30
+ "scripts": {
31
+ "dev": "vite",
32
+ "build": "vite build",
33
+ "preview": "vite preview",
34
+ "publish:npm": "npm run build && npm publish --access public --tag alpha"
35
+ },
36
+ "devDependencies": {
37
+ "@vitejs/plugin-react": "^4.3.1",
38
+ "react": "^18.3.1",
39
+ "react-dom": "^18.3.1",
40
+ "vite": "^5.4.1"
41
+ }
42
+ }