Skip to content

Commit

Permalink
Fixed sparql utils re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
karelklima committed Oct 6, 2021
1 parent f5ca230 commit 41516ff
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ldkit/app",
"version": "0.0.1",
"version": "0.0.2",
"author": "Karel Klima",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ldkit/config",
"version": "0.0.1",
"version": "0.0.2",
"files": [
".prettierrc.json",
"tsconfig.json"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ldkit/core",
"version": "0.0.1",
"version": "0.0.2",
"description": "Linked Data Kit Core",
"author": "Karel Klima <[email protected]>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
],
"scripts": {
"prebuild": "rimraf dist",
"build": "parcel build src/index.ts --no-scope-hoist"
"build": "parcel build src/index.ts"
},
"peerDependencies": {
"@ldkit/engine": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ldkit/engine",
"version": "0.0.1",
"version": "0.0.2",
"description": "Linked Data Kit Engine",
"author": "Karel Klima <[email protected]>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
],
"scripts": {
"prebuild": "rimraf dist",
"build": "parcel build src/index.ts --no-scope-hoist"
"build": "parcel build src/index.ts"
},
"peerDependencies": {
"@comunica/actor-init-sparql": "^1.22.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/namespace-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ldkit/namespace-builder",
"version": "0.0.1",
"version": "0.0.2",
"description": "Linked Data Kit Namespace Builder",
"main": "cli.js",
"cli": "cli.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/namespaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ldkit/namespaces",
"version": "0.0.1",
"version": "0.0.2",
"description": "Linked Data Kit Namespaces",
"author": "Karel Klima <[email protected]>",
"license": "MIT",
Expand All @@ -13,6 +13,6 @@
],
"scripts": {
"prebuild": "rimraf dist",
"build": "parcel build src/index.ts --no-scope-hoist"
"build": "parcel build src/index.ts"
}
}
4 changes: 2 additions & 2 deletions packages/rdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ldkit/rdf",
"version": "0.0.1",
"version": "0.0.2",
"description": "Linked Data Kit RDF utilities",
"author": "Karel Klima <[email protected]>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
],
"scripts": {
"prebuild": "rimraf dist",
"build": "parcel build src/index.ts --no-scope-hoist"
"build": "parcel build src/index.ts"
},
"peerDependencies": {
"@types/rdf-js": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/resource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ldkit/resource",
"version": "0.0.1",
"version": "0.0.2",
"description": "Linked Data Kit Data Resource",
"author": "Karel Klima <[email protected]>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
],
"scripts": {
"prebuild": "rimraf dist",
"build": "parcel build src/index.ts --no-scope-hoist"
"build": "parcel build src/index.ts"
},
"peerDependencies": {
"@ldkit/engine": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ldkit/schema",
"version": "0.0.1",
"version": "0.0.2",
"description": "Linked Data Kit Schema",
"author": "Karel Klima <[email protected]>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
],
"scripts": {
"prebuild": "rimraf dist",
"build": "parcel build src/index.ts --no-scope-hoist"
"build": "parcel build src/index.ts"
},
"peerDependencies": {
"@ldkit/namespaces": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/sparql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ldkit/sparql",
"version": "0.0.1",
"version": "0.0.2",
"description": "Linked Data Kit SPARQL utilities",
"author": "Karel Klima <[email protected]>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
],
"scripts": {
"prebuild": "rimraf dist",
"build": "parcel build src/index.ts --no-scope-hoist"
"build": "parcel build src/index.ts"
},
"peerDependencies": {
"@tpluscode/rdf-string": "^0.2.24",
Expand Down
11 changes: 10 additions & 1 deletion packages/sparql/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
export * from "@tpluscode/sparql-builder";
export { sparql as $ } from "@tpluscode/rdf-string";
export type { SparqlTemplateResult } from "@tpluscode/rdf-string";
export {
DELETE,
INSERT,
ASK,
DESCRIBE,
CONSTRUCT,
SELECT,
WITH,
} from "@tpluscode/sparql-builder";
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ldkit/tests",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"author": "Karel Klima <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 41516ff

Please sign in to comment.