@stylable/build-tools
Advanced tools
Comparing version 4.8.3 to 4.9.0
@@ -10,3 +10,3 @@ "use strict"; | ||
//compose usage | ||
for (const localSymbol of Object.values(meta.classes)) { | ||
for (const localSymbol of Object.values(meta.getAllClasses())) { | ||
if (localSymbol['-st-extends'] && | ||
@@ -13,0 +13,0 @@ localSymbol['-st-extends']._kind === 'import' && |
{ | ||
"name": "@stylable/build-tools", | ||
"version": "4.8.3", | ||
"version": "4.9.0", | ||
"description": "Collection of helper functions for Stylable based tooling.", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^4.8.3", | ||
"@stylable/core": "^4.9.0", | ||
"find-config": "^1.0.0" | ||
@@ -13,0 +13,0 @@ }, |
@@ -10,3 +10,3 @@ import type { Imported, Stylable, StylableMeta } from '@stylable/core'; | ||
//compose usage | ||
for (const localSymbol of Object.values(meta.classes)) { | ||
for (const localSymbol of Object.values(meta.getAllClasses())) { | ||
if ( | ||
@@ -13,0 +13,0 @@ localSymbol['-st-extends'] && |
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
24808
Updated@stylable/core@^4.9.0