@docpensieve/theme 0.1.0 → 0.1.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docpensieve/theme",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "DocPensieve theme system: composable providers (Tailwind, custom)",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -20,7 +20,7 @@
20
20
  "types"
21
21
  ],
22
22
  "dependencies": {
23
- "@docpensieve/shared": "^0.1.0",
23
+ "@docpensieve/shared": "0.1.2",
24
24
  "tailwindcss": "^4.3.3"
25
25
  },
26
26
  "keywords": [
@@ -107,7 +107,7 @@ export class TailwindProvider extends BaseThemeProvider {
107
107
  } catch (cause) {
108
108
  throw new ThemeError('The "tailwindcss" package cannot be found.', {
109
109
  cause,
110
- hint: 'Reinstall the dependencies with "npm install", or choose the custom theme in docpensieve.config.js.',
110
+ hint: 'Reinstall the dependencies with "npm install", or choose the custom theme in the configuration file.',
111
111
  });
112
112
  }
113
113
  }