@noya-app/noya-file-explorer 0.0.17 → 0.0.19
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 +7 -7
- package/CHANGELOG.md +16 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -8,17 +8,17 @@
|
|
|
8
8
|
[34mCLI[39m Target: esnext
|
|
9
9
|
[34mCJS[39m Build start
|
|
10
10
|
[34mESM[39m Build start
|
|
11
|
-
|
|
11
|
+
DTS Build start
|
|
12
12
|
[32mCJS[39m [1mdist/index.js [22m[32m119.37 KB[39m
|
|
13
|
+
[32mCJS[39m [1mdist/index.css [22m[32m45.44 KB[39m
|
|
13
14
|
[32mCJS[39m [1mdist/index.css.map [22m[32m66.15 KB[39m
|
|
14
15
|
[32mCJS[39m [1mdist/index.js.map [22m[32m204.04 KB[39m
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in
|
|
16
|
-
[32mESM[39m [1mdist/index.css [22m[32m45.44 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 213ms
|
|
17
17
|
[32mESM[39m [1mdist/index.mjs [22m[32m114.34 KB[39m
|
|
18
|
-
[32mESM[39m [1mdist/index.css
|
|
18
|
+
[32mESM[39m [1mdist/index.css [22m[32m45.44 KB[39m
|
|
19
19
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m204.85 KB[39m
|
|
20
|
-
[32mESM[39m
|
|
21
|
-
|
|
22
|
-
DTS ⚡️ Build success in
|
|
20
|
+
[32mESM[39m [1mdist/index.css.map [22m[32m66.15 KB[39m
|
|
21
|
+
[32mESM[39m ⚡️ Build success in 214ms
|
|
22
|
+
DTS ⚡️ Build success in 19726ms
|
|
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,21 @@
|
|
|
1
1
|
# @noya-app/noya-file-explorer
|
|
2
2
|
|
|
3
|
+
## 0.0.19
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @noya-app/noya-multiplayer-react@0.1.66
|
|
8
|
+
|
|
9
|
+
## 0.0.18
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [38b4ec2]
|
|
14
|
+
- @noya-app/noya-utils@0.1.8
|
|
15
|
+
- @noya-app/noya-multiplayer-react@0.1.65
|
|
16
|
+
- @noya-app/noya-designsystem@0.1.66
|
|
17
|
+
- @noya-app/react-utils@0.1.26
|
|
18
|
+
|
|
3
19
|
## 0.0.17
|
|
4
20
|
|
|
5
21
|
### 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.19",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"dev": "npm run build:main -- --watch"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@noya-app/noya-designsystem": "0.1.
|
|
23
|
+
"@noya-app/noya-designsystem": "0.1.66",
|
|
24
24
|
"@noya-app/noya-icons": "0.1.13",
|
|
25
|
-
"@noya-app/noya-multiplayer-react": "0.1.
|
|
25
|
+
"@noya-app/noya-multiplayer-react": "0.1.66",
|
|
26
26
|
"@noya-app/noya-keymap": "0.1.4",
|
|
27
|
-
"@noya-app/react-utils": "0.1.
|
|
28
|
-
"@noya-app/noya-utils": "0.1.
|
|
27
|
+
"@noya-app/react-utils": "0.1.26",
|
|
28
|
+
"@noya-app/noya-utils": "0.1.8",
|
|
29
29
|
"@noya-app/noya-schemas": "0.1.7",
|
|
30
30
|
"imfs": "^0.1.0",
|
|
31
31
|
"browser-fs-access": "0.35.0"
|