@traqula/rules-sparql-1-1-adjust 0.0.13 → 0.0.15

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.
package/lib/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * as gram from './grammar';
2
- export * as lex from './lexer';
1
+ export * as gram from './grammar.js';
2
+ export * as lex from './lexer.js';
package/lib/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export * as gram from './grammar';
2
- export * as lex from './lexer';
1
+ export * as gram from './grammar.js';
2
+ export * as lex from './lexer.js';
3
3
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC","sourcesContent":["export * as gram from './grammar';\nexport * as lex from './lexer';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,cAAc,CAAC;AACrC,OAAO,KAAK,GAAG,MAAM,YAAY,CAAC","sourcesContent":["export * as gram from './grammar.js';\nexport * as lex from './lexer.js';\n"]}
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.13",
4
+ "version": "0.0.15",
5
5
  "description": "Traqula Lexer and Grammar Rules for sparql 1.1-ADJUST",
6
6
  "lsd:module": true,
7
7
  "license": "MIT",
@@ -20,6 +20,7 @@
20
20
  "exports": {
21
21
  "./package.json": "./package.json",
22
22
  ".": {
23
+ "types": "./lib/index.d.ts",
23
24
  "import": "./lib/index.js",
24
25
  "require": "./lib/index.cjs"
25
26
  }
@@ -41,8 +42,8 @@
41
42
  "build:transpile": " node \"../../node_modules/esbuild/bin/esbuild\" --format=cjs --bundle --log-level=error --outfile=lib/index.cjs lib/index.ts"
42
43
  },
43
44
  "dependencies": {
44
- "@traqula/core": "^0.0.13",
45
- "@traqula/rules-sparql-1-1": "^0.0.13"
45
+ "@traqula/core": "^0.0.15",
46
+ "@traqula/rules-sparql-1-1": "^0.0.15"
46
47
  },
47
- "gitHead": "324ed65dcfacb6cfa31007e0d5ee43f2599b7284"
48
+ "gitHead": "2f40ffab200b0bf946fc9bef959d304e654977af"
48
49
  }