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

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.css.map 118.36 KB
14
13
  ESM dist/index.mjs.map 240.27 KB
15
- ESM ⚡️ Build success in 188ms
14
+ ESM dist/index.css.map 118.36 KB
15
+ ESM ⚡️ Build success in 141ms
16
16
  CJS dist/index.js 139.49 KB
17
17
  CJS dist/index.css 79.43 KB
18
18
  CJS dist/index.js.map 238.82 KB
19
19
  CJS dist/index.css.map 118.36 KB
20
- CJS ⚡️ Build success in 191ms
20
+ CJS ⚡️ Build success in 141ms
21
21
  DTS Build start
22
- DTS ⚡️ Build success in 6456ms
22
+ DTS ⚡️ Build success in 6223ms
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.36
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [64e5019]
8
+ - @noya-app/noya-designsystem@0.1.81
9
+
3
10
  ## 0.0.35
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-file-explorer",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
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.80",
22
+ "@noya-app/noya-designsystem": "0.1.81",
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",