@noya-app/noya-file-explorer 0.0.40 → 0.0.42

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.
@@ -11,13 +11,13 @@ $ tsup
11
11
  ESM dist/index.css 80.06 KB
12
12
  ESM dist/index.mjs.map 242.11 KB
13
13
  ESM dist/index.css.map 119.40 KB
14
- ESM ⚡️ Build success in 630ms
14
+ ESM ⚡️ Build success in 575ms
15
15
  CJS dist/index.js 140.58 KB
16
16
  CJS dist/index.css 80.06 KB
17
17
  CJS dist/index.js.map 240.65 KB
18
18
  CJS dist/index.css.map 119.40 KB
19
- CJS ⚡️ Build success in 634ms
19
+ CJS ⚡️ Build success in 610ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 39097ms
21
+ DTS ⚡️ Build success in 32727ms
22
22
  DTS dist/index.d.ts 2.14 MB
23
23
  DTS dist/index.d.mts 2.14 MB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @noya-app/noya-file-explorer
2
2
 
3
+ ## 0.0.42
4
+
5
+ ### Patch Changes
6
+
7
+ - @noya-app/noya-multiplayer-react@0.1.83
8
+
9
+ ## 0.0.41
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [1fe1138]
14
+ - @noya-app/noya-designsystem@0.1.86
15
+
3
16
  ## 0.0.40
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-file-explorer",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -19,9 +19,9 @@
19
19
  "dev": "npm run build:main -- --watch"
20
20
  },
21
21
  "dependencies": {
22
- "@noya-app/noya-designsystem": "0.1.85",
22
+ "@noya-app/noya-designsystem": "0.1.86",
23
23
  "@noya-app/noya-icons": "0.1.19",
24
- "@noya-app/noya-multiplayer-react": "0.1.82",
24
+ "@noya-app/noya-multiplayer-react": "0.1.83",
25
25
  "@noya-app/noya-keymap": "0.1.4",
26
26
  "@noya-app/react-utils": "0.1.30",
27
27
  "@noya-app/noya-utils": "0.1.9",