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

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.
@@ -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 69.45 KB
11
+ CJS ⚡️ Build success in 173ms
13
12
  $ tsup
14
13
  CLI Building entry: src/index.ts
15
14
  CLI Using tsconfig: tsconfig.json
@@ -18,13 +17,13 @@
18
17
  CLI Target: esnext
19
18
  CJS Build start
20
19
  ESM Build start
21
- ESM dist/index.mjs 1.50 KB
22
- ESM dist/index.mjs.map 3.00 KB
23
- ESM ⚡️ Build success in 7ms
24
20
  CJS dist/index.js 2.53 KB
25
21
  CJS dist/index.js.map 3.03 KB
26
- CJS ⚡️ Build success in 7ms
22
+ CJS ⚡️ Build success in 81ms
23
+ ESM dist/index.mjs 1.50 KB
24
+ ESM dist/index.mjs.map 3.00 KB
25
+ ESM ⚡️ Build success in 96ms
27
26
  DTS Build start
28
- DTS ⚡️ Build success in 5417ms
27
+ DTS ⚡️ Build success in 2288ms
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,12 @@
1
1
  # @noya-app/noya-resolve-files
2
2
 
3
+ ## 0.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9ab51d3]
8
+ - @noya-app/noya-github-utils@0.1.18
9
+
3
10
  ## 0.1.10
4
11
 
5
12
  ### Patch Changes