@nangohq/node 0.36.78 → 0.36.79

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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@nangohq/node",
3
- "version": "0.36.78",
3
+ "version": "0.36.79",
4
4
  "description": "Nango's Node client.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "./dist/index.js",
8
8
  "scripts": {
9
- "build": "tsup lib/index.ts --format cjs"
9
+ "build": "tsup lib/index.ts --format cjs",
10
+ "prepublishOnly": "npm install && npm run build && tsc"
10
11
  },
11
12
  "exports": {
12
13
  ".": {
@@ -19,7 +20,7 @@
19
20
  "keywords": [],
20
21
  "repository": {
21
22
  "type": "git",
22
- "url": "https://github.com/NangoHQ/nango",
23
+ "url": "git+https://github.com/NangoHQ/nango.git",
23
24
  "directory": "packages/node-client"
24
25
  },
25
26
  "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",