@poveste/shared 0.1.0 → 0.1.1

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.
@@ -133,7 +133,7 @@ export interface PovesteConfig {
133
133
  *
134
134
  * Import custom CSS files from this file.
135
135
  *
136
- * Example: `'/src/histoire-setup.ts'`
136
+ * Example: `'/src/poveste-setup.ts'`
137
137
  */
138
138
  setupFile?: string | {
139
139
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@poveste/shared",
3
3
  "type": "module",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "description": "Shared utilities for Poveste",
6
6
  "author": {
7
7
  "name": "Sorin Gitlan"
@@ -33,7 +33,7 @@
33
33
  "chokidar": "^4.0.1",
34
34
  "pathe": "^1.1.2",
35
35
  "picocolors": "^1.1.1",
36
- "@poveste/vendors": "^0.1.0"
36
+ "@poveste/vendors": "^0.1.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "typescript": "5.6.3",
@@ -143,7 +143,7 @@ export interface PovesteConfig {
143
143
  *
144
144
  * Import custom CSS files from this file.
145
145
  *
146
- * Example: `'/src/histoire-setup.ts'`
146
+ * Example: `'/src/poveste-setup.ts'`
147
147
  */
148
148
  setupFile?: string | {
149
149
  /**