@noya-app/noya-resolve-files 0.1.17 → 0.1.18

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.
@@ -8,7 +8,7 @@
8
8
  CLI Target: es2022
9
9
  CJS Build start
10
10
  CJS dist/bundle/index.js 63.35 KB
11
- CJS ⚡️ Build success in 237ms
11
+ CJS ⚡️ Build success in 393ms
12
12
  $ tsup
13
13
  CLI Building entry: src/index.ts
14
14
  CLI Using tsconfig: tsconfig.json
@@ -17,13 +17,13 @@
17
17
  CLI Target: esnext
18
18
  CJS Build start
19
19
  ESM Build start
20
- CJS dist/index.js 2.53 KB
21
- CJS dist/index.js.map 3.03 KB
22
- CJS ⚡️ Build success in 56ms
23
20
  ESM dist/index.mjs 1.50 KB
24
21
  ESM dist/index.mjs.map 3.00 KB
25
- ESM ⚡️ Build success in 56ms
22
+ ESM ⚡️ Build success in 42ms
23
+ CJS dist/index.js 2.53 KB
24
+ CJS dist/index.js.map 3.03 KB
25
+ CJS ⚡️ Build success in 43ms
26
26
  DTS Build start
27
- DTS ⚡️ Build success in 2322ms
27
+ DTS ⚡️ Build success in 2516ms
28
28
  DTS dist/index.d.ts 1.00 KB
29
29
  DTS dist/index.d.mts 1.00 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @noya-app/noya-resolve-files
2
2
 
3
+ ## 0.1.18
4
+
5
+ ### Patch Changes
6
+
7
+ - @noya-app/noya-github-utils@0.1.25
8
+
3
9
  ## 0.1.17
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noya-app/noya-resolve-files",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -11,6 +11,6 @@
11
11
  "dev": "npm run build -- --watch"
12
12
  },
13
13
  "dependencies": {
14
- "@noya-app/noya-github-utils": "0.1.24"
14
+ "@noya-app/noya-github-utils": "0.1.25"
15
15
  }
16
16
  }