material-icon-theme 5.4.0 → 5.4.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.
@@ -10365,7 +10365,8 @@
10365
10365
  "folders": {
10366
10366
  "theme": "specific",
10367
10367
  "color": "#90a4ae",
10368
- "associations": {}
10368
+ "associations": {},
10369
+ "customClones": []
10369
10370
  },
10370
10371
  "activeIconPack": "angular",
10371
10372
  "hidesExplorerArrows": false,
@@ -10373,7 +10374,8 @@
10373
10374
  "saturation": 1,
10374
10375
  "files": {
10375
10376
  "color": "#90a4ae",
10376
- "associations": {}
10377
+ "associations": {},
10378
+ "customClones": []
10377
10379
  },
10378
10380
  "languages": {
10379
10381
  "associations": {}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "material-icon-theme",
3
3
  "displayName": "Material Icon Theme",
4
4
  "description": "Material Design Icons for Visual Studio Code",
5
- "version": "5.4.0",
5
+ "version": "5.4.1",
6
6
  "scripts": {
7
7
  "build": "bun run ./scripts/build-with-esbuild.ts",
8
8
  "watch": "bun run ./scripts/watch-with-esbuild.ts",