@noya-app/noya-designsystem 0.1.35 → 0.1.36

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.
@@ -1,26 +1,27 @@
1
1
 
2
2
  $ tsup
3
- CLI Building entry: ./src/index.tsx
3
+ CLI Building entry: src/index.tsx
4
4
  CLI Using tsconfig: tsconfig.json
5
- CLI tsup v6.6.2
5
+ CLI tsup v8.3.5
6
6
  CLI Using tsup config: /Users/devinabbott/Projects/noya-core/packages/noya-designsystem/tsup.config.ts
7
7
  CLI Target: esnext
8
8
  CJS Build start
9
9
  ESM Build start
10
- ESM dist/index.mjs 623.09 KB
11
- ESM dist/index.mjs.map 1.04 MB
12
- ESM ⚡️ Build success in 109ms
13
- CJS dist/index.js 636.93 KB
14
- CJS dist/index.js.map 1.04 MB
15
- CJS ⚡️ Build success in 110ms
16
- DTS Build start
10
+ DTS Build start
11
+ CJS dist/index.js 636.80 KB
12
+ CJS dist/index.js.map 1.13 MB
13
+ CJS ⚡️ Build success in 494ms
14
+ ESM dist/index.mjs 622.87 KB
15
+ ESM dist/index.mjs.map 1.13 MB
16
+ ESM ⚡️ Build success in 504ms
17
17
  Browserslist: caniuse-lite is outdated. Please run:
18
18
  npx update-browserslist-db@latest
19
19
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
20
20
 
21
21
  Rebuilding...
22
22
 
23
- Done in 249ms.
23
+ Done in 1005ms.
24
24
 
25
- DTS ⚡️ Build success in 2587ms
26
- DTS dist/index.d.ts 44.04 KB
25
+ DTS ⚡️ Build success in 7051ms
26
+ DTS dist/index.d.ts 44.21 KB
27
+ DTS dist/index.d.mts 44.21 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.36
4
+
5
+ ### Patch Changes
6
+
7
+ - Update tsup
8
+ - Updated dependencies
9
+ - @noya-app/noya-colorpicker@0.1.13
10
+
3
11
  ## 0.1.35
4
12
 
5
13
  ### Patch Changes