@ms-cloudpack/bundler
Advanced tools
Comparing version 0.18.11 to 0.19.0
@@ -1,3 +0,3 @@ | ||
import type { BundlerPlugin } from '@ms-cloudpack/bundler-types'; | ||
import type { BundlerPlugin } from '@ms-cloudpack/common-types'; | ||
export declare const allBundlers: Record<string, () => Promise<BundlerPlugin>>; | ||
//# sourceMappingURL=allBundlers.d.ts.map |
@@ -1,3 +0,2 @@ | ||
import { type CloudpackConfig } from '@ms-cloudpack/config-types'; | ||
import type { BundleOptions, BundleResult, BundlerPluginResult } from '@ms-cloudpack/bundler-types'; | ||
import type { BundleOptions, BundleResult, BundlerPluginResult, CloudpackConfig } from '@ms-cloudpack/common-types'; | ||
/** | ||
@@ -4,0 +3,0 @@ * Abstracted consumer input to the bundle method for the appropriate bundler. Provides a more |
@@ -1,3 +0,2 @@ | ||
import type { BundleOptions, BundleResult, PackageDefinitionsCache } from '@ms-cloudpack/bundler-types'; | ||
import type { CloudpackConfig } from '@ms-cloudpack/config-types'; | ||
import type { BundleOptions, BundleResult, CloudpackConfig, PackageDefinitionsCache } from '@ms-cloudpack/common-types'; | ||
export type BundlePackageOptions = Omit<BundleOptions, 'entries'>; | ||
@@ -4,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import type { BundlerPlugin } from '@ms-cloudpack/bundler-types'; | ||
import type { BundlerPlugin } from '@ms-cloudpack/common-types'; | ||
import type { ModuleType } from '@ms-cloudpack/package-utilities'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,3 +0,2 @@ | ||
import type { PackageDefinitionsCache } from '@ms-cloudpack/bundler-types'; | ||
import { type CloudpackConfig } from '@ms-cloudpack/config-types'; | ||
import type { CloudpackConfig, PackageDefinitionsCache } from '@ms-cloudpack/common-types'; | ||
/** | ||
@@ -4,0 +3,0 @@ * Gets the entries map for a given package. An entries map is different from an exports map in that |
@@ -1,3 +0,2 @@ | ||
import type { PackageDefinitionsCache } from '@ms-cloudpack/bundler-types'; | ||
import type { CloudpackConfig } from '@ms-cloudpack/config-types'; | ||
import type { CloudpackConfig, PackageDefinitionsCache } from '@ms-cloudpack/common-types'; | ||
/** | ||
@@ -4,0 +3,0 @@ * Reads a package definition and derives a flat array of dependencies to externalize for bundling. |
{ | ||
"name": "@ms-cloudpack/bundler", | ||
"version": "0.18.11", | ||
"version": "0.19.0", | ||
"description": "An abstraction to bundle source code.", | ||
@@ -17,10 +17,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ms-cloudpack/bundler-plugin-ori": "^0.15.9", | ||
"@ms-cloudpack/bundler-plugin-rollup": "^0.12.7", | ||
"@ms-cloudpack/bundler-plugin-webpack": "^0.3.1", | ||
"@ms-cloudpack/bundler-types": "^0.25.2", | ||
"@ms-cloudpack/config": "^0.17.38", | ||
"@ms-cloudpack/config-types": "^0.7.0", | ||
"@ms-cloudpack/bundler-plugin-ori": "^0.16.0", | ||
"@ms-cloudpack/bundler-plugin-rollup": "^0.13.0", | ||
"@ms-cloudpack/bundler-plugin-webpack": "^0.4.0", | ||
"@ms-cloudpack/common-types": "^0.1.1", | ||
"@ms-cloudpack/config": "^0.18.0", | ||
"@ms-cloudpack/json-utilities": "^0.1.4", | ||
"@ms-cloudpack/package-utilities": "^7.0.1", | ||
"@ms-cloudpack/package-utilities": "^7.1.0", | ||
"@ms-cloudpack/path-string-parsing": "^1.2.1", | ||
@@ -27,0 +26,0 @@ "@ms-cloudpack/path-utilities": "^2.6.1" |
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
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
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
9
43368
314
+ Added@ms-cloudpack/bundler-plugin-ori@0.16.19(transitive)
+ Added@ms-cloudpack/bundler-plugin-rollup@0.13.38(transitive)
+ Added@ms-cloudpack/bundler-plugin-webpack@0.4.30(transitive)
+ Added@ms-cloudpack/common-types@0.1.10.11.00.14.00.2.50.5.40.7.2(transitive)
+ Added@ms-cloudpack/config@0.18.1(transitive)
+ Added@ms-cloudpack/esm-stub-utilities@0.11.44(transitive)
+ Added@ms-cloudpack/package-utilities@8.2.0(transitive)
+ Added@rollup/plugin-dynamic-import-vars@2.1.5(transitive)
+ Addedagent-base@7.1.3(transitive)
+ Addedastring@1.9.0(transitive)
+ Addedcssstyle@4.1.0(transitive)
+ Addeddata-urls@5.0.0(transitive)
+ Addedhtml-encoding-sniffer@4.0.0(transitive)
+ Addedhttp-proxy-agent@7.0.2(transitive)
+ Addedhttps-proxy-agent@7.0.6(transitive)
+ Addedjsdom@24.1.3(transitive)
+ Addedrrweb-cssom@0.7.1(transitive)
+ Addedtr46@5.0.0(transitive)
+ Addedw3c-xmlserializer@5.0.0(transitive)
+ Addedwhatwg-encoding@3.1.1(transitive)
+ Addedwhatwg-mimetype@4.0.0(transitive)
+ Addedwhatwg-url@14.1.0(transitive)
+ Addedxml-name-validator@5.0.0(transitive)
- Removed@ms-cloudpack/bundler-types@^0.25.2
- Removed@ms-cloudpack/config-types@^0.7.0
- Removed@ms-cloudpack/bundler-plugin-ori@0.15.9(transitive)
- Removed@ms-cloudpack/bundler-plugin-rollup@0.12.7(transitive)
- Removed@ms-cloudpack/bundler-plugin-webpack@0.3.1(transitive)
- Removed@ms-cloudpack/bundler-types@0.25.2(transitive)
- Removed@ms-cloudpack/config@0.17.38(transitive)
- Removed@ms-cloudpack/config-types@0.7.0(transitive)
- Removed@ms-cloudpack/esm-stub-utilities@0.10.14(transitive)
- Removed@tootallnate/once@2.0.0(transitive)
- Removedabab@2.0.6(transitive)
- Removedagent-base@6.0.2(transitive)
- Removedcssstyle@3.0.0(transitive)
- Removeddata-urls@4.0.0(transitive)
- Removeddomexception@4.0.0(transitive)
- Removedhtml-encoding-sniffer@3.0.0(transitive)
- Removedhttp-proxy-agent@5.0.0(transitive)
- Removedhttps-proxy-agent@5.0.1(transitive)
- Removedjsdom@22.1.0(transitive)
- Removedrrweb-cssom@0.6.0(transitive)
- Removedtr46@4.1.1(transitive)
- Removedw3c-xmlserializer@4.0.0(transitive)
- Removedwhatwg-encoding@2.0.0(transitive)
- Removedwhatwg-mimetype@3.0.0(transitive)
- Removedwhatwg-url@12.0.1(transitive)
- Removedxml-name-validator@4.0.0(transitive)
Updated@ms-cloudpack/config@^0.18.0