@noya-app/noya-file-explorer 0.0.29 → 0.0.31
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.
- package/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +17 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
[34mESM[39m Build start
|
|
11
11
|
[32mESM[39m [1mdist/index.mjs [22m[32m116.95 KB[39m
|
|
12
12
|
[32mESM[39m [1mdist/index.css [22m[32m74.06 KB[39m
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m209.95 KB[39m
|
|
14
13
|
[32mESM[39m [1mdist/index.css.map [22m[32m110.35 KB[39m
|
|
15
|
-
[32mESM[39m
|
|
16
|
-
[
|
|
14
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m209.95 KB[39m
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 173ms
|
|
17
16
|
[32mCJS[39m [1mdist/index.js [22m[32m122.08 KB[39m
|
|
18
|
-
[32mCJS[39m [1mdist/index.css
|
|
17
|
+
[32mCJS[39m [1mdist/index.css [22m[32m74.06 KB[39m
|
|
19
18
|
[32mCJS[39m [1mdist/index.js.map [22m[32m209.17 KB[39m
|
|
20
|
-
[32mCJS[39m
|
|
19
|
+
[32mCJS[39m [1mdist/index.css.map [22m[32m110.35 KB[39m
|
|
20
|
+
[32mCJS[39m ⚡️ Build success in 173ms
|
|
21
21
|
DTS Build start
|
|
22
|
-
DTS ⚡️ Build success in
|
|
22
|
+
DTS ⚡️ Build success in 5993ms
|
|
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,22 @@
|
|
|
1
1
|
# @noya-app/noya-file-explorer
|
|
2
2
|
|
|
3
|
+
## 0.0.31
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [06ef0a7]
|
|
8
|
+
- Updated dependencies [e3f05f0]
|
|
9
|
+
- @noya-app/react-utils@0.1.28
|
|
10
|
+
- @noya-app/noya-multiplayer-react@0.1.77
|
|
11
|
+
- @noya-app/noya-designsystem@0.1.76
|
|
12
|
+
|
|
13
|
+
## 0.0.30
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [768fec5]
|
|
18
|
+
- @noya-app/noya-designsystem@0.1.75
|
|
19
|
+
|
|
3
20
|
## 0.0.29
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noya-app/noya-file-explorer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.31",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"dev": "npm run build:main -- --watch"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@noya-app/noya-designsystem": "0.1.
|
|
22
|
+
"@noya-app/noya-designsystem": "0.1.76",
|
|
23
23
|
"@noya-app/noya-icons": "0.1.16",
|
|
24
|
-
"@noya-app/noya-multiplayer-react": "0.1.
|
|
24
|
+
"@noya-app/noya-multiplayer-react": "0.1.77",
|
|
25
25
|
"@noya-app/noya-keymap": "0.1.4",
|
|
26
|
-
"@noya-app/react-utils": "0.1.
|
|
26
|
+
"@noya-app/react-utils": "0.1.28",
|
|
27
27
|
"@noya-app/noya-utils": "0.1.9",
|
|
28
28
|
"@noya-app/noya-schemas": "0.1.8",
|
|
29
29
|
"imfs": "^0.1.0",
|