@traqula/rules-sparql-1-1-adjust 0.0.1-alpha.9 → 0.0.1

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 +2 -8
  2. package/package.json +4 -4
package/lib/index.cjs CHANGED
@@ -12938,17 +12938,11 @@ var aggregateGroup_concat = {
12938
12938
  const closeToken = CONSUME(symbols_exports.RParen);
12939
12939
  return ACTION(() => {
12940
12940
  const F2 = C.factory;
12941
- return sep ? F2.aggregate(
12942
- operatorToken.image,
12943
- Boolean(distinctToken),
12944
- expr,
12945
- sep.value,
12946
- F2.sourceLocation(operatorToken, closeToken)
12947
- ) : F2.aggregate(
12941
+ return F2.aggregate(
12948
12942
  operatorToken.image,
12949
12943
  Boolean(distinctToken),
12950
12944
  expr,
12951
- " ",
12945
+ sep?.value ?? " ",
12952
12946
  F2.sourceLocation(operatorToken, closeToken)
12953
12947
  );
12954
12948
  });
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.1-alpha.9+427f381",
4
+ "version": "0.0.1",
5
5
  "description": "Traqula Lexer and Grammar Rules for sparql 1.1-ADJUST",
6
6
  "lsd:module": true,
7
7
  "license": "MIT",
@@ -38,8 +38,8 @@
38
38
  "build:transpile": " node \"../../node_modules/esbuild/bin/esbuild\" --format=cjs --bundle --log-level=error --outfile=lib/index.cjs lib/index.ts"
39
39
  },
40
40
  "dependencies": {
41
- "@traqula/core": "^0.0.1-alpha.9+427f381",
42
- "@traqula/rules-sparql-1-1": "^0.0.1-alpha.9+427f381"
41
+ "@traqula/core": "^0.0.1",
42
+ "@traqula/rules-sparql-1-1": "^0.0.1"
43
43
  },
44
- "gitHead": "427f3819138dd557621cae40c761213573e60017"
44
+ "gitHead": "2bfa8222d972fda2ca6f0adc80a5362e0d583871"
45
45
  }