Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "docsql", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"homepage": "https://github.com/peterbe/docsql", | ||
@@ -30,5 +30,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"cli-progress": "3.10.0", | ||
"commander": "9.1.0", | ||
"dotenv": "16.0.0", | ||
"cli-progress": "3.11.2", | ||
"commander": "9.4.0", | ||
"dotenv": "16.0.2", | ||
"fdir": "5.2.0", | ||
@@ -43,20 +43,20 @@ "gray-matter": "4.0.3", | ||
"@mantine/hooks": "3.6.6", | ||
"@mantine/next": "4.0.9", | ||
"@mantine/next": "4.2.11", | ||
"@modulz/radix-icons": "4.0.0", | ||
"@types/node": "17.0.23", | ||
"@types/react": "17.0.43", | ||
"@types/node": "18.7.14", | ||
"@types/react": "18.0.9", | ||
"@types/refractor": "3.0.2", | ||
"alasql": "1.7.3", | ||
"eslint": "8.12.0", | ||
"eslint-config-next": "12.1.1", | ||
"husky": "7.0.4", | ||
"next": "12.1.1", | ||
"np": "7.6.1", | ||
"prettier": "2.6.1", | ||
"eslint": "8.23.1", | ||
"eslint-config-next": "12.3.0", | ||
"husky": "8.0.1", | ||
"next": "12.3.0", | ||
"np": "7.6.2", | ||
"prettier": "2.7.1", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"react-iconly": "2.2.5", | ||
"react-refractor": "2.1.6", | ||
"swr": "1.2.2", | ||
"typescript": "4.6.3" | ||
"react-refractor": "2.1.7", | ||
"swr": "1.3.0", | ||
"typescript": "4.8.3" | ||
}, | ||
@@ -63,0 +63,0 @@ "repository": { |
@@ -112,3 +112,3 @@ # docsQL | ||
_url: `https://example.com/${pathname}`, | ||
local_url: `https://localhost:4000/${pathname}`, | ||
local_url: `http://localhost:4000/${pathname}`, | ||
} | ||
@@ -125,2 +125,15 @@ } | ||
Suppose that your URLs depend on something from the front-matter of | ||
each document, here's an example: | ||
```js | ||
// In /path/to/my/custom/plugins | ||
export default function getURL({ data: {slug} }) { | ||
return { | ||
_url: `https://example.com/en/${slug}`, | ||
} | ||
} | ||
``` | ||
### Share plugins with your team | ||
@@ -127,0 +140,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4266847
33
70075
220
+ Addedcli-progress@3.11.2(transitive)
+ Addedcommander@9.4.0(transitive)
+ Addeddotenv@16.0.2(transitive)
- Removedcli-progress@3.10.0(transitive)
- Removedcommander@9.1.0(transitive)
- Removeddotenv@16.0.0(transitive)
Updatedcli-progress@3.11.2
Updatedcommander@9.4.0
Updateddotenv@16.0.2