azureauth 0.4.6 → 0.4.7
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/CHANGELOG.json +20 -0
- package/CHANGELOG.md +13 -0
- package/LICENSE.txt +21 -0
- package/lib/.tsbuildinfo +1 -0
- package/lib/azure-auth-command.d.ts +2 -0
- package/lib/azure-auth-command.d.ts.map +1 -0
- package/lib/azure-auth-command.js +11 -0
- package/lib/azure-auth-command.js.map +1 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -0
- package/lib/pat.d.ts +27 -0
- package/lib/pat.d.ts.map +1 -0
- package/lib/pat.js +47 -0
- package/lib/pat.js.map +1 -0
- package/lib/pat.test.d.ts +2 -0
- package/lib/pat.test.d.ts.map +1 -0
- package/lib/pat.test.js +38 -0
- package/lib/pat.test.js.map +1 -0
- package/package.json +10 -10
- package/tsconfig.json +1 -1
package/CHANGELOG.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "azureauth",
|
|
3
|
+
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Fri, 06 Sep 2024 20:51:24 GMT",
|
|
6
|
+
"version": "0.4.7",
|
|
7
|
+
"tag": "azureauth_v0.4.7",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "dannyvv@microsoft.com",
|
|
12
|
+
"package": "azureauth",
|
|
13
|
+
"commit": "bb5431e37d0b40ace73c9f06e736219c5412f32c",
|
|
14
|
+
"comment": "Initial official release"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Change Log - azureauth
|
|
2
|
+
|
|
3
|
+
This log was last generated on Fri, 06 Sep 2024 20:51:24 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
<!-- Start content -->
|
|
6
|
+
|
|
7
|
+
## 0.4.7
|
|
8
|
+
|
|
9
|
+
Fri, 06 Sep 2024 20:51:24 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Initial official release (dannyvv@microsoft.com)
|
package/LICENSE.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Microsoft Corporation.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE
|
package/lib/.tsbuildinfo
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"program":{"fileNames":["../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.5.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../src/azure-auth-command.ts","../../../node_modules/.pnpm/execa@7.2.0/node_modules/execa/index.d.ts","../src/pat.ts","../src/index.ts","../../../node_modules/.pnpm/@vitest+utils@2.0.5/node_modules/@vitest/utils/dist/types.d.ts","../../../node_modules/.pnpm/@vitest+utils@2.0.5/node_modules/@vitest/utils/dist/helpers.d.ts","../../../node_modules/.pnpm/@vitest+pretty-format@2.0.5/node_modules/@vitest/pretty-format/dist/index.d.ts","../../../node_modules/.pnpm/tinyrainbow@1.2.0/node_modules/tinyrainbow/dist/index-c1cfc5e9.d.ts","../../../node_modules/.pnpm/tinyrainbow@1.2.0/node_modules/tinyrainbow/dist/node.d.ts","../../../node_modules/.pnpm/@vitest+utils@2.0.5/node_modules/@vitest/utils/dist/index.d.ts","../../../node_modules/.pnpm/@vitest+runner@2.0.5/node_modules/@vitest/runner/dist/tasks-zB5uPauP.d.ts","../../../node_modules/.pnpm/@vitest+utils@2.0.5/node_modules/@vitest/utils/dist/types-Bxe-2Udy.d.ts","../../../node_modules/.pnpm/@vitest+utils@2.0.5/node_modules/@vitest/utils/dist/diff.d.ts","../../../node_modules/.pnpm/@vitest+runner@2.0.5/node_modules/@vitest/runner/dist/types.d.ts","../../../node_modules/.pnpm/@vitest+utils@2.0.5/node_modules/@vitest/utils/dist/error.d.ts","../../../node_modules/.pnpm/@vitest+runner@2.0.5/node_modules/@vitest/runner/dist/index.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/file.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/filereader.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/dom-events.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/sea.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/globals.global.d.ts","../../../node_modules/.pnpm/@types+node@20.14.11/node_modules/@types/node/index.d.ts","../../../node_modules/.pnpm/@types+estree@1.0.5/node_modules/@types/estree/index.d.ts","../../../node_modules/.pnpm/rollup@4.18.1/node_modules/rollup/dist/rollup.d.ts","../../../node_modules/.pnpm/rollup@4.18.1/node_modules/rollup/dist/parseAst.d.ts","../../../node_modules/.pnpm/vite@5.3.4_@types+node@20.14.11/node_modules/vite/types/hmrPayload.d.ts","../../../node_modules/.pnpm/vite@5.3.4_@types+node@20.14.11/node_modules/vite/types/customEvent.d.ts","../../../node_modules/.pnpm/vite@5.3.4_@types+node@20.14.11/node_modules/vite/types/hot.d.ts","../../../node_modules/.pnpm/vite@5.3.4_@types+node@20.14.11/node_modules/vite/dist/node/types.d-aGj9QkWt.d.ts","../../../node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild/lib/main.d.ts","../../../node_modules/.pnpm/source-map-js@1.2.0/node_modules/source-map-js/source-map.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/previous-map.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/input.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/css-syntax-error.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/declaration.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/root.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/warning.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/lazy-result.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/no-work-result.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/processor.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/result.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/document.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/rule.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/node.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/comment.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/container.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/at-rule.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/list.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/postcss.d.ts","../../../node_modules/.pnpm/postcss@8.4.39/node_modules/postcss/lib/postcss.d.mts","../../../node_modules/.pnpm/vite@5.3.4_@types+node@20.14.11/node_modules/vite/dist/node/runtime.d.ts","../../../node_modules/.pnpm/vite@5.3.4_@types+node@20.14.11/node_modules/vite/types/importGlob.d.ts","../../../node_modules/.pnpm/vite@5.3.4_@types+node@20.14.11/node_modules/vite/types/metadata.d.ts","../../../node_modules/.pnpm/vite@5.3.4_@types+node@20.14.11/node_modules/vite/dist/node/index.d.ts","../../../node_modules/.pnpm/@vitest+snapshot@2.0.5/node_modules/@vitest/snapshot/dist/environment-Ddx0EDtY.d.ts","../../../node_modules/.pnpm/@vitest+snapshot@2.0.5/node_modules/@vitest/snapshot/dist/index-Y6kQUiCB.d.ts","../../../node_modules/.pnpm/@vitest+snapshot@2.0.5/node_modules/@vitest/snapshot/dist/index.d.ts","../../../node_modules/.pnpm/@vitest+snapshot@2.0.5/node_modules/@vitest/snapshot/dist/environment.d.ts","../../../node_modules/.pnpm/vitest@2.0.5_@types+node@20.14.11/node_modules/vitest/dist/chunks/config.DCnyCTbs.d.ts","../../../node_modules/.pnpm/vite-node@2.0.5_@types+node@20.14.11/node_modules/vite-node/dist/trace-mapping.d-DLVdEqOp.d.ts","../../../node_modules/.pnpm/vite-node@2.0.5_@types+node@20.14.11/node_modules/vite-node/dist/index-CCsqCcr7.d.ts","../../../node_modules/.pnpm/vite-node@2.0.5_@types+node@20.14.11/node_modules/vite-node/dist/index.d.ts","../../../node_modules/.pnpm/vitest@2.0.5_@types+node@20.14.11/node_modules/vitest/dist/chunks/environment.0M5R1SX_.d.ts","../../../node_modules/.pnpm/vite-node@2.0.5_@types+node@20.14.11/node_modules/vite-node/dist/client.d.ts","../../../node_modules/.pnpm/@vitest+snapshot@2.0.5/node_modules/@vitest/snapshot/dist/manager.d.ts","../../../node_modules/.pnpm/vite-node@2.0.5_@types+node@20.14.11/node_modules/vite-node/dist/server.d.ts","../../../node_modules/.pnpm/@vitest+utils@2.0.5/node_modules/@vitest/utils/dist/source-map.d.ts","../../../node_modules/.pnpm/@vitest+runner@2.0.5/node_modules/@vitest/runner/dist/utils.d.ts","../../../node_modules/.pnpm/tinybench@2.8.0/node_modules/tinybench/dist/index.d.ts","../../../node_modules/.pnpm/vitest@2.0.5_@types+node@20.14.11/node_modules/vitest/dist/chunks/benchmark.puBFxyfE.d.ts","../../../node_modules/.pnpm/vitest@2.0.5_@types+node@20.14.11/node_modules/vitest/dist/chunks/reporters.C_zwCd4j.d.ts","../../../node_modules/.pnpm/@vitest+expect@2.0.5/node_modules/@vitest/expect/dist/chai.d.cts","../../../node_modules/.pnpm/@vitest+expect@2.0.5/node_modules/@vitest/expect/dist/index.d.ts","../../../node_modules/.pnpm/@vitest+expect@2.0.5/node_modules/@vitest/expect/index.d.ts","../../../node_modules/.pnpm/vitest@2.0.5_@types+node@20.14.11/node_modules/vitest/dist/chunks/suite.CcK46U-P.d.ts","../../../node_modules/.pnpm/vitest@2.0.5_@types+node@20.14.11/node_modules/vitest/dist/chunks/worker.C5iHKIaJ.d.ts","../../../node_modules/.pnpm/@vitest+spy@2.0.5/node_modules/@vitest/spy/dist/index.d.ts","../../../node_modules/.pnpm/vitest@2.0.5_@types+node@20.14.11/node_modules/vitest/dist/chunks/worker.DKkAC4Qw.d.ts","../../../node_modules/.pnpm/vitest@2.0.5_@types+node@20.14.11/node_modules/vitest/dist/index.d.ts","../src/pat.test.ts","../../../node_modules/.pnpm/@types+eslint@8.56.10/node_modules/@types/eslint/helpers.d.ts","../../../node_modules/.pnpm/@types+json-schema@7.0.15/node_modules/@types/json-schema/index.d.ts","../../../node_modules/.pnpm/@types+eslint@8.56.10/node_modules/@types/eslint/index.d.ts","../../../node_modules/.pnpm/@types+eslint-scope@3.7.7/node_modules/@types/eslint-scope/index.d.ts"],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"4af6b0c727b7a2896463d512fafd23634229adf69ac7c00e2ae15a09cb084fad","affectsGlobalScope":true},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true},{"version":"ae37d6ccd1560b0203ab88d46987393adaaa78c919e51acf32fb82c86502e98c","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"301031261d996f37c8a65d4e16f84076618635776b41244bb746d2f8c2674a42","signature":"37592db11ccfa8e0dccb0762d138bcc73be92fba63dc13d6888c63adf61f863d"},"3521d628608a950d73ab0551183c301364f3604f7813e0704d271f4463c4dbb9",{"version":"5e9d78aed8e0b2c15f5531f608208977b1871991d052ef5a0a940330a6c458ff","signature":"7697cebe89f5844986ae3c2416e31ea2fc7bf22ba20b23a95dea26e5694508d1"},"0d37be08cd27aa4c649eea3a407ff84f05d16fa80d9789371336acc20eeb9d52","369ba5259e66ca8c7d35e3234f7a2a0863a770fdb8266505747c65cf346a0804","86ecd6bc8313be39460480af6e8eed773e411781a606b1ac4354d4d16a32ed69","d2e64a6f25013b099e83bfadb2c388d7bef3e8f3fdb25528225bbc841e7e7e3a","f147b6710441cf3ec3234adf63b0593ce5e8c9b692959d21d3babc8454bcf743","e96d5373a66c2cfbbc7e6642cf274055aa2c7ff6bd37be7480c66faf9804db6d","dfda5e1e9f066a9e33c802a1c4d0be8fcc0277893e74b85170554f6edd502cac","14695440f2506778155bef183cd5d75d0d87104cb03855bfa59d015efdd85ede","7c553fc9e34773ddbaabe0fa1367d4b109101d0868a008f11042bee24b5a925d","9962ce696fbdce2421d883ca4b062a54f982496625437ae4d3633376c5ad4a80","22cf1eaa4ed331dfc145048a77cbcd837dbd035f8490020a749aee4c2cf43cab","4c17183a07a63bea2653fbfc0a942b027160ddbee823024789a415f9589de327","c3d14a5afa2061f29ed1463b0e1eb6bba028c0d64b9509cb10e1ccdf908dfa58","2db0dd3aaa2ed285950273ce96ae8a450b45423aa9da2d10e194570f1233fa6b","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"e7be367719c613d580d4b27fdf8fe64c9736f48217f4b322c0d63b2971460918","affectsGlobalScope":true},"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36",{"version":"392eadc2af403dd10b4debfbc655c089a7fa6a9750caeb770cfb30051e55e848","affectsGlobalScope":true},"62f1c00d3d246e0e3cf0224f91e122d560428ec1ccc36bb51d4574a84f1dbad0","53f0960fdcc53d097918adfd8861ffbe0db989c56ffc16c052197bf115da5ed6",{"version":"662163e5327f260b23ca0a1a1ad8a74078aabb587c904fcb5ef518986987eaff","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"f85c06e750743acf31f0cfd3be284a364d469761649e29547d0dd6be48875150","affectsGlobalScope":true},"b0c0d1d13be149f790a75b381b413490f98558649428bb916fd2d71a3f47a134","3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","0364f8bb461d6e84252412d4e5590feda4eb582f77d47f7a024a7a9ff105dfdc","5433f7f77cd1fd53f45bd82445a4e437b2f6a72a32070e907530a4fea56c30c8","d0ca5d7df114035258a9d01165be309371fcccf0cccd9d57b1453204686d1ed0",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"9a30b7fefd7f8abbca4828d481c61c18e40fe5ff107e113b1c1fcd2c8dcf2743","affectsGlobalScope":true},"173b6275a81ebdb283b180654890f46516c21199734fed01a773b1c168b8c45c","304f66274aa8119e8d65a49b1cff84cbf803def6afe1b2cc987386e9a9890e22","1b9adafe8a7fefaeaf9099a0e06f602903f6268438147b843a33a5233ac71745","98273274f2dbb79b0b2009b20f74eca4a7146a3447c912d580cd5d2d94a7ae30","c933f7ba4b201c98b14275fd11a14abb950178afd2074703250fe3654fc10cd2","2eaa31492906bc8525aff3c3ec2236e22d90b0dfeee77089f196cd0adf0b3e3b",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"8f5814f29dbaf8bacd1764aebdf1c8a6eb86381f6a188ddbac0fcbaab855ce52","a63d03de72adfb91777784015bd3b4125abd2f5ef867fc5a13920b5649e8f52b","d20e003f3d518a7c1f749dbe27c6ab5e3be7b3c905a48361b04a9557de4a6900",{"version":"1d4d78c8b23c9ddaaaa49485e6adc2ec01086dfe5d8d4d36ca4cdc98d2f7e74a","affectsGlobalScope":true},{"version":"44fc16356b81c0463cc7d7b2b35dcf324d8144136f5bc5ce73ced86f2b3475b5","affectsGlobalScope":true},"575fb200043b11b464db8e42cc64379c5fd322b6d787638e005b5ee98a64486d","6de2f225d942562733e231a695534b30039bdf1875b377bb7255881f0df8ede8","56249fd3ef1f6b90888e606f4ea648c43978ef43a7263aafad64f8d83cd3b8aa","139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","7b166975fdbd3b37afb64707b98bca88e46577bbc6c59871f9383a7df2daacd1","9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","81505c54d7cad0009352eaa21bd923ab7cdee7ec3405357a54d9a5da033a2084","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","3c1f19c7abcda6b3a4cf9438a15c7307a080bd3b51dfd56b198d9f86baf19447","2ee1645e0df9d84467cfe1d67b0ad3003c2f387de55874d565094464ee6f2927",{"version":"7da97d603bf3dd0000f56467c56cb6efaf5f94692980474925fae6c33412b12a","affectsGlobalScope":true},{"version":"9cf780e96b687e4bdfd1907ed26a688c18b89797490a00598fa8b8ab683335dd","affectsGlobalScope":true},"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","9ae88ce9f73446c24b2d2452e993b676da1b31fca5ceb7276e7f36279f693ed1","e49d7625faff2a7842e4e7b9b197f972633fca685afcf6b4403400c97d087c36","b82c38abc53922b1b3670c3af6f333c21b735722a8f156e7d357a2da7c53a0a0",{"version":"b423f53647708043299ded4daa68d95c967a2ac30aa1437adc4442129d7d0a6c","affectsGlobalScope":true},{"version":"7245af181218216bacb01fbdf51095617a51661f20d77178c69a377e16fb69ed","affectsGlobalScope":true},"4f0fc7b7f54422bd97cfaf558ddb4bca86893839367b746a8f86b60ac7619673","4cdd8b6b51599180a387cc7c1c50f49eca5ce06595d781638fd0216520d98246","d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c",{"version":"8704423bf338bff381ebc951ed819935d0252d90cd6de7dffe5b0a5debb65d07","affectsGlobalScope":true},"7c6929fd7cbf38499b6a600b91c3b603d1d78395046dc3499b2b92d01418b94b",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"a42be67ed1ddaec743582f41fc219db96a1b69719fccac6d1464321178d610fc","ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea",{"version":"574de9322239fc2f136769dd4726fdeea6f379a44691759ffe3a941f9022e5b9","affectsGlobalScope":true},"a660aa95476042d3fdcc1343cf6bb8fdf24772d31712b1db321c5a4dcc325434","282f98006ed7fa9bb2cd9bdbe2524595cfc4bcd58a0bb3232e4519f2138df811","6222e987b58abfe92597e1273ad7233626285bc2d78409d4a7b113d81a83496b","cbe726263ae9a7bf32352380f7e8ab66ee25b3457137e316929269c19e18a2be","8b96046bf5fb0a815cba6b0880d9f97b7f3a93cf187e8dcfe8e2792e97f38f87",{"version":"bacf2c84cf448b2cd02c717ad46c3d7fd530e0c91282888c923ad64810a4d511","affectsGlobalScope":true},"858d0d831826c6eb563df02f7db71c90e26deadd0938652096bea3cc14899700","8885cf05f3e2abf117590bbb951dcf6359e3e5ac462af1c901cfd24c6a6472e2","18c04c22baee54d13b505fa6e8bcd4223f8ba32beee80ec70e6cac972d1cc9a6","e61df3640a38d535fd4bc9f4a53aef17c296b58dc4b6394fd576b808dd2fe5e6","44fe135be91bc8edc495350f79cd7a2e5a8b7a7108b10b2599a321b9248657dc","1d51250438f2071d2803053d9aec7973ef22dfffd80685a9ec5fb3fa082f4347","7ec359bbc29b69d4063fe7dad0baaf35f1856f914db16b3f4f6e3e1bca4099fa","b9261ac3e9944d3d72c5ee4cf888ad35d9743a5563405c6963c4e43ee3708ca4","c84fd54e8400def0d1ef1569cafd02e9f39a622df9fa69b57ccc82128856b916","c7a38c1ef8d6ae4bf252be67bd9a8b012b2cdea65bd6225a3d1a726c4f0d52b6","e773630f8772a06e82d97046fc92da59ada8414c61689894fff0155dd08f102c","edf7cf322a3f3e6ebca77217a96ed4480f5a7d8d0084f8b82f1c281c92780f3a","e97321edbef59b6f68839bcdfd5ae1949fe80d554d2546e35484a8d044a04444","96aed8ec4d342ec6ac69f0dcdfb064fd17b10cb13825580451c2cebbd556e965","106e607866d6c3e9a497a696ac949c3e2ec46b6e7dda35aabe76100bf740833b","28ffc4e76ad54f4b34933d78ff3f95b763accf074e8630a6d926f3fd5bbd8908","304af95fcace2300674c969700b39bc0ee05be536880daa844c64dc8f90ef482","3d65182eff7bbb16de1a69e17651c51083f740af11a1a92359be6dab939e8bcf","670ddaf1f1b881abaa1cc28236430d86b691affbeaefd66b3ee1db31fdfb8dba","77926a706478940016e826b162f95f8e4077b1ad3184b2592dc03bd8b33e0384","82e687ebd99518bc63ea04b0c3810fb6e50aa6942decd0ca6f7a56d9b9a212a6","7f698624bbbb060ece7c0e51b7236520ebada74b747d7523c7df376453ed6fea","8f07f2b6514744ac96e51d7cb8518c0f4de319471237ea10cf688b8d0e9d0225","5f826a7741bae0481f962be65537ac78460171934577728286e01b6eb48cc234","e01ea380015ed698c3c0e2ccd0db72f3fc3ef1abc4519f122aa1c1a8d419a505","9e2534be8a9338e750d24acc6076680d49b1643ae993c74510776a92af0c1604","09033524cc0d7429e7bbbcd04bb37614bfc4a5a060c742c6c2b2980794a98090","e3225dc0bec183183509d290f641786245e6652bc3dce755f7ef404060693c35","515a66150b58eeef4bf3a71be4a61b75ae31f694b520162f78ec93b59117413b","e6233e1c976265e85aa8ad76c3881febe6264cb06ae3136f0257e1eab4a6cc5a","3a07ebaeb3b96c1e7a5fc0588364a8e58c74efd63b62f64b34c33b01907dc320","b1e92c7f8608744a7e40c636f7096e98d0dafe2c36aa6ba31b5f5a6c22794e37","95d3e2ebf53761edfec9c112a515b29bc1439adb6562c4b8d0d93eb93b2ff824","7f8ea3140f0c2d102ff2d92ce2ce7fb33d1d209a851032332658a0dd081b0b8e","a0e40a10412a69609cbd9b157169c3011b080e66ef46a6370cd1d069a53eb52b","9a690435fa5e89ac3a0105d793c1ae21e1751ac2a912847de925107aabb9c9c0","9f3e99401b5bfdcb2ff75be940e02402b5c23cf8b4f8d0ba552c7d2d97c36568","0a8e4560349bb64da02e19e14b229d2daf82e5a5da5c4d33368d70d6876500bd","470227f0dbf6cfa642fc74d2049924a91c0358ecd6a07ea9701bd945d0b306ae","56c7d0f2c2e2d0c44f047db69846d41936a8706c4163bb2641505ff9c5656881","616ed39d373b24d4312cb915716d0e453081ba440f14da06f67394256905d06d",{"version":"48c411efce1848d1ed55de41d7deb93cbf7c04080912fd87aa517ed25ef42639","affectsGlobalScope":true},{"version":"439e490ee71c0dd2b4cb3240bb1f8b125bc006ca32f0e2a51a0fee038fe1cf10","affectsGlobalScope":true},"fe2d63fcfdde197391b6b70daf7be8c02a60afa90754a5f4a04bdc367f62793d","79ccd7091b71f299f2ca9c7eb085af231b010f88fb968e72faea46c4890761a5","de73dfd10ea0958b0176797963735ffd7b25a036314086cd67b51691a4334a94","83d63d0ede869e5c7e5659f678f6ae7082f2246e62b4640318da47e343137feb","c27b2e936643803a0bfe770db80987c2aecc4da566f4709524ffd84ff71c7ff8",{"version":"559ebd46e6cf5fcc7ff16bc0a8f01251acffb75d47fc6586aa1b1a500227471e","affectsGlobalScope":true},{"version":"81122a526ac3c1501347292e8a89af49f8d3305fe7911c1626ccfb3d9f1603d0","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true},"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","7852500a7dc3f9cb6b73d619f6e0249119211ea662fd5e16c59ee5aba3deeb80","1f68ab0e055994eb337b67aa87d2a15e0200951e9664959b3866ee6f6b11a0fe"],"root":[47,49,50,208],"options":{"composite":true,"declaration":true,"declarationMap":true,"downlevelIteration":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"jsx":2,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","rootDir":"../src","sourceMap":true,"strict":true,"target":6,"tsBuildInfoFile":"./.tsbuildinfo"},"fileIdsList":[[151,211],[151,209,210],[63],[99],[100,105,134],[101,106,112,113,120,131,142],[101,102,112,120],[103,143],[104,105,113,121],[105,131,139],[106,108,112,120],[99,107],[108,109],[112],[110,112],[99,112],[112,113,114,131,142],[112,113,114,127,131,134],[97,100,147],[108,112,115,120,131,142],[112,113,115,116,120,131,139,142],[115,117,131,139,142],[63,64,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149],[112,118],[119,142,147],[108,112,120,131],[121],[122],[99,123],[120,121,124,141,147],[125],[126],[112,127,128],[127,129,143,145],[100,112,131,132,133,134],[100,131,133],[131,132],[134],[135],[99,131],[112,137,138],[137,138],[105,120,131,139],[140],[120,141],[100,115,126,142],[105,143],[131,144],[119,145],[146],[100,105,112,114,123,131,142,145,147],[131,148],[55,56,59],[201],[56,57,59,60,61],[56],[56,57,59],[56,57],[183],[53,183],[53,183,184],[53,58],[51],[51,52,53,55],[53],[100,101,131],[174],[172,174],[163,171,172,173,175],[161],[164,169,174,177],[160,177],[164,165,168,169,170,177],[164,165,166,168,169,177],[161,162,163,164,165,169,170,171,173,174,175,177],[177],[159,161,162,163,164,165,166,168,169,170,171,172,173,174,175,176],[159,177],[164,166,167,169,170,177],[168,177],[169,170,174,177],[162,172],[152,181],[151],[159],[54],[74,78,142],[74,131,142],[69],[71,74,139,142],[120,139],[150],[69,150],[71,74,120,142],[66,67,70,73,100,112,131,142],[66,72],[70,74,100,134,142,150],[100,150],[90,100,150],[68,69,150],[74],[68,69,70,71,72,73,74,75,76,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93,94,95,96],[74,81,82],[72,74,82,83],[73],[66,69,74],[74,78,82,83],[78],[72,74,77,142],[66,71,72,74,78,81],[100,131],[69,74,90,100,147,150],[188,189],[188],[182,188,189,199],[112,113,115,116,117,120,131,139,142,148,150,152,153,154,155,156,157,158,178,179,180,181],[154,155,156,157],[154,155,156],[154],[155],[152],[62,196,197,207],[53,62,185,186,207],[53,56,62,113,131,182,185,187,190,191,192,193,194,195,198,199,200,207],[62,196,197,198,207],[62,185,187,190,191,207],[147,204],[53,56,59,62,113,131,147,182,185,186,187,190,191,192,193,194,195,196,197,198,199,200,202,203,204,205,206,207],[122,124],[49],[49,207],[47,48]],"referencedMap":[[212,1],[211,2],[63,3],[64,3],[99,4],[100,5],[101,6],[102,7],[103,8],[104,9],[105,10],[106,11],[107,12],[108,13],[109,13],[111,14],[110,15],[112,16],[113,17],[114,18],[98,19],[115,20],[116,21],[117,22],[150,23],[118,24],[119,25],[120,26],[121,27],[122,28],[123,29],[124,30],[125,31],[126,32],[127,33],[128,33],[129,34],[131,35],[133,36],[132,37],[134,38],[135,39],[136,40],[137,41],[138,42],[139,43],[140,44],[141,45],[142,46],[143,47],[144,48],[145,49],[146,50],[147,51],[148,52],[201,53],[202,54],[62,55],[57,56],[60,57],[196,58],[186,59],[184,60],[185,61],[193,61],[59,62],[61,62],[52,63],[56,64],[195,63],[58,65],[48,66],[175,67],[173,68],[174,69],[162,70],[163,68],[170,71],[161,72],[166,73],[167,74],[172,75],[178,76],[177,77],[160,78],[168,79],[169,80],[164,81],[171,67],[165,82],[153,83],[152,84],[159,85],[55,86],[81,87],[88,88],[80,87],[95,89],[72,90],[71,91],[94,92],[89,93],[92,94],[74,95],[73,96],[69,97],[68,98],[91,99],[70,100],[75,101],[79,101],[97,102],[96,101],[83,103],[84,104],[86,105],[82,106],[85,107],[90,92],[77,108],[78,109],[87,110],[67,111],[93,112],[192,113],[189,114],[190,113],[194,115],[182,116],[179,117],[157,118],[155,119],[156,120],[181,121],[198,122],[187,123],[199,124],[203,125],[204,126],[206,127],[207,128],[47,129],[50,130],[208,131],[49,132]],"latestChangedDtsFile":"./pat.test.d.ts"},"version":"5.5.3"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azure-auth-command.d.ts","sourceRoot":"","sources":["../src/azure-auth-command.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB,cAQ5B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import path from "node:path";
|
|
2
|
+
import process from "node:process";
|
|
3
|
+
const __dirname = path.dirname(new URL(import.meta.url).pathname).substring(1);
|
|
4
|
+
export const azureAuthCommand = () => {
|
|
5
|
+
let azureauth = path.join(__dirname, "..", "bin", "azureauth", "azureauth");
|
|
6
|
+
if (process.platform === "win32") {
|
|
7
|
+
azureauth = azureauth + ".exe";
|
|
8
|
+
}
|
|
9
|
+
return azureauth;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=azure-auth-command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azure-auth-command.js","sourceRoot":"","sources":["../src/azure-auth-command.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,OAAO,MAAM,cAAc,CAAC;AAEnC,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;AAE/E,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,EAAE;IACnC,IAAI,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,IAAI,EAAE,KAAK,EAAE,WAAW,EAAE,WAAW,CAAC,CAAC;IAE5E,IAAI,OAAO,CAAC,QAAQ,KAAK,OAAO,EAAE,CAAC;QACjC,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC;IACjC,CAAC;IAED,OAAO,SAAS,CAAC;AACnB,CAAC,CAAC"}
|
package/lib/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC"}
|
package/lib/index.js
ADDED
package/lib/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC"}
|
package/lib/pat.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export type AdoPatOptions = {
|
|
2
|
+
promptHint: string;
|
|
3
|
+
organization: string;
|
|
4
|
+
displayName: string;
|
|
5
|
+
scope: string[];
|
|
6
|
+
output?: string;
|
|
7
|
+
mode?: string;
|
|
8
|
+
domain?: string;
|
|
9
|
+
timeout?: string;
|
|
10
|
+
};
|
|
11
|
+
export type AdoPatResponse = {
|
|
12
|
+
displayName: string;
|
|
13
|
+
validTo: string;
|
|
14
|
+
scope: string[];
|
|
15
|
+
targetAccounts: string[];
|
|
16
|
+
validFrom: string;
|
|
17
|
+
authorizationId: string;
|
|
18
|
+
token: string;
|
|
19
|
+
};
|
|
20
|
+
export declare const args: (options: AdoPatOptions) => string[];
|
|
21
|
+
/**
|
|
22
|
+
* Wrapper for `azureauth ado pat`. Please run `azureauth ado pat --help` for full command options and description
|
|
23
|
+
* @param options Options for PAT generation
|
|
24
|
+
* @returns ADO PAT details
|
|
25
|
+
*/
|
|
26
|
+
export declare const run: (options: AdoPatOptions) => Promise<AdoPatResponse | string>;
|
|
27
|
+
//# sourceMappingURL=pat.d.ts.map
|
package/lib/pat.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pat.d.ts","sourceRoot":"","sources":["../src/pat.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,aAAa,GAAG;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,IAAI,YAAa,aAAa,aA6B1C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,GAAG,YACL,aAAa,KACrB,OAAO,CAAC,cAAc,GAAG,MAAM,CAcjC,CAAC"}
|
package/lib/pat.js
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { execa } from "execa";
|
|
2
|
+
import { azureAuthCommand } from "./azure-auth-command.js";
|
|
3
|
+
export const args = (options) => {
|
|
4
|
+
const args = [
|
|
5
|
+
"ado",
|
|
6
|
+
"pat",
|
|
7
|
+
`--prompt-hint "${options.promptHint}"`,
|
|
8
|
+
`--organization "${options.organization}"`,
|
|
9
|
+
`--display-name "${options.displayName}"`,
|
|
10
|
+
...options.scope.map((scope) => `--scope ${scope}`),
|
|
11
|
+
];
|
|
12
|
+
if (options.output) {
|
|
13
|
+
args.push(`--output ${options.output}`);
|
|
14
|
+
}
|
|
15
|
+
else {
|
|
16
|
+
args.push(`--output json`);
|
|
17
|
+
}
|
|
18
|
+
if (options.mode) {
|
|
19
|
+
args.push(`--mode "${options.mode}"`);
|
|
20
|
+
}
|
|
21
|
+
if (options.domain) {
|
|
22
|
+
args.push(`--domain "${options.domain}"`);
|
|
23
|
+
}
|
|
24
|
+
if (options.timeout) {
|
|
25
|
+
args.push(`--timeout ${options.timeout}`);
|
|
26
|
+
}
|
|
27
|
+
return args;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Wrapper for `azureauth ado pat`. Please run `azureauth ado pat --help` for full command options and description
|
|
31
|
+
* @param options Options for PAT generation
|
|
32
|
+
* @returns ADO PAT details
|
|
33
|
+
*/
|
|
34
|
+
export const run = async (options) => {
|
|
35
|
+
const commandArgs = args(options);
|
|
36
|
+
try {
|
|
37
|
+
const result = await execa(azureAuthCommand(), commandArgs);
|
|
38
|
+
if (options.output === "json") {
|
|
39
|
+
return JSON.parse(result.stdout);
|
|
40
|
+
}
|
|
41
|
+
return result.stdout;
|
|
42
|
+
}
|
|
43
|
+
catch (error) {
|
|
44
|
+
throw new Error("Failed to get Ado Pat: " + error.message);
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
//# sourceMappingURL=pat.js.map
|
package/lib/pat.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pat.js","sourceRoot":"","sources":["../src/pat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAC9B,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAuB3D,MAAM,CAAC,MAAM,IAAI,GAAG,CAAC,OAAsB,EAAE,EAAE;IAC7C,MAAM,IAAI,GAAG;QACX,KAAK;QACL,KAAK;QACL,kBAAkB,OAAO,CAAC,UAAU,GAAG;QACvC,mBAAmB,OAAO,CAAC,YAAY,GAAG;QAC1C,mBAAmB,OAAO,CAAC,WAAW,GAAG;QACzC,GAAG,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,WAAW,KAAK,EAAE,CAAC;KACpD,CAAC;IAEF,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;QACnB,IAAI,CAAC,IAAI,CAAC,YAAY,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC;IAC1C,CAAC;SAAM,CAAC;QACN,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;IAC7B,CAAC;IAED,IAAI,OAAO,CAAC,IAAI,EAAE,CAAC;QACjB,IAAI,CAAC,IAAI,CAAC,WAAW,OAAO,CAAC,IAAI,GAAG,CAAC,CAAC;IACxC,CAAC;IAED,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;QACnB,IAAI,CAAC,IAAI,CAAC,aAAa,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC;IAC5C,CAAC;IAED,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;QACpB,IAAI,CAAC,IAAI,CAAC,aAAa,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC;IAC5C,CAAC;IAED,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,GAAG,GAAG,KAAK,EACtB,OAAsB,EACY,EAAE;IACpC,MAAM,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC;IAElC,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,KAAK,CAAC,gBAAgB,EAAE,EAAE,WAAW,CAAC,CAAC;QAE5D,IAAI,OAAO,CAAC,MAAM,KAAK,MAAM,EAAE,CAAC;YAC9B,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAmB,CAAC;QACrD,CAAC;QAED,OAAO,MAAM,CAAC,MAAM,CAAC;IACvB,CAAC;IAAC,OAAO,KAAU,EAAE,CAAC;QACpB,MAAM,IAAI,KAAK,CAAC,yBAAyB,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC;IAC7D,CAAC;AACH,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pat.test.d.ts","sourceRoot":"","sources":["../src/pat.test.ts"],"names":[],"mappings":""}
|
package/lib/pat.test.js
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { run, args } from "./pat.js";
|
|
2
|
+
import { expect, test, vi } from "vitest";
|
|
3
|
+
test("adoPat", async () => {
|
|
4
|
+
vi.mock("execa", () => {
|
|
5
|
+
return {
|
|
6
|
+
execa: () => {
|
|
7
|
+
return Promise.resolve({
|
|
8
|
+
stdout: "test123",
|
|
9
|
+
});
|
|
10
|
+
},
|
|
11
|
+
};
|
|
12
|
+
});
|
|
13
|
+
const pat = await run({
|
|
14
|
+
displayName: "test",
|
|
15
|
+
organization: "test",
|
|
16
|
+
promptHint: "test",
|
|
17
|
+
scope: ["test"],
|
|
18
|
+
});
|
|
19
|
+
expect(pat).toBe("test123");
|
|
20
|
+
});
|
|
21
|
+
test("adoPat args", () => {
|
|
22
|
+
const commandArgs = args({
|
|
23
|
+
displayName: "test",
|
|
24
|
+
organization: "test",
|
|
25
|
+
promptHint: "test",
|
|
26
|
+
scope: ["test"],
|
|
27
|
+
});
|
|
28
|
+
expect(commandArgs).toEqual([
|
|
29
|
+
"ado",
|
|
30
|
+
"pat",
|
|
31
|
+
`--prompt-hint "test"`,
|
|
32
|
+
`--organization "test"`,
|
|
33
|
+
`--display-name "test"`,
|
|
34
|
+
`--scope test`,
|
|
35
|
+
`--output json`,
|
|
36
|
+
]);
|
|
37
|
+
});
|
|
38
|
+
//# sourceMappingURL=pat.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pat.test.js","sourceRoot":"","sources":["../src/pat.test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,QAAQ,CAAC;AAE1C,IAAI,CAAC,QAAQ,EAAE,KAAK,IAAI,EAAE;IACxB,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,EAAE;QACpB,OAAO;YACL,KAAK,EAAE,GAAG,EAAE;gBACV,OAAO,OAAO,CAAC,OAAO,CAAC;oBACrB,MAAM,EAAE,SAAS;iBAClB,CAAC,CAAC;YACL,CAAC;SACF,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,MAAM,GAAG,GAAG,MAAM,GAAG,CAAC;QACpB,WAAW,EAAE,MAAM;QACnB,YAAY,EAAE,MAAM;QACpB,UAAU,EAAE,MAAM;QAClB,KAAK,EAAE,CAAC,MAAM,CAAC;KAChB,CAAC,CAAC;IAEH,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;AAC9B,CAAC,CAAC,CAAC;AAEH,IAAI,CAAC,aAAa,EAAE,GAAG,EAAE;IACvB,MAAM,WAAW,GAAG,IAAI,CAAC;QACvB,WAAW,EAAE,MAAM;QACnB,YAAY,EAAE,MAAM;QACpB,UAAU,EAAE,MAAM;QAClB,KAAK,EAAE,CAAC,MAAM,CAAC;KAChB,CAAC,CAAC;IAEH,MAAM,CAAC,WAAW,CAAC,CAAC,OAAO,CAAC;QAC1B,KAAK;QACL,KAAK;QACL,sBAAsB;QACtB,uBAAuB;QACvB,uBAAuB;QACvB,cAAc;QACd,eAAe;KAChB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "azureauth",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"description": "node-azure auth wrapps the AzureAuth CLI wrapper for performing AAD Authentication",
|
|
5
5
|
"bin": {
|
|
6
6
|
"azureauth": "./cli.js"
|
|
7
7
|
},
|
|
8
8
|
"repository": {
|
|
9
|
-
"url": "https://github.com/
|
|
9
|
+
"url": "https://github.com/microsoft/ado-npm-auth"
|
|
10
10
|
},
|
|
11
11
|
"main": "lib/index.js",
|
|
12
12
|
"type": "module",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "tsc",
|
|
15
|
-
"
|
|
15
|
+
"lint": "prettier --check src/**/*.ts ./cli.js",
|
|
16
16
|
"start": "tsc --watch",
|
|
17
|
-
"test": "vitest src",
|
|
17
|
+
"test": "vitest run src",
|
|
18
18
|
"postinstall": "node ./scripts/install.js"
|
|
19
19
|
},
|
|
20
20
|
"keywords": [
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
"authentication"
|
|
26
26
|
],
|
|
27
27
|
"author": "Jonathan Creamer",
|
|
28
|
-
"license": "
|
|
28
|
+
"license": "MIT",
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"decompress": "^4.2.1",
|
|
31
31
|
"execa": "^7.2.0",
|
|
32
32
|
"node-downloader-helper": "^2.1.9"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@types/node": "^20.
|
|
36
|
-
"prettier": "^3.
|
|
37
|
-
"typescript": "^5.
|
|
38
|
-
"vitest": "^0.
|
|
39
|
-
"vite": "^
|
|
35
|
+
"@types/node": "^20.12.7",
|
|
36
|
+
"prettier": "^3.2.5",
|
|
37
|
+
"typescript": "^5.4.5",
|
|
38
|
+
"vitest": "^2.0.5",
|
|
39
|
+
"vite": "^5.2.8"
|
|
40
40
|
}
|
|
41
41
|
}
|
package/tsconfig.json
CHANGED