@plumeria/utils 10.0.1 → 10.0.2

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.
Files changed (2) hide show
  1. package/dist/parser.js +0 -3
  2. package/package.json +1 -1
package/dist/parser.js CHANGED
@@ -874,9 +874,6 @@ function scanAll() {
874
874
  }
875
875
  }
876
876
  catch (e) {
877
- throw new Error(`[plumeria] Failed to process file ${filePath}: ${e}`, {
878
- cause: e,
879
- });
880
877
  }
881
878
  }
882
879
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/utils",
3
- "version": "10.0.1",
3
+ "version": "10.0.2",
4
4
  "description": "Plumeria Utils",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",