@noya-app/noya-file-explorer 0.0.2

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/.eslintrc.js ADDED
@@ -0,0 +1,11 @@
1
+ /** @type {import("eslint").Linter.Config} */
2
+ module.exports = {
3
+ root: true,
4
+ extends: ["@repo/eslint-config/next.js"],
5
+ parser: "@typescript-eslint/parser",
6
+ rules: {
7
+ "no-unused-vars": "off",
8
+ "no-redeclare": "off",
9
+ },
10
+ ignorePatterns: ["dist/"],
11
+ };
@@ -0,0 +1,24 @@
1
+
2
+ $ bun run build:main
3
+ $ tsup
4
+ CLI Building entry: src/index.ts
5
+ CLI Using tsconfig: tsconfig.json
6
+ CLI tsup v8.3.5
7
+ CLI Using tsup config: /Users/devinabbott/Projects/noya-core/packages/noya-file-explorer/tsup.config.ts
8
+ CLI Target: esnext
9
+ CJS Build start
10
+ ESM Build start
11
+ CJS dist/index.css 35.90 KB
12
+ CJS dist/index.js 67.84 KB
13
+ CJS dist/index.css.map 53.73 KB
14
+ CJS dist/index.js.map 114.34 KB
15
+ CJS ⚡️ Build success in 108ms
16
+ ESM dist/index.mjs 65.07 KB
17
+ ESM dist/index.css 35.90 KB
18
+ ESM dist/index.css.map 53.73 KB
19
+ ESM dist/index.mjs.map 113.28 KB
20
+ ESM ⚡️ Build success in 108ms
21
+ DTS Build start
22
+ DTS ⚡️ Build success in 7074ms
23
+ DTS dist/index.d.ts 1.09 MB
24
+ DTS dist/index.d.mts 1.09 MB
package/CHANGELOG.md ADDED
@@ -0,0 +1,14 @@
1
+ # @noya-app/noya-file-explorer
2
+
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - a842a0f: bump versions
8
+ - Updated dependencies [a842a0f]
9
+ - @noya-app/noya-designsystem@0.1.50
10
+ - @noya-app/react-utils@0.1.17
11
+ - @noya-app/noya-schemas@0.1.4
12
+ - @noya-app/noya-icons@0.1.7
13
+ - @noya-app/noya-utils@0.1.5
14
+ - @noya-app/noya-multiplayer-react@0.1.53
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Noya File Explorer
2
+
3
+ A file explorer component for the Noya platform