@traqula/rules-sparql-1-1-adjust 0.0.9 → 0.0.10

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/lib/index.cjs +1 -1
  2. package/package.json +4 -4
package/lib/index.cjs CHANGED
@@ -12136,7 +12136,7 @@ var aggregate = {
12136
12136
  },
12137
12137
  gImpl: ({ SUBRULE, PRINT_WORD }) => (ast, { factory: F2 }) => {
12138
12138
  F2.printFilter(ast, () => {
12139
- PRINT_WORD(ast.aggregation, "(");
12139
+ PRINT_WORD(ast.aggregation.toUpperCase(), "(");
12140
12140
  if (ast.distinct) {
12141
12141
  PRINT_WORD("DISTINCT");
12142
12142
  }
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.9",
4
+ "version": "0.0.10",
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:transpile": " node \"../../node_modules/esbuild/bin/esbuild\" --format=cjs --bundle --log-level=error --outfile=lib/index.cjs lib/index.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@traqula/core": "^0.0.9",
45
- "@traqula/rules-sparql-1-1": "^0.0.9"
44
+ "@traqula/core": "^0.0.10",
45
+ "@traqula/rules-sparql-1-1": "^0.0.10"
46
46
  },
47
- "gitHead": "c13cd255122c688daad98bf313a3397cbffdc45d"
47
+ "gitHead": "94b444f4b1a6904fa4e8979f023a119a48ee4a1d"
48
48
  }