@cleverbrush/schema 1.1.4 → 1.1.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -9
package/README.md CHANGED
@@ -52,7 +52,7 @@ const user = {
52
52
  };
53
53
  ```
54
54
 
55
- See [Documentation](https://docs.cleverbrush.com/v1.0/modules/Schema_Definition_And_Validation.html) or `docs` folder for more information.
55
+ See [Documentation](https://docs.cleverbrush.com/modules/_cleverbrush_schema.html) or `docs` folder for more information.
56
56
 
57
57
  ## Schema Types
58
58
 
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "files": [
9
9
  "dist"
10
10
  ],
11
- "homepage": "https://docs.cleverbrush.com/v1.1.1/modules/Schema_Definition_And_Validation.html",
11
+ "homepage": "https://docs.cleverbrush.com/modules/_cleverbrush_schema.html",
12
12
  "keywords": [
13
13
  "object schema validator",
14
14
  "schema",
@@ -29,14 +29,8 @@
29
29
  },
30
30
  "type": "module",
31
31
  "types": "./dist/index.d.ts",
32
- "typedoc": {
33
- "entryPoint": "./src/index.ts",
34
- "readmeFile": "./README.md",
35
- "displayName": "Schema Definition And Validation",
36
- "tsconfig": "./tsconfig.json"
37
- },
38
- "version": "1.1.4",
32
+ "version": "1.1.5",
39
33
  "devDependencies": {
40
- "@cleverbrush/deep": "1.1.4"
34
+ "@cleverbrush/deep": "1.1.5"
41
35
  }
42
36
  }