@salty-css/core 0.0.1-alpha.332 → 0.0.1-alpha.334

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.
@@ -9,7 +9,6 @@ const resolveDynamicConfigCache = async () => {
9
9
  let contents = "";
10
10
  for (const pattern of patterns) {
11
11
  const potentialPath = path.join(currentDir, pattern, filename);
12
- console.log(`Checking for config cache at: ${potentialPath}`);
13
12
  try {
14
13
  contents = await promises.readFile(potentialPath, "utf8");
15
14
  break;
@@ -7,7 +7,6 @@ const resolveDynamicConfigCache = async () => {
7
7
  let contents = "";
8
8
  for (const pattern of patterns) {
9
9
  const potentialPath = join(currentDir, pattern, filename);
10
- console.log(`Checking for config cache at: ${potentialPath}`);
11
10
  try {
12
11
  contents = await readFile(potentialPath, "utf8");
13
12
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salty-css/core",
3
- "version": "0.0.1-alpha.332",
3
+ "version": "0.0.1-alpha.334",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "typings": "./dist/index.d.ts",