Azure Data Studio API Extension
Перейти к файлу
dependabot[bot] e87afa3ba4
Bump minimatch from 3.0.4 to 3.1.2 (#12)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 12:00:05 -08:00
.vscode remove unneeded TS dependency 2018-12-04 12:01:56 +01:00
bin Update branch references 2020-07-22 14:01:30 -07:00
lib Install is not refactored, leave shared, request and url-parse 2019-03-19 21:09:16 -07:00
.gitignore Clean up and adds more files/folders to be ignored. 2017-10-12 13:02:13 +03:00
.npmignore add testrunner.d.ts 2017-11-29 17:07:49 +01:00
LICENSE update name in license 2015-10-08 18:06:54 -07:00
README.md vscode merge 2019-03-27 12:42:23 -07:00
package.json Bump url-parse from 1.5.6 to 1.5.9 (#10) 2022-03-04 09:30:39 -08:00
thenable.d.ts Add Thenable type 2016-09-26 12:59:14 +02:00
thirdpartynotices.txt change repo 2015-10-08 17:52:38 -07:00
tsconfig.json Remove dependencies for downloading / unzipping 2019-03-08 21:55:23 -08:00
tslint.json use our build server to fetch meta data around tags and releases 2016-04-01 14:44:37 +02:00
yarn.lock Bump minimatch from 3.0.4 to 3.1.2 (#12) 2022-12-20 12:00:05 -08:00

README.md

azdata-extension-azdata

The azdata NPM module provides Azure Data Studio extension authors tools to write extensions. It provides the azdata.d.ts node module (all accessible API for extensions) as well as commands for compiling and testing extensions.

License

MIT