@studio-helga/once-ui-core 1.7.8 → 1.7.9

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.
@@ -6293,16 +6293,6 @@
6293
6293
  "fly"
6294
6294
  ]
6295
6295
  },
6296
- {
6297
- "char": "🪿",
6298
- "description": "goose",
6299
- "aliases": [
6300
- "goose"
6301
- ],
6302
- "tags": [
6303
- "honk"
6304
- ]
6305
- },
6306
6296
  {
6307
6297
  "char": "🐸",
6308
6298
  "description": "frog",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studio-helga/once-ui-core",
3
- "version": "1.7.8",
3
+ "version": "1.7.9",
4
4
  "description": "Studio Helga fork of Once UI for Next.js",
5
5
  "keywords": [
6
6
  "once-ui",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studio-helga/once-ui-core",
3
- "version": "1.7.8",
3
+ "version": "1.7.9",
4
4
  "description": "Studio Helga fork of Once UI for Next.js",
5
5
  "keywords": [
6
6
  "once-ui",
@@ -107,7 +107,7 @@
107
107
  "format": "biome format --write .",
108
108
  "test": "vitest run",
109
109
  "test:watch": "vitest",
110
- "typecheck": "tsc --noEmit",
110
+ "typecheck": "tsc --noEmit --project tsconfig.build.json",
111
111
  "dev": "tsc --watch --preserveWatchOutput",
112
112
  "prepack": "pnpm build",
113
113
  "generate-emoji-data": "node scripts/generate-emoji-data.js"
@@ -129,10 +129,18 @@
129
129
  "sharp": "^0.33.4 || ^0.34"
130
130
  },
131
131
  "peerDependenciesMeta": {
132
- "compressorjs": { "optional": true },
133
- "prismjs": { "optional": true },
134
- "recharts": { "optional": true },
135
- "sharp": { "optional": true }
132
+ "compressorjs": {
133
+ "optional": true
134
+ },
135
+ "prismjs": {
136
+ "optional": true
137
+ },
138
+ "recharts": {
139
+ "optional": true
140
+ },
141
+ "sharp": {
142
+ "optional": true
143
+ }
136
144
  },
137
145
  "devDependencies": {
138
146
  "@biomejs/biome": "2.4.13",