@salty-css/core 0.2.0 → 0.2.1

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.
@@ -760,7 +760,6 @@ ${css}
760
760
  continue;
761
761
  }
762
762
  if (!resolved.generator) continue;
763
- console.log(`config`, config);
764
763
  const generator = resolved.generator._withBuildContext({
765
764
  callerName: name,
766
765
  isProduction: this.isProduction,
@@ -740,7 +740,6 @@ ${css}
740
740
  continue;
741
741
  }
742
742
  if (!resolved.generator) continue;
743
- console.log(`config`, config);
744
743
  const generator = resolved.generator._withBuildContext({
745
744
  callerName: name,
746
745
  isProduction: this.isProduction,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salty-css/core",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "typings": "./dist/index.d.ts",