@embroider/shared-internals
Advanced tools
Comparing version 0.38.0-alpha.1 to 0.38.0-alpha.2
{ | ||
"name": "@embroider/shared-internals", | ||
"version": "0.38.0-alpha.1", | ||
"version": "0.38.0-alpha.2", | ||
"private": false, | ||
@@ -11,2 +11,8 @@ "description": "Utilities shared among the other embroider packages", | ||
}, | ||
"exports": { | ||
".": { | ||
"browser": "./src/browser-index.js", | ||
"default": "./src/index.js" | ||
} | ||
}, | ||
"license": "MIT", | ||
@@ -13,0 +19,0 @@ "author": "Edward Faulkner", |
@@ -26,4 +26,8 @@ declare type Filename = string; | ||
'auto-upgraded'?: true; | ||
'app-js'?: Filename; | ||
'fastboot-js'?: Filename; | ||
'app-js'?: { | ||
[appName: string]: Filename; | ||
}; | ||
'fastboot-js'?: { | ||
[appName: string]: Filename; | ||
}; | ||
externals?: string[]; | ||
@@ -30,0 +34,0 @@ 'implicit-modules'?: string[]; |
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
35202
28
546