@objectdocs/site 0.2.1 → 0.2.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @objectdocs/site
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: update package metadata for publishing
8
+
9
+ ## 0.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated README documentation with corrected configuration file names and enhanced Quick Start section
14
+
3
15
  ## 0.2.1
4
16
 
5
17
  ### Patch Changes
@@ -7,7 +7,7 @@
7
7
  */
8
8
 
9
9
  import { deepMerge } from './deep-merge';
10
- import objectDocsConfig from '@/docs.site.json';
10
+ import objectDocsConfig from '../docs.site.json';
11
11
 
12
12
  export interface SiteConfig {
13
13
  meta: {
package/package.json CHANGED
@@ -1,6 +1,15 @@
1
1
  {
2
2
  "name": "@objectdocs/site",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
+ "description": "ObjectDocs Site Template",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/steedos/objectdocs.git",
8
+ "directory": "packages/site"
9
+ },
10
+ "publishConfig": {
11
+ "access": "public"
12
+ },
4
13
  "dependencies": {
5
14
  "@fumadocs/ui": "^16.4.7",
6
15
  "@tailwindcss/postcss": "^4.1.18",