@ms-cloudpack/config
Advanced tools
Comparing version 0.5.6 to 0.6.0
@@ -1,2 +0,3 @@ | ||
import type { CloudpackConfig, GeneratedConfig } from './types.js'; | ||
import type { GeneratedConfig } from './types/GeneratedConfig.js'; | ||
import type { CloudpackConfig } from './types/CloudpackConfig.js'; | ||
export declare const configFileName = "cloudpack.config.json"; | ||
@@ -3,0 +4,0 @@ export declare const generatedConfigFileName = "cloudpack.generated.json"; |
@@ -0,4 +1,13 @@ | ||
export { allFeatures } from './allFeatures.js'; | ||
export { configFileName, generatedConfigFileName, getConfigPath, readConfig, readConfigSync, writeGeneratedConfig, } from './config.js'; | ||
export { configTemplate } from './configTemplate.js'; | ||
export type { CloudpackConfig, DevServer, Features, GeneratedConfig, PackageOverride, Route, TelemetryConfig, UserConfig, } from './types.js'; | ||
export type { Feature } from './types/Feature.js'; | ||
export type { CloudpackConfig } from './types/CloudpackConfig.js'; | ||
export type { DevServer } from './types/DevServer.js'; | ||
export type { Features } from './types/Features.js'; | ||
export type { GeneratedConfig } from './types/GeneratedConfig.js'; | ||
export type { PackageOverride } from './types/PackageOverride.js'; | ||
export type { Route } from './types/Route.js'; | ||
export type { TelemetryConfig } from './types/TelemetryConfig.js'; | ||
export type { UserConfig } from './types/UserConfig.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,3 +1,4 @@ | ||
export { allFeatures } from './allFeatures.js'; | ||
export { configFileName, generatedConfigFileName, getConfigPath, readConfig, readConfigSync, writeGeneratedConfig, } from './config.js'; | ||
export { configTemplate } from './configTemplate.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.34.4" | ||
"packageVersion": "7.34.7" | ||
} | ||
] | ||
} |
{ | ||
"name": "@ms-cloudpack/config", | ||
"version": "0.5.6", | ||
"version": "0.6.0", | ||
"description": "Configuration handling for cloudpack.", | ||
@@ -21,7 +21,6 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@ms-cloudpack/eslint-config-base": "*", | ||
"@ms-cloudpack/eslint-plugin-internal": "*", | ||
"@ms-cloudpack/scripts": "*" | ||
}, | ||
"scripts": { | ||
"api:update": "cloudpack-scripts api-update", | ||
"api": "cloudpack-scripts api", | ||
@@ -28,0 +27,0 @@ "build:watch": "cloudpack-scripts build-watch", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29104
55
283
1