@noya-app/noya-file-explorer 0.0.17 → 0.0.18

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 45.44 KB
12
11
  CJS dist/index.js 119.37 KB
13
- CJS dist/index.css.map 66.15 KB
12
+ CJS dist/index.css 45.44 KB
14
13
  CJS dist/index.js.map 204.04 KB
15
- CJS ⚡️ Build success in 330ms
16
- ESM dist/index.css 45.44 KB
14
+ CJS dist/index.css.map 66.15 KB
15
+ CJS ⚡️ Build success in 221ms
17
16
  ESM dist/index.mjs 114.34 KB
17
+ ESM dist/index.css 45.44 KB
18
18
  ESM dist/index.css.map 66.15 KB
19
19
  ESM dist/index.mjs.map 204.85 KB
20
- ESM ⚡️ Build success in 333ms
20
+ ESM ⚡️ Build success in 222ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 17214ms
22
+ DTS ⚡️ Build success in 22347ms
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,15 @@
1
1
  # @noya-app/noya-file-explorer
2
2
 
3
+ ## 0.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [38b4ec2]
8
+ - @noya-app/noya-utils@0.1.8
9
+ - @noya-app/noya-multiplayer-react@0.1.65
10
+ - @noya-app/noya-designsystem@0.1.66
11
+ - @noya-app/react-utils@0.1.26
12
+
3
13
  ## 0.0.17
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-file-explorer",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -20,12 +20,12 @@
20
20
  "dev": "npm run build:main -- --watch"
21
21
  },
22
22
  "dependencies": {
23
- "@noya-app/noya-designsystem": "0.1.65",
23
+ "@noya-app/noya-designsystem": "0.1.66",
24
24
  "@noya-app/noya-icons": "0.1.13",
25
- "@noya-app/noya-multiplayer-react": "0.1.64",
25
+ "@noya-app/noya-multiplayer-react": "0.1.65",
26
26
  "@noya-app/noya-keymap": "0.1.4",
27
- "@noya-app/react-utils": "0.1.25",
28
- "@noya-app/noya-utils": "0.1.7",
27
+ "@noya-app/react-utils": "0.1.26",
28
+ "@noya-app/noya-utils": "0.1.8",
29
29
  "@noya-app/noya-schemas": "0.1.7",
30
30
  "imfs": "^0.1.0",
31
31
  "browser-fs-access": "0.35.0"