@noya-app/noya-file-explorer 0.0.34 → 0.0.35

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 79.43 KB
12
- CJS dist/index.js 139.49 KB
13
- CJS dist/index.css.map 118.36 KB
14
- CJS dist/index.js.map 238.82 KB
15
- CJS ⚡️ Build success in 168ms
16
11
  ESM dist/index.mjs 133.25 KB
17
12
  ESM dist/index.css 79.43 KB
18
13
  ESM dist/index.css.map 118.36 KB
19
14
  ESM dist/index.mjs.map 240.27 KB
20
- ESM ⚡️ Build success in 167ms
15
+ ESM ⚡️ Build success in 188ms
16
+ CJS dist/index.js 139.49 KB
17
+ CJS dist/index.css 79.43 KB
18
+ CJS dist/index.js.map 238.82 KB
19
+ CJS dist/index.css.map 118.36 KB
20
+ CJS ⚡️ Build success in 191ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 6548ms
22
+ DTS ⚡️ Build success in 6456ms
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,12 @@
1
1
  # @noya-app/noya-file-explorer
2
2
 
3
+ ## 0.0.35
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9b0a2df]
8
+ - @noya-app/noya-designsystem@0.1.80
9
+
3
10
  ## 0.0.34
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "name": "@noya-app/noya-file-explorer",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
8
- ".": "./src/index.ts",
8
+ ".": {
9
+ "import": "./dist/index.mjs",
10
+ "require": "./dist/index.js",
11
+ "types": "./dist/index.d.ts"
12
+ },
9
13
  "./index.css": "./dist/index.css"
10
14
  },
11
15
  "style": "./dist/index.css",
@@ -15,13 +19,13 @@
15
19
  "dev": "npm run build:main -- --watch"
16
20
  },
17
21
  "dependencies": {
18
- "@noya-app/noya-designsystem": "workspace:*",
19
- "@noya-app/noya-icons": "workspace:*",
20
- "@noya-app/noya-multiplayer-react": "workspace:*",
21
- "@noya-app/noya-keymap": "workspace:*",
22
- "@noya-app/react-utils": "workspace:*",
23
- "@noya-app/noya-utils": "workspace:*",
24
- "@noya-app/noya-schemas": "workspace:*",
22
+ "@noya-app/noya-designsystem": "0.1.80",
23
+ "@noya-app/noya-icons": "0.1.18",
24
+ "@noya-app/noya-multiplayer-react": "0.1.79",
25
+ "@noya-app/noya-keymap": "0.1.4",
26
+ "@noya-app/react-utils": "0.1.29",
27
+ "@noya-app/noya-utils": "0.1.9",
28
+ "@noya-app/noya-schemas": "0.1.9",
25
29
  "imfs": "^0.1.0",
26
30
  "browser-fs-access": "0.35.0"
27
31
  },
@@ -29,4 +33,4 @@
29
33
  "react": "*",
30
34
  "react-dom": "*"
31
35
  }
32
- }
36
+ }