@noya-app/noya-file-explorer 0.0.25 → 0.0.26

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.80 KB
12
11
  CJS dist/index.js 122.08 KB
12
+ CJS dist/index.css 73.80 KB
13
13
  CJS dist/index.css.map 110.01 KB
14
14
  CJS dist/index.js.map 209.17 KB
15
- CJS ⚡️ Build success in 80ms
15
+ CJS ⚡️ Build success in 66ms
16
16
  ESM dist/index.css 73.80 KB
17
17
  ESM dist/index.mjs 116.95 KB
18
18
  ESM dist/index.css.map 110.01 KB
19
19
  ESM dist/index.mjs.map 209.95 KB
20
- ESM ⚡️ Build success in 80ms
20
+ ESM ⚡️ Build success in 66ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 5218ms
22
+ DTS ⚡️ Build success in 5421ms
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,13 @@
1
1
  # @noya-app/noya-file-explorer
2
2
 
3
+ ## 0.0.26
4
+
5
+ ### Patch Changes
6
+
7
+ - 50e8a30: remove browser build
8
+ - Updated dependencies [50e8a30]
9
+ - @noya-app/noya-multiplayer-react@0.1.73
10
+
3
11
  ## 0.0.25
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@noya-app/noya-file-explorer",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
7
- "browser": "./dist/bundle/index.js",
8
7
  "exports": {
9
8
  ".": {
10
9
  "import": "./dist/index.mjs",
@@ -22,7 +21,7 @@
22
21
  "dependencies": {
23
22
  "@noya-app/noya-designsystem": "0.1.72",
24
23
  "@noya-app/noya-icons": "0.1.16",
25
- "@noya-app/noya-multiplayer-react": "0.1.72",
24
+ "@noya-app/noya-multiplayer-react": "0.1.73",
26
25
  "@noya-app/noya-keymap": "0.1.4",
27
26
  "@noya-app/react-utils": "0.1.27",
28
27
  "@noya-app/noya-utils": "0.1.9",