@noya-app/noya-file-explorer 0.0.23 → 0.0.24

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
- CJS dist/index.css 73.79 KB
12
11
  CJS dist/index.js 122.17 KB
12
+ CJS dist/index.css 73.79 KB
13
13
  CJS dist/index.css.map 109.99 KB
14
14
  CJS dist/index.js.map 209.34 KB
15
- CJS ⚡️ Build success in 84ms
15
+ CJS ⚡️ Build success in 103ms
16
16
  ESM dist/index.mjs 117.03 KB
17
17
  ESM dist/index.css 73.79 KB
18
18
  ESM dist/index.css.map 109.99 KB
19
19
  ESM dist/index.mjs.map 210.12 KB
20
- ESM ⚡️ Build success in 84ms
20
+ ESM ⚡️ Build success in 103ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 5913ms
22
+ DTS ⚡️ Build success in 6037ms
23
23
  DTS dist/index.d.ts 2.14 MB
24
24
  DTS dist/index.d.mts 2.14 MB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @noya-app/noya-file-explorer
2
2
 
3
+ ## 0.0.24
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [68553d8]
8
+ - @noya-app/noya-multiplayer-react@0.1.71
9
+ - @noya-app/noya-designsystem@0.1.71
10
+ - @noya-app/noya-icons@0.1.16
11
+
3
12
  ## 0.0.23
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-file-explorer",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -20,9 +20,9 @@
20
20
  "dev": "npm run build:main -- --watch"
21
21
  },
22
22
  "dependencies": {
23
- "@noya-app/noya-designsystem": "0.1.70",
24
- "@noya-app/noya-icons": "0.1.15",
25
- "@noya-app/noya-multiplayer-react": "0.1.70",
23
+ "@noya-app/noya-designsystem": "0.1.71",
24
+ "@noya-app/noya-icons": "0.1.16",
25
+ "@noya-app/noya-multiplayer-react": "0.1.71",
26
26
  "@noya-app/noya-keymap": "0.1.4",
27
27
  "@noya-app/react-utils": "0.1.27",
28
28
  "@noya-app/noya-utils": "0.1.9",