-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5ca230
commit 41516ff
Showing
12 changed files
with
28 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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": "*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -13,6 +13,6 @@ | |
], | ||
"scripts": { | ||
"prebuild": "rimraf dist", | ||
"build": "parcel build src/index.ts --no-scope-hoist" | ||
"build": "parcel build src/index.ts" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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": "*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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": "*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|