fast-web-deployment 1.0.0 → 1.1.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.
Binary file
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "fast-web-deployment",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "A fast and easy-to-use web deployment tool for Node.js projects with SSH support",
5
5
  "main": "./dist/fast-web-deployment.cjs.js",
6
6
  "module": "./dist/fast-web-deployment.es.js",
7
- "types": "./dist/main.d.ts",
7
+ "types": "./dist/src/main.d.ts",
8
8
  "exports": {
9
9
  ".": {
10
10
  "import": "./dist/fast-web-deployment.es.js",
11
11
  "require": "./dist/fast-web-deployment.cjs.js",
12
- "types": "./dist/main.d.ts"
12
+ "types": "./dist/src/main.d.ts"
13
13
  }
14
14
  },
15
15
  "files": [
@@ -1 +0,0 @@
1
- export {};
File without changes
File without changes
File without changes