@noya-app/noya-file-explorer 0.0.10 → 0.0.12

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.
@@ -12,13 +12,13 @@
12
12
  CJS dist/index.js 78.38 KB
13
13
  CJS dist/index.css.map 68.44 KB
14
14
  CJS dist/index.js.map 132.91 KB
15
- CJS ⚡️ Build success in 79ms
16
- ESM dist/index.css 44.07 KB
15
+ CJS ⚡️ Build success in 50ms
17
16
  ESM dist/index.mjs 75.47 KB
18
- ESM dist/index.css.map 68.44 KB
17
+ ESM dist/index.css 44.07 KB
19
18
  ESM dist/index.mjs.map 131.86 KB
20
- ESM ⚡️ Build success in 80ms
19
+ ESM dist/index.css.map 68.44 KB
20
+ ESM ⚡️ Build success in 51ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 7967ms
22
+ DTS ⚡️ Build success in 7724ms
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,23 @@
1
1
  # @noya-app/noya-file-explorer
2
2
 
3
+ ## 0.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4f787e9]
8
+ - @noya-app/react-utils@0.1.21
9
+ - @noya-app/noya-multiplayer-react@0.1.60
10
+ - @noya-app/noya-designsystem@0.1.60
11
+
12
+ ## 0.0.11
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [36be169]
17
+ - @noya-app/react-utils@0.1.20
18
+ - @noya-app/noya-multiplayer-react@0.1.59
19
+ - @noya-app/noya-designsystem@0.1.59
20
+
3
21
  ## 0.0.10
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-file-explorer",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -20,11 +20,11 @@
20
20
  "dev": "npm run build:main -- --watch"
21
21
  },
22
22
  "dependencies": {
23
- "@noya-app/noya-designsystem": "0.1.58",
23
+ "@noya-app/noya-designsystem": "0.1.60",
24
24
  "@noya-app/noya-icons": "0.1.10",
25
- "@noya-app/noya-multiplayer-react": "0.1.58",
25
+ "@noya-app/noya-multiplayer-react": "0.1.60",
26
26
  "@noya-app/noya-keymap": "0.1.3",
27
- "@noya-app/react-utils": "0.1.19",
27
+ "@noya-app/react-utils": "0.1.21",
28
28
  "@noya-app/noya-utils": "0.1.5",
29
29
  "@noya-app/noya-schemas": "0.1.5",
30
30
  "imfs": "^0.1.0",