@noya-app/noya-file-explorer 0.0.33 → 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.
@@ -10,15 +10,15 @@
10
10
  ESM Build start
11
11
  ESM dist/index.mjs 133.25 KB
12
12
  ESM dist/index.css 79.43 KB
13
- ESM dist/index.mjs.map 240.27 KB
14
13
  ESM dist/index.css.map 118.36 KB
15
- ESM ⚡️ Build success in 142ms
16
- CJS dist/index.css 79.43 KB
14
+ ESM dist/index.mjs.map 240.27 KB
15
+ ESM ⚡️ Build success in 188ms
17
16
  CJS dist/index.js 139.49 KB
18
- CJS dist/index.css.map 118.36 KB
17
+ CJS dist/index.css 79.43 KB
19
18
  CJS dist/index.js.map 238.82 KB
20
- CJS ⚡️ Build success in 151ms
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 6061ms
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,19 @@
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
+
10
+ ## 0.0.34
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [9b0a2df]
15
+ - @noya-app/noya-designsystem@0.1.79
16
+
3
17
  ## 0.0.33
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-file-explorer",
3
- "version": "0.0.33",
3
+ "version": "0.0.35",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "dev": "npm run build:main -- --watch"
20
20
  },
21
21
  "dependencies": {
22
- "@noya-app/noya-designsystem": "0.1.78",
22
+ "@noya-app/noya-designsystem": "0.1.80",
23
23
  "@noya-app/noya-icons": "0.1.18",
24
24
  "@noya-app/noya-multiplayer-react": "0.1.79",
25
25
  "@noya-app/noya-keymap": "0.1.4",