@noya-app/noya-file-explorer 0.0.30 → 0.0.31

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.css 74.06 KB
12
11
  ESM dist/index.mjs 116.95 KB
12
+ ESM dist/index.css 74.06 KB
13
13
  ESM dist/index.css.map 110.35 KB
14
14
  ESM dist/index.mjs.map 209.95 KB
15
- ESM ⚡️ Build success in 65ms
16
- CJS dist/index.css 74.06 KB
15
+ ESM ⚡️ Build success in 173ms
17
16
  CJS dist/index.js 122.08 KB
18
- CJS dist/index.css.map 110.35 KB
17
+ CJS dist/index.css 74.06 KB
19
18
  CJS dist/index.js.map 209.17 KB
20
- CJS ⚡️ Build success in 65ms
19
+ CJS dist/index.css.map 110.35 KB
20
+ CJS ⚡️ Build success in 173ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 5875ms
22
+ DTS ⚡️ Build success in 5993ms
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.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [06ef0a7]
8
+ - Updated dependencies [e3f05f0]
9
+ - @noya-app/react-utils@0.1.28
10
+ - @noya-app/noya-multiplayer-react@0.1.77
11
+ - @noya-app/noya-designsystem@0.1.76
12
+
3
13
  ## 0.0.30
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.30",
3
+ "version": "0.0.31",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -19,11 +19,11 @@
19
19
  "dev": "npm run build:main -- --watch"
20
20
  },
21
21
  "dependencies": {
22
- "@noya-app/noya-designsystem": "0.1.75",
22
+ "@noya-app/noya-designsystem": "0.1.76",
23
23
  "@noya-app/noya-icons": "0.1.16",
24
- "@noya-app/noya-multiplayer-react": "0.1.76",
24
+ "@noya-app/noya-multiplayer-react": "0.1.77",
25
25
  "@noya-app/noya-keymap": "0.1.4",
26
- "@noya-app/react-utils": "0.1.27",
26
+ "@noya-app/react-utils": "0.1.28",
27
27
  "@noya-app/noya-utils": "0.1.9",
28
28
  "@noya-app/noya-schemas": "0.1.8",
29
29
  "imfs": "^0.1.0",