@noya-app/noya-resolve-files 0.1.10 → 0.1.12

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 CHANGED
@@ -1,11 +1,7 @@
1
1
  /** @type {import("eslint").Linter.Config} */
2
2
  module.exports = {
3
3
  root: true,
4
- extends: ["@repo/eslint-config/next.js"],
4
+ extends: ["@repo/eslint-config/library.js"],
5
5
  parser: "@typescript-eslint/parser",
6
- rules: {
7
- "no-unused-vars": "off",
8
- "no-redeclare": "off",
9
- },
10
6
  ignorePatterns: ["dist/"],
11
7
  };
@@ -7,9 +7,8 @@
7
7
  CLI Using tsup config: /Users/devinabbott/Projects/noya-core/packages/noya-resolve-files/bundle.config.ts
8
8
  CLI Target: es2022
9
9
  CJS Build start
10
- CJS dist/bundle/index.css 38.49 KB
11
- CJS dist/bundle/index.js 1.77 MB
12
- CJS ⚡️ Build success in 247ms
10
+ CJS dist/bundle/index.js 63.20 KB
11
+ CJS ⚡️ Build success in 144ms
13
12
  $ tsup
14
13
  CLI Building entry: src/index.ts
15
14
  CLI Using tsconfig: tsconfig.json
@@ -20,11 +19,11 @@
20
19
  ESM Build start
21
20
  ESM dist/index.mjs 1.50 KB
22
21
  ESM dist/index.mjs.map 3.00 KB
23
- ESM ⚡️ Build success in 7ms
22
+ ESM ⚡️ Build success in 11ms
24
23
  CJS dist/index.js 2.53 KB
25
24
  CJS dist/index.js.map 3.03 KB
26
- CJS ⚡️ Build success in 7ms
25
+ CJS ⚡️ Build success in 11ms
27
26
  DTS Build start
28
- DTS ⚡️ Build success in 5417ms
27
+ DTS ⚡️ Build success in 1481ms
29
28
  DTS dist/index.d.ts 1.00 KB
30
29
  DTS dist/index.d.mts 1.00 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @noya-app/noya-resolve-files
2
2
 
3
+ ## 0.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - @noya-app/noya-github-utils@0.1.19
8
+
9
+ ## 0.1.11
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [9ab51d3]
14
+ - @noya-app/noya-github-utils@0.1.18
15
+
3
16
  ## 0.1.10
4
17
 
5
18
  ### Patch Changes