UNPKG

@azure/app-configuration

Version:

An isomorphic client library for the Azure App Configuration service.

14 lines 386 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); exports.appConfigurationApiVersion = exports.packageVersion = void 0; /** * @internal */ exports.packageVersion = "1.9.0"; /** * @internal */ exports.appConfigurationApiVersion = "2023-11-01"; //# sourceMappingURL=constants.js.map