@salty-css/core 0.0.1-alpha.329 → 0.0.1-alpha.330

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(`Trying to read config cache from: ${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(`Trying to read config cache from: ${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.329",
3
+ "version": "0.0.1-alpha.330",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "typings": "./dist/index.d.ts",