Skip to content

Commit

Permalink
Merge pull request #8 from Quodatum/dev
Browse files Browse the repository at this point in the history
[fix] #7
  • Loading branch information
apb2006 authored Mar 5, 2024
2 parents 4b69008 + c4f1bcb commit 76afbfc
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 59 deletions.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
### 0.0.6 2023-08-15
## 0.1.2 2024-02-23
* add missing %perm #1
## 0.0.6 2023-08-15
* update xpath3.1 library
130 changes: 73 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quodatum/xq-catalogs",
"version": "0.1.1",
"version": "0.1.2",
"description": "XQuery namespace and module library definitions as JSON",
"main": "index.js",
"files": ["profiles.json","packages"],
Expand Down
11 changes: 11 additions & 0 deletions packages/basex-static-namespaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
"type": "declare",
"override": true
},

"http://basex.org/modules/perm":{
"description": "Annotations for web application permission in BaseX with RESTXQ",
"prefixes": [
"perm"
],
"type": "declare",
"override": true
},

"http://basex.org/modules/input": {
"description": "RESTXQ: Input Options ",
"prefixes": [
Expand All @@ -15,6 +25,7 @@
"type": "declare",
"override": true
},

"http://expath.org/ns/pkg": {
"description": "EXPath Packages ",
"prefixes": [
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @quodatum/xq-catalogs
[github](https://github.com/Quodatum/xq-catalogs)

XQuery namespace and module library definitions as JSON.

Expand Down

0 comments on commit 76afbfc

Please sign in to comment.