auklet 0.2.8 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -167,11 +167,7 @@ export class StyleCodeFactory {
167
167
  const parsed = this.parsePackageStyleIdInRequest(result, cache);
168
168
  if (parsed) {
169
169
  const dependencyResult = await this.createPackageStyleCode(parsed, cache);
170
- moduleStyleResults.push(this.withDependencyPackage({
171
- ...dependencyResult,
172
- code: '',
173
- }, parsed.packageName));
174
- moduleStyleSpecifiers.push(result);
170
+ moduleStyleResults.push(this.withDependencyPackage(dependencyResult, parsed.packageName));
175
171
  continue;
176
172
  }
177
173
  const resolvedSpecifier = toDevDependencyImportSpecifier(context, result);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auklet",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
4
4
  "type": "module",
5
5
  "author": "chentao.arthur",
6
6
  "description": "Build utilities for TypeScript packages and module CSS output.",