@noya-app/noya-designsystem 0.1.27 → 0.1.28

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.
@@ -2,16 +2,17 @@
2
2
  CLI Building entry: src/index.tsx
3
3
  CLI Using tsconfig: tsconfig.json
4
4
  CLI tsup v8.0.1
5
+ CLI Using tsup config: /Users/devinabbott/Projects/noya-core/packages/noya-designsystem/tsup.config.ts
5
6
  CLI Target: esnext
6
7
  CJS Build start
7
8
  ESM Build start
8
- CJS dist/index.js 237.83 KB
9
- CJS dist/index.js.map 477.71 KB
10
- CJS ⚡️ Build success in 179ms
11
- ESM dist/index.mjs 219.11 KB
12
- ESM dist/index.mjs.map 477.79 KB
13
- ESM ⚡️ Build success in 180ms
9
+ CJS dist/index.js 597.93 KB
10
+ CJS dist/index.js.map 1.07 MB
11
+ CJS ⚡️ Build success in 115ms
12
+ ESM dist/index.mjs 579.92 KB
13
+ ESM dist/index.mjs.map 1.06 MB
14
+ ESM ⚡️ Build success in 115ms
14
15
  DTS Build start
15
- DTS ⚡️ Build success in 12078ms
16
+ DTS ⚡️ Build success in 9960ms
16
17
  DTS dist/index.d.ts 63.28 KB
17
18
  DTS dist/index.d.mts 63.28 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.28
4
+
5
+ ### Patch Changes
6
+
7
+ - 575e561: Fix react-virtualized import issue
8
+
3
9
  ## 0.1.27
4
10
 
5
11
  ### Patch Changes