@cuenca-mx/cuenca-js 0.0.1-dev.6 → 0.0.1-dev.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuenca-mx/cuenca-js",
3
- "version": "0.0.1-dev.6",
3
+ "version": "0.0.1-dev.7",
4
4
  "description": "Cuenca client for JS",
5
5
  "main": "./build/index.js",
6
6
  "module": "./build/index.mjs",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "homepage": "https://cuenca.com",
33
33
  "scripts": {
34
- "build": "rm -rf build/ && yarn node ./scripts/rollup/rollup.cjs",
34
+ "build": "rm -rf build/ && yarn rollup --config",
35
35
  "test": "yarn node --experimental-vm-modules $(yarn bin jest)",
36
36
  "publish": "yarn build && yarn npm publish"
37
37
  },
package/build/README.md DELETED
@@ -1,7 +0,0 @@
1
- # cuenca-js · [![codecov](https://codecov.io/gh/cuenca-mx/cuenca-js/branch/main/graph/badge.svg?token=SRY49Q0VrM)](https://codecov.io/gh/cuenca-mx/cuenca-js)
2
-
3
- `cuenca-js` is a Javascript library client to use Cuenca's services.
4
-
5
- ## Installation
6
-
7
- ## Documentation
@@ -1,37 +0,0 @@
1
- {
2
- "name": "@cuenca-mx/cuenca-js",
3
- "version": "0.0.1-dev.6",
4
- "description": "Cuenca client for JS",
5
- "main": "./index.js",
6
- "module": "./index.mjs",
7
- "browser": "./umd/cuenca.umd.js",
8
- "files": [
9
- "build/**/*"
10
- ],
11
- "exports": {
12
- ".": "./build/index.mjs",
13
- "./errors": "./build/errors/index.mjs",
14
- "./jwt": "./build/jwt/index.mjs",
15
- "./requests": "./build/requests/index.mjs",
16
- "./types": "./build/types/index.mjs"
17
- },
18
- "packageManager": "yarn@3.0.2",
19
- "type": "module",
20
- "repository": {
21
- "type": "git",
22
- "url": "https://github.com/cuenca-mx/cuenca-js.git",
23
- "directory": "packages/cuenca-js"
24
- },
25
- "keywords": [
26
- "cuenca"
27
- ],
28
- "license": "MIT",
29
- "bugs": {
30
- "url": "https://github.com/cuenca-mx/cuenca-js/issues"
31
- },
32
- "homepage": "https://cuenca.com",
33
- "dependencies": {
34
- "axios": "^0.24.0"
35
- },
36
- "private": false
37
- }