|
5 | 5 | "sdk-type": "client", |
6 | 6 | "main": "./dist/index.js", |
7 | 7 | "module": "./dist-esm/src/index.js", |
8 | | - "types": "./typings/latest/src/index.d.ts", |
| 8 | + "types": "./typings/latest/storage-file-datalake.d.ts", |
9 | 9 | "typesVersions": { |
10 | 10 | "<3.6": { |
11 | 11 | "*": [ |
12 | | - "./typings/3.1/src/index.d.ts" |
| 12 | + "./typings/3.1/storage-file-datalake.d.ts" |
13 | 13 | ] |
14 | 14 | } |
15 | 15 | }, |
|
28 | 28 | "scripts": { |
29 | 29 | "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", |
30 | 30 | "build:autorest": "autorest ./swagger/README.md --typescript [email protected]/[email protected]", |
31 | | - "build:es6": "tsc -p tsconfig.json && npm run build:types", |
| 31 | + "build:es6": "tsc -p tsconfig.json", |
32 | 32 | "build:nodebrowser": "rollup -c 2>&1", |
33 | 33 | "build:js-samples": "npm run clean && npm run build:es6 && cross-env ONLY_NODE=true rollup -c 2>&1", |
34 | 34 | "build:ts-samples": "npm run clean && cd samples && tsc -p . ", |
35 | 35 | "build:test": "npm run build:es6 && rollup -c rollup.test.config.js 2>&1", |
36 | 36 | "build:types": "downlevel-dts typings/latest typings/3.1", |
37 | | - "build": "npm run build:es6 && npm run build:nodebrowser && api-extractor run --local", |
| 37 | + "build": "npm run build:es6 && npm run build:nodebrowser && api-extractor run --local && npm run build:types", |
38 | 38 | "check-format": "prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", |
39 | 39 | "clean": "rimraf dist dist-esm dist-test typings temp dist-browser/*.js* dist-browser/*.zip statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml", |
40 | 40 | "extract-api": "tsc -p . && api-extractor run --local", |
|
58 | 58 | "BreakingChanges.md", |
59 | 59 | "dist/", |
60 | 60 | "dist-esm/src/", |
61 | | - "typings/latest/src", |
62 | | - "typings/3.1/src", |
| 61 | + "typings/latest/storage-file-datalake.d.ts", |
| 62 | + "typings/3.1/storage-file-datalake.d.ts", |
63 | 63 | "README.md", |
64 | 64 | "LICENSE" |
65 | 65 | ], |
|
0 commit comments