@tpluscode/rdf-string
Advanced tools
Comparing version 1.2.0 to 1.2.1
import DataFactory from '@rdfjs/data-model/Factory.js'; | ||
declare const _default: import("@rdfjs/environment/Environment").Environment<import("@rdfjs/term-map/Factory.js").TermMapFactory | DataFactory>; | ||
declare const _default: import("@rdfjs/environment/Environment.js").Environment<import("@rdfjs/term-map/Factory.js").TermMapFactory | DataFactory>; | ||
export default _default; | ||
//# sourceMappingURL=defaultEnv.d.ts.map |
import { BlankNode, DataFactory, DatasetCore, Literal, NamedNode, Quad, Term } from '@rdfjs/types'; | ||
import type { Environment } from '@rdfjs/environment/Environment'; | ||
import type { TermMapFactory } from '@rdfjs/term-map/Factory'; | ||
import type { Environment } from '@rdfjs/environment/Environment.js'; | ||
import type { TermMapFactory } from '@rdfjs/term-map/Factory.js'; | ||
import { Value } from './value.js'; | ||
@@ -5,0 +5,0 @@ import { PartialString, SerializationStrategy, TemplateResult } from './TemplateResult.js'; |
import { BlankNode, DatasetCore, DefaultGraph, Literal, NamedNode, Quad, Term } from '@rdfjs/types'; | ||
import type { Environment } from '@rdfjs/environment/Environment'; | ||
import type { Environment } from '@rdfjs/environment/Environment.js'; | ||
import type DataFactory from '@rdfjs/data-model/Factory.js'; | ||
import type { TermMapFactory } from '@rdfjs/term-map/Factory'; | ||
import type { TermMapFactory } from '@rdfjs/term-map/Factory.js'; | ||
import { NQuadsStrategy } from './nquads.js'; | ||
@@ -6,0 +6,0 @@ import { Value } from './value.js'; |
import { BlankNode, DataFactory, DatasetCore, Literal, NamedNode, Quad, Term, Variable } from '@rdfjs/types'; | ||
import type { NamespaceBuilder } from '@rdfjs/namespace'; | ||
import type { Environment } from '@rdfjs/environment/Environment'; | ||
import type { TermMapFactory } from '@rdfjs/term-map/Factory'; | ||
import type { Environment } from '@rdfjs/environment/Environment.js'; | ||
import type { TermMapFactory } from '@rdfjs/term-map/Factory.js'; | ||
import { Value } from './value.js'; | ||
@@ -6,0 +6,0 @@ import { PartialString, SerializationStrategy, TemplateResult } from './TemplateResult.js'; |
import { BlankNode, DatasetCore, Literal, NamedNode, BaseQuad, Term, Variable, DataFactory } from '@rdfjs/types'; | ||
import type { Environment } from '@rdfjs/environment/Environment'; | ||
import type { TermMapFactory } from '@rdfjs/term-map/Factory'; | ||
import type { Environment } from '@rdfjs/environment/Environment.js'; | ||
import type { TermMapFactory } from '@rdfjs/term-map/Factory.js'; | ||
import { Value } from './value.js'; | ||
@@ -5,0 +5,0 @@ interface Options { |
import { BlankNode, DataFactory, DatasetCore, DefaultGraph, Literal, NamedNode, Quad, Term } from '@rdfjs/types'; | ||
import type { NamespaceBuilder } from '@rdfjs/namespace'; | ||
import type { Environment } from '@rdfjs/environment/Environment'; | ||
import type { TermMapFactory } from '@rdfjs/term-map/Factory'; | ||
import type { Environment } from '@rdfjs/environment/Environment.js'; | ||
import type { TermMapFactory } from '@rdfjs/term-map/Factory.js'; | ||
import { Value } from './value.js'; | ||
@@ -6,0 +6,0 @@ import { PartialString, SerializationStrategy, TemplateResult } from './TemplateResult.js'; |
{ | ||
"name": "@tpluscode/rdf-string", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Simplifies creating of RDF strings using ECMAscript templates", | ||
@@ -39,3 +39,3 @@ "main": "index.js", | ||
"@rdfjs/formats": "^4", | ||
"@tpluscode/eslint-config": "^0.4.2", | ||
"@tpluscode/eslint-config": "^0.4.5", | ||
"@types/chai": "^4.3.4", | ||
@@ -42,0 +42,0 @@ "@types/chai-snapshot-matcher": "^1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45939