@noya-app/noya-file-explorer 0.0.7 → 0.0.8

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.
@@ -8,17 +8,17 @@
8
8
  CLI Target: esnext
9
9
  CJS Build start
10
10
  ESM Build start
11
+ ESM dist/index.mjs 75.20 KB
12
+ ESM dist/index.css 44.07 KB
13
+ ESM dist/index.mjs.map 131.47 KB
14
+ ESM dist/index.css.map 68.44 KB
15
+ ESM ⚡️ Build success in 198ms
11
16
  CJS dist/index.js 78.11 KB
12
17
  CJS dist/index.css 44.07 KB
13
- CJS dist/index.js.map 132.53 KB
14
18
  CJS dist/index.css.map 68.44 KB
15
- CJS ⚡️ Build success in 260ms
16
- ESM dist/index.css 44.07 KB
17
- ESM dist/index.mjs 75.20 KB
18
- ESM dist/index.css.map 68.44 KB
19
- ESM dist/index.mjs.map 131.47 KB
20
- ESM ⚡️ Build success in 261ms
19
+ CJS dist/index.js.map 132.53 KB
20
+ CJS ⚡️ Build success in 198ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 10082ms
22
+ DTS ⚡️ Build success in 8881ms
23
23
  DTS dist/index.d.ts 1.65 MB
24
24
  DTS dist/index.d.mts 1.65 MB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @noya-app/noya-file-explorer
2
2
 
3
+ ## 0.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7e35a6b]
8
+ - @noya-app/noya-designsystem@0.1.56
9
+ - @noya-app/noya-icons@0.1.10
10
+
3
11
  ## 0.0.7
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-file-explorer",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -20,8 +20,8 @@
20
20
  "dev": "npm run build:main -- --watch"
21
21
  },
22
22
  "dependencies": {
23
- "@noya-app/noya-designsystem": "0.1.55",
24
- "@noya-app/noya-icons": "0.1.9",
23
+ "@noya-app/noya-designsystem": "0.1.56",
24
+ "@noya-app/noya-icons": "0.1.10",
25
25
  "@noya-app/noya-multiplayer-react": "0.1.57",
26
26
  "@noya-app/noya-keymap": "0.1.3",
27
27
  "@noya-app/react-utils": "0.1.18",