@traqula/rules-sparql-1-1-adjust 0.0.24 → 0.0.25

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 +2 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Traqula Rules SPARQL 1.1 + ADJUST package
2
2
 
3
+ [![npm version](https://badge.fury.io/js/@traqula%2Frules-sparql-1-1-adjust.svg)](https://www.npmjs.com/package/@traqula/rules-sparql-1-1-adjust)
4
+
3
5
  Traqula rules SPARQL 1.1 + ADJUST contains additional rules required for creating a parser for
4
6
  SPARQL 1.1 + ADJUST function from the SPARQL 1.1 rules.
5
7
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@traqula/rules-sparql-1-1-adjust",
3
3
  "type": "module",
4
- "version": "0.0.24",
4
+ "version": "0.0.25",
5
5
  "description": "Traqula Lexer and Grammar Rules for sparql 1.1-ADJUST",
6
6
  "lsd:module": true,
7
7
  "license": "MIT",
@@ -41,8 +41,8 @@
41
41
  "build:cjs": "node \"../../node_modules/typescript/bin/tsc\" -b tsconfig.cjs.json"
42
42
  },
43
43
  "dependencies": {
44
- "@traqula/core": "^0.0.24",
45
- "@traqula/rules-sparql-1-1": "^0.0.24"
44
+ "@traqula/core": "^0.0.25",
45
+ "@traqula/rules-sparql-1-1": "^0.0.25"
46
46
  },
47
- "gitHead": "9865fe1fe302819d46e19c6f3250ceef778f434f"
47
+ "gitHead": "52cfb2b513294dc154febc0209ac811ceeb6785b"
48
48
  }