@noya-app/noya-resolve-files 0.1.16 → 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 79ms
11
+ CJS ⚡️ Build success in 393ms
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 30ms
22
+ ESM ⚡️ Build success in 42ms
23
23
  CJS dist/index.js 2.53 KB
24
24
  CJS dist/index.js.map 3.03 KB
25
- CJS ⚡️ Build success in 30ms
25
+ CJS ⚡️ Build success in 43ms
26
26
  DTS Build start
27
- DTS ⚡️ Build success in 1318ms
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,19 @@
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
+
9
+ ## 0.1.17
10
+
11
+ ### Patch Changes
12
+
13
+ - 50e8a30: remove browser build
14
+ - Updated dependencies [50e8a30]
15
+ - @noya-app/noya-github-utils@0.1.24
16
+
3
17
  ## 0.1.16
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@noya-app/noya-resolve-files",
3
- "version": "0.1.16",
3
+ "version": "0.1.18",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
7
- "browser": "./dist/bundle/index.js",
8
7
  "scripts": {
9
8
  "build": "npm run build:bundle && npm run build:main",
10
9
  "build:bundle": "tsup --config bundle.config.ts",
@@ -12,6 +11,6 @@
12
11
  "dev": "npm run build -- --watch"
13
12
  },
14
13
  "dependencies": {
15
- "@noya-app/noya-github-utils": "0.1.23"
14
+ "@noya-app/noya-github-utils": "0.1.25"
16
15
  }
17
16
  }