Socket
Socket
Sign inDemoInstall

@ms-cloudpack/config-types

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/config-types - npm Package Compare versions

Comparing version 0.4.4 to 0.5.0

lib/HttpsConfig.d.ts

2

lib/allFeatures.d.ts

@@ -9,5 +9,3 @@ import type { Feature } from './Feature.js';

enqueueDependencies: Feature;
cacheInternalPackages: Feature;
enableLage: Feature;
hashPackages: Feature;
resolveWebExtensions: Feature;

@@ -14,0 +12,0 @@ optimizeDependencies: Feature;

@@ -8,8 +8,6 @@ /**

enqueueDependencies: { description: 'Enables the preemptive enqueueing of dependencies during build.' },
cacheInternalPackages: { description: 'Enables the reuse of prebuild assets for internal packages.' },
enableLage: { description: 'Enables the use of lage for running tasks.' },
hashPackages: { description: 'Enables the use of hashing to break cache.' },
resolveWebExtensions: { description: 'Enables React Native type resolution of .web.ts extensions.' },
optimizeDependencies: {
description: 'Adds used and missing dependencies as included and unused dependencies as excluded.',
description: 'Excludes unused dependencies in the generated config during an init run. This helps trim the dependency graph, reduce the import map, and speed up performance.',
},

@@ -16,0 +14,0 @@ verifyExports: { description: 'Enables the verification of exports during init.' },

@@ -1,2 +0,2 @@

import type { HttpsConfig } from '@ms-cloudpack/create-express-app';
import type { HttpsConfig } from './HttpsConfig.js';
import type { Route } from './Route.js';

@@ -3,0 +3,0 @@ export interface DevServer {

@@ -7,2 +7,3 @@ export { allFeatures } from './allFeatures.js';

export type { GeneratedConfig } from './GeneratedConfig.js';
export type { HttpsConfig } from './HttpsConfig.js';
export type { PackageOverride } from './PackageOverride.js';

@@ -9,0 +10,0 @@ export type { PackageSettings } from './PackageSettings.js';

@@ -68,4 +68,4 @@ /**

optionalDependencies?: PackageJsonDependencies;
bundledDependencies?: PackageJsonDependencies;
bundleDependencies?: PackageJsonDependencies;
bundledDependencies?: PackageJsonDependencies | string[];
bundleDependencies?: PackageJsonDependencies | string[];
resolutions?: PackageJsonDependencies;

@@ -72,0 +72,0 @@ /** Required engine versions for running this package. */

@@ -68,3 +68,7 @@ import type { DevServer } from './DevServer.js';

};
/**
* A list of package names that should never be excluded from the bundle. To be used with feature `optimizeDependencies`.
*/
neverExcludeDependencies?: string[];
}
//# sourceMappingURL=UserConfig.d.ts.map
{
"name": "@ms-cloudpack/config-types",
"version": "0.4.4",
"version": "0.5.0",
"description": "TypeScript types for the Cloudpack Configuration. We keep these separate to eliminate circular package dependencies.",

@@ -20,15 +20,14 @@ "license": "MIT",

},
"dependencies": {
"@ms-cloudpack/create-express-app": "^1.4.0"
},
"scripts": {
"api": "cloudpack-scripts api",
"build:watch": "cloudpack-scripts build-watch",
"build": "cloudpack-scripts build",
"build": "cloudpack-scripts build && yarn schema",
"lint:update": "cloudpack-scripts lint-update",
"lint": "cloudpack-scripts lint"
"lint": "cloudpack-scripts lint",
"schema": "cloudpack-scripts schema"
},
"files": [
"lib/**/!(*.test.*)"
"lib/**/!(*.test.*)",
"schema"
]
}

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc