@noya-app/noya-file-explorer 0.0.38 → 0.0.39

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.
@@ -11,13 +11,13 @@ $ tsup
11
11
  CJS dist/index.css 79.79 KB
12
12
  CJS dist/index.js.map 238.82 KB
13
13
  CJS dist/index.css.map 119.00 KB
14
- CJS ⚡️ Build success in 704ms
14
+ CJS ⚡️ Build success in 788ms
15
15
  ESM dist/index.mjs 133.25 KB
16
16
  ESM dist/index.css 79.79 KB
17
17
  ESM dist/index.mjs.map 240.27 KB
18
18
  ESM dist/index.css.map 119.00 KB
19
- ESM ⚡️ Build success in 710ms
19
+ ESM ⚡️ Build success in 775ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 40822ms
21
+ DTS ⚡️ Build success in 45551ms
22
22
  DTS dist/index.d.ts 2.14 MB
23
23
  DTS dist/index.d.mts 2.14 MB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @noya-app/noya-file-explorer
2
2
 
3
+ ## 0.0.39
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f56dd18]
8
+ - @noya-app/noya-designsystem@0.1.84
9
+
3
10
  ## 0.0.38
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-file-explorer",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "dev": "npm run build:main -- --watch"
20
20
  },
21
21
  "dependencies": {
22
- "@noya-app/noya-designsystem": "0.1.83",
22
+ "@noya-app/noya-designsystem": "0.1.84",
23
23
  "@noya-app/noya-icons": "0.1.19",
24
24
  "@noya-app/noya-multiplayer-react": "0.1.81",
25
25
  "@noya-app/noya-keymap": "0.1.4",