@netlify/zip-it-and-ship-it 9.28.1 → 9.28.2

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/archive.d.ts CHANGED
@@ -1,3 +1,6 @@
1
+ /// <reference types="node" resolution-mode="require"/>
2
+ /// <reference types="node" resolution-mode="require"/>
3
+ /// <reference types="node" resolution-mode="require"/>
1
4
  import { Buffer } from 'buffer';
2
5
  import { Stats } from 'fs';
3
6
  import { Writable } from 'stream';
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" resolution-mode="require"/>
1
2
  import type { Stats } from 'fs';
2
3
  /**
3
4
  * Takes a function path and, if it's a directory, returns a list of all the
@@ -1,2 +1,3 @@
1
+ /// <reference types="node" resolution-mode="require"/>
1
2
  import type { Stats } from 'fs';
2
3
  export declare const getTreeFiles: (srcPath: string, stat: Stats) => Promise<string[]>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" resolution-mode="require"/>
1
2
  import { promises as fs, Stats } from 'fs';
2
3
  import { FileCache, LstatCache, ReaddirCache } from './cache.js';
3
4
  export declare const cachedLstat: (cache: LstatCache, path: string) => Promise<Stats>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" resolution-mode="require"/>
1
2
  import type { Stats } from 'fs';
2
3
  import { Runtime } from './runtimes/runtime.js';
3
4
  export declare const zipBinary: ({ destPath, filename, runtime, srcPath, stat, }: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/zip-it-and-ship-it",
3
- "version": "9.28.1",
3
+ "version": "9.28.2",
4
4
  "description": "Zip it and ship it",
5
5
  "main": "./dist/main.js",
6
6
  "type": "module",
@@ -55,15 +55,15 @@
55
55
  },
56
56
  "dependencies": {
57
57
  "@babel/parser": "^7.22.5",
58
- "@babel/types": "7.23.4",
58
+ "@babel/types": "7.23.5",
59
59
  "@netlify/binary-info": "^1.0.0",
60
- "@netlify/serverless-functions-api": "^1.12.1",
60
+ "@netlify/serverless-functions-api": "^1.13.0",
61
61
  "@vercel/nft": "^0.23.0",
62
62
  "archiver": "^6.0.0",
63
63
  "common-path-prefix": "^3.0.0",
64
64
  "cp-file": "^10.0.0",
65
65
  "es-module-lexer": "^1.0.0",
66
- "esbuild": "0.19.6",
66
+ "esbuild": "0.19.9",
67
67
  "execa": "^6.0.0",
68
68
  "fast-glob": "^3.3.2",
69
69
  "filter-obj": "^5.0.0",
@@ -95,7 +95,7 @@
95
95
  "@types/is-ci": "3.0.4",
96
96
  "@types/node": "14.18.63",
97
97
  "@types/normalize-path": "3.0.2",
98
- "@types/picomatch": "^2.3.3",
98
+ "@types/picomatch": "2.3.3",
99
99
  "@types/resolve": "1.20.6",
100
100
  "@types/semver": "7.5.6",
101
101
  "@types/tmp": "0.2.6",
@@ -103,7 +103,7 @@
103
103
  "@types/yargs": "17.0.32",
104
104
  "@vitest/coverage-v8": "0.34.6",
105
105
  "adm-zip": "0.5.10",
106
- "browserslist": "4.22.1",
106
+ "browserslist": "4.22.2",
107
107
  "cardinal": "2.1.1",
108
108
  "cpy": "9.0.1",
109
109
  "deepmerge": "4.3.1",
@@ -113,7 +113,7 @@
113
113
  "lambda-local": "2.1.2",
114
114
  "npm-run-all": "4.1.5",
115
115
  "source-map-support": "0.5.21",
116
- "typescript": "5.2.2",
116
+ "typescript": "5.3.3",
117
117
  "vitest": "0.34.6"
118
118
  },
119
119
  "engines": {