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

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 237ms
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
- ESM dist/index.mjs 1.50 KB
21
- ESM dist/index.mjs.map 3.00 KB
22
- ESM ⚡️ Build success in 30ms
23
20
  CJS dist/index.js 2.53 KB
24
21
  CJS dist/index.js.map 3.03 KB
25
- CJS ⚡️ Build success in 30ms
22
+ CJS ⚡️ Build success in 56ms
23
+ ESM dist/index.mjs 1.50 KB
24
+ ESM dist/index.mjs.map 3.00 KB
25
+ ESM ⚡️ Build success in 56ms
26
26
  DTS Build start
27
- DTS ⚡️ Build success in 1318ms
27
+ DTS ⚡️ Build success in 2322ms
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,13 @@
1
1
  # @noya-app/noya-resolve-files
2
2
 
3
+ ## 0.1.17
4
+
5
+ ### Patch Changes
6
+
7
+ - 50e8a30: remove browser build
8
+ - Updated dependencies [50e8a30]
9
+ - @noya-app/noya-github-utils@0.1.24
10
+
3
11
  ## 0.1.16
4
12
 
5
13
  ### 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.17",
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.24"
16
15
  }
17
16
  }