@vendure/docs 0.0.0-202601211412 → 0.0.0-202601211435

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.
@@ -920,7 +920,7 @@ enum LanguageCode {
920
920
  >
921
921
  {`"""
922
922
  Permissions for administrators and customers. Used to control access to
923
- GraphQL resolvers via the {@link Allow} decorator.
923
+ GraphQL resolvers via the Allow decorator.
924
924
 
925
925
  ## Understanding Permission.Owner
926
926
 
@@ -855,7 +855,7 @@ enum LanguageCode {
855
855
  >
856
856
  {`"""
857
857
  Permissions for administrators and customers. Used to control access to
858
- GraphQL resolvers via the {@link Allow} decorator.
858
+ GraphQL resolvers via the Allow decorator.
859
859
 
860
860
  ## Understanding Permission.Owner
861
861
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/docs",
3
- "version": "0.0.0-202601211412",
3
+ "version": "0.0.0-202601211435",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",