@traqula/generator-sparql-1-2 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 +8 -8
package/lib/index.cjs CHANGED
@@ -13192,17 +13192,11 @@ var aggregateGroup_concat = {
13192
13192
  const closeToken = CONSUME(symbols_exports.RParen);
13193
13193
  return ACTION(() => {
13194
13194
  const F3 = C.factory;
13195
- return sep ? F3.aggregate(
13196
- operatorToken.image,
13197
- Boolean(distinctToken),
13198
- expr,
13199
- sep.value,
13200
- F3.sourceLocation(operatorToken, closeToken)
13201
- ) : F3.aggregate(
13195
+ return F3.aggregate(
13202
13196
  operatorToken.image,
13203
13197
  Boolean(distinctToken),
13204
13198
  expr,
13205
- " ",
13199
+ sep?.value ?? " ",
13206
13200
  F3.sourceLocation(operatorToken, closeToken)
13207
13201
  );
13208
13202
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@traqula/generator-sparql-1-2",
3
3
  "type": "module",
4
- "version": "0.0.1-alpha.9+427f381",
4
+ "version": "0.0.1",
5
5
  "description": "SPARQL 1.2 generator",
6
6
  "lsd:module": true,
7
7
  "license": "MIT",
@@ -38,15 +38,15 @@
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/generator-sparql-1-1": "^0.0.1-alpha.9+427f381",
43
- "@traqula/rules-sparql-1-1": "^0.0.1-alpha.9+427f381",
44
- "@traqula/rules-sparql-1-2": "^0.0.1-alpha.9+427f381"
41
+ "@traqula/core": "^0.0.1",
42
+ "@traqula/generator-sparql-1-1": "^0.0.1",
43
+ "@traqula/rules-sparql-1-1": "^0.0.1",
44
+ "@traqula/rules-sparql-1-2": "^0.0.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@traqula/parser-sparql-1-2": "^0.0.1-alpha.9+427f381",
47
+ "@traqula/parser-sparql-1-2": "^0.0.1",
48
48
  "@traqula/rules-sparql-1-2": "^0.0.0",
49
- "@traqula/test-utils": "^0.0.1-alpha.9+427f381"
49
+ "@traqula/test-utils": "^0.0.1"
50
50
  },
51
- "gitHead": "427f3819138dd557621cae40c761213573e60017"
51
+ "gitHead": "2bfa8222d972fda2ca6f0adc80a5362e0d583871"
52
52
  }