@noya-app/noya-resolve-files 0.1.14 → 0.1.15

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 108ms
11
+ CJS ⚡️ Build success in 81ms
12
12
  $ tsup
13
13
  CLI Building entry: src/index.ts
14
14
  CLI Using tsconfig: tsconfig.json
@@ -19,11 +19,11 @@
19
19
  ESM Build start
20
20
  ESM dist/index.mjs 1.50 KB
21
21
  ESM dist/index.mjs.map 3.00 KB
22
- ESM ⚡️ Build success in 25ms
22
+ ESM ⚡️ Build success in 20ms
23
23
  CJS dist/index.js 2.53 KB
24
24
  CJS dist/index.js.map 3.03 KB
25
- CJS ⚡️ Build success in 29ms
25
+ CJS ⚡️ Build success in 20ms
26
26
  DTS Build start
27
- DTS ⚡️ Build success in 5813ms
27
+ DTS ⚡️ Build success in 1896ms
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.15
4
+
5
+ ### Patch Changes
6
+
7
+ - @noya-app/noya-github-utils@0.1.22
8
+
3
9
  ## 0.1.14
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.14",
3
+ "version": "0.1.15",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -12,6 +12,6 @@
12
12
  "dev": "npm run build -- --watch"
13
13
  },
14
14
  "dependencies": {
15
- "@noya-app/noya-github-utils": "0.1.21"
15
+ "@noya-app/noya-github-utils": "0.1.22"
16
16
  }
17
17
  }