Updated package.jsons

main
jaxoncreed 2 years ago
parent 2243e17528
commit b9d7b85adc
  1. 2
      lerna.json
  2. 14
      packages/cli/package.json
  3. 15
      packages/dataset/package.json
  4. 15
      packages/jsonld-dataset-proxy/package.json
  5. 20
      packages/ldo/package.json
  6. 12
      packages/rdf-utils/package.json
  7. 13
      packages/schema-converter-shex/package.json
  8. 24
      packages/solid-react/package.json
  9. 20
      packages/solid/package.json
  10. 17
      packages/subscribable-dataset/package.json
  11. 13
      packages/traverser-shexj/package.json
  12. 12
      packages/type-traverser/package.json

@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.1-alpha.0"
"version": "0.0.1-alpha.1"
}

@ -1,6 +1,6 @@
{
"name": "@ldobjects/cli",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "A Command Line Interface for Linked Data Objects",
"main": "./dist/index.js",
"bin": {
@ -23,14 +23,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/o-development/ldo-cli.git"
"url": "git+https://github.com/o-development/ldobjects.git"
},
"author": "Jackson Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/o-development/ldo-cli/issues"
"url": "https://github.com/o-development/ldobjects/issues"
},
"homepage": "https://github.com/o-development/ldo-cli#readme",
"homepage": "https://github.com/o-development/ldobjects/tree/main/packages/cli#readme",
"devDependencies": {
"@types/child-process-promise": "^2.2.2",
"@types/ejs": "^3.1.1",
@ -43,12 +43,16 @@
"ts-jest": "^27.0.7"
},
"dependencies": {
"@ldobjects/schema-converter-shex": "^0.0.1-alpha.0",
"@ldobjects/schema-converter-shex": "^0.0.1-alpha.1",
"@shexjs/parser": "^1.0.0-alpha.24",
"child-process-promise": "^2.2.1",
"commander": "^9.3.0",
"ejs": "^3.1.8",
"fs-extra": "^10.1.0",
"loading-cli": "^1.1.0"
},
"files": [ "dist" ],
"publishConfig": {
"access": "public"
}
}

@ -1,6 +1,6 @@
{
"name": "@ldobjects/dataset",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "An RDFJS dataset implementation",
"main": "dist/index.js",
"scripts": {
@ -14,14 +14,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/o-development/o-dataset-pack.git"
"url": "git+https://github.com/o-development/ldobjects.git"
},
"author": "Jackson Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/o-development/o-dataset-pack/issues"
"url": "https://github.com/o-development/ldobjects/issues"
},
"homepage": "https://github.com/o-development/o-dataset-pack#readme",
"homepage": "https://github.com/o-development/ldobjects/tree/main/packages/dataset#readme",
"devDependencies": {
"@rdfjs/data-model": "^1.2.0",
"@rdfjs/types": "^1.0.1",
@ -34,12 +34,15 @@
"ts-node": "^9.1.1"
},
"dependencies": {
"@ldobjects/rdf-utils": "^0.0.1-alpha.0",
"@ldobjects/rdf-utils": "^0.0.1-alpha.1",
"@rdfjs/dataset": "^1.1.0",
"buffer": "^6.0.3",
"readable-stream": "^4.2.0"
},
"files": [
"dist"
]
],
"publishConfig": {
"access": "public"
}
}

@ -1,6 +1,6 @@
{
"name": "@ldobjects/jsonld-dataset-proxy",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "",
"main": "dist/index.js",
"scripts": {
@ -14,14 +14,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/o-development/jsonld-dataset-proxy.git"
"url": "git+https://github.com/o-development/ldobjects.git"
},
"author": "Jackson Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/o-development/jsonld-dataset-proxy/issues"
"url": "https://github.com/o-development/ldobjects/issues"
},
"homepage": "https://github.com/o-development/jsonld-dataset-proxy#readme",
"homepage": "https://github.com/o-development/ldobjects/tree/main/packages/jsonld-dataset-proxy#readme",
"devDependencies": {
"@rdfjs/types": "^1.1.0",
"@types/jest": "^27.0.3",
@ -39,10 +39,13 @@
"dist"
],
"dependencies": {
"@ldobjects/rdf-utils": "^0.0.1-alpha.0",
"@ldobjects/subscribable-dataset": "^0.0.1-alpha.0",
"@ldobjects/rdf-utils": "^0.0.1-alpha.1",
"@ldobjects/subscribable-dataset": "^0.0.1-alpha.1",
"@rdfjs/data-model": "^1.2.0",
"@rdfjs/dataset": "^1.1.0",
"jsonld2graphobject": "^0.0.4"
},
"publishConfig": {
"access": "public"
}
}

@ -1,6 +1,6 @@
{
"name": "@ldobjects/ldo",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "",
"main": "dist/index.js",
"scripts": {
@ -13,16 +13,16 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/o-development/ldo.git"
"url": "git+https://github.com/o-development/ldobjects.git"
},
"author": "Jackson Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/o-development/ldo/issues"
"url": "https://github.com/o-development/ldobjects/issues"
},
"homepage": "https://github.com/o-development/ldo#readme",
"homepage": "https://github.com/o-development/ldobjects/tree/main/packages/ldo#readme",
"devDependencies": {
"@ldobjects/rdf-utils": "^0.0.1-alpha.0",
"@ldobjects/rdf-utils": "^0.0.1-alpha.1",
"@rdfjs/types": "^1.0.1",
"@types/jest": "^27.0.3",
"@types/jsonld": "^1.5.6",
@ -35,14 +35,18 @@
"ts-node": "^10.4.0"
},
"dependencies": {
"@ldobjects/dataset": "^0.0.1-alpha.0",
"@ldobjects/jsonld-dataset-proxy": "^0.0.1-alpha.0",
"@ldobjects/subscribable-dataset": "^0.0.1-alpha.0",
"@ldobjects/dataset": "^0.0.1-alpha.1",
"@ldobjects/jsonld-dataset-proxy": "^0.0.1-alpha.1",
"@ldobjects/subscribable-dataset": "^0.0.1-alpha.1",
"@rdfjs/data-model": "^1.2.0",
"buffer": "^6.0.3",
"readable-stream": "^4.3.0"
},
"overrides": {
"readable-stream": "^4.3.0"
},
"files": [ "dist" ],
"publishConfig": {
"access": "public"
}
}

@ -1,6 +1,6 @@
{
"name": "@ldobjects/rdf-utils",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "Some RDF Utilities to support LDO librariers",
"main": "dist/index.js",
"scripts": {
@ -13,14 +13,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/o-development/devtool-boilerplate.git"
"url": "git+https://github.com/o-development/ldobjects.git"
},
"author": "Jackson Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/o-development/devtool-boilerplate/issues"
"url": "https://github.com/o-development/ldobjects/issues"
},
"homepage": "https://github.com/o-development/devtool-boilerplate#readme",
"homepage": "https://github.com/o-development/ldobjects/tree/main/packages/rdf-utils#readme",
"devDependencies": {
"@rdfjs/types": "^1.0.1",
"@types/jsonld": "^1.5.9",
@ -30,5 +30,9 @@
"@rdfjs/data-model": "^1.2.0",
"n3": "^1.17.1",
"rdf-string": "^1.6.3"
},
"files": [ "dist" ],
"publishConfig": {
"access": "public"
}
}

@ -1,6 +1,6 @@
{
"name": "@ldobjects/schema-converter-shex",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "",
"main": "dist/index.js",
"scripts": {
@ -11,14 +11,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/o-development/shexj2typeandcontext.git"
"url": "git+https://github.com/o-development/ldobjects.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/o-development/shexj2typeandcontext/issues"
"url": "https://github.com/o-development/ldobjects/issues"
},
"homepage": "https://github.com/o-development/shexj2typeandcontextr#readme",
"homepage": "https://github.com/o-development/ldobjects/tree/main/packages/schema-converter-shex#readme",
"devDependencies": {
"@shexjs/parser": "^1.0.0-alpha.24",
"@types/jest": "^27.0.3",
@ -33,8 +33,11 @@
"dist"
],
"dependencies": {
"@ldobjects/traverser-shexj": "^0.0.1-alpha.0",
"@ldobjects/traverser-shexj": "^0.0.1-alpha.1",
"dts-dom": "^3.6.0",
"jsonld2graphobject": "^0.0.5"
},
"publishConfig": {
"access": "public"
}
}

@ -1,6 +1,6 @@
{
"name": "@ldobjects/solid-react",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "A React library for LDO and Solid",
"main": "dist/index.js",
"scripts": {
@ -14,17 +14,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/o-development/devtool-boilerplate.git"
"url": "git+https://github.com/o-development/ldobjects.git"
},
"author": "Jackson Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/o-development/devtool-boilerplate/issues"
"url": "https://github.com/o-development/ldobjects/issues"
},
"homepage": "https://github.com/o-development/devtool-boilerplate#readme",
"homepage": "https://github.com/o-development/ldobjects/tree/main/packages/solid-react#readme",
"devDependencies": {
"@inrupt/solid-client-authn-core": "^1.17.1",
"@ldobjects/rdf-utils": "^0.0.1-alpha.0",
"@ldobjects/rdf-utils": "^0.0.1-alpha.1",
"@rdfjs/types": "^1.0.1",
"@types/jest": "^29.0.3",
"ts-jest": "^29.0.2"
@ -32,12 +32,16 @@
"dependencies": {
"@inrupt/solid-client": "^1.29.0",
"@inrupt/solid-client-authn-browser": "^1.17.1",
"@ldobjects/dataset": "^0.0.1-alpha.0",
"@ldobjects/jsonld-dataset-proxy": "^0.0.1-alpha.0",
"@ldobjects/ldo": "^0.0.1-alpha.0",
"@ldobjects/solid": "^0.0.1-alpha.0",
"@ldobjects/subscribable-dataset": "^0.0.1-alpha.0",
"@ldobjects/dataset": "^0.0.1-alpha.1",
"@ldobjects/jsonld-dataset-proxy": "^0.0.1-alpha.1",
"@ldobjects/ldo": "^0.0.1-alpha.1",
"@ldobjects/solid": "^0.0.1-alpha.1",
"@ldobjects/subscribable-dataset": "^0.0.1-alpha.1",
"@rdfjs/data-model": "^1.2.0",
"cross-fetch": "^3.1.6"
},
"files": [ "dist" ],
"publishConfig": {
"access": "public"
}
}

@ -1,6 +1,6 @@
{
"name": "@ldobjects/solid",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "A library for LDO and Solid",
"main": "dist/index.js",
"scripts": {
@ -15,17 +15,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/o-development/devtool-boilerplate.git"
"url": "git+https://github.com/o-development/ldobjects.git"
},
"author": "Jackson Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/o-development/devtool-boilerplate/issues"
"url": "https://github.com/o-development/ldobjects/issues"
},
"homepage": "https://github.com/o-development/devtool-boilerplate#readme",
"homepage": "https://github.com/o-development/ldobjects/tree/main/packages/solid#readme",
"devDependencies": {
"@inrupt/solid-client-authn-core": "^1.17.1",
"@ldobjects/cli": "^0.0.1-alpha.0",
"@ldobjects/cli": "^0.0.1-alpha.1",
"@rdfjs/data-model": "^1.2.0",
"@rdfjs/types": "^1.0.1",
"@solid/community-server": "^6.0.2",
@ -38,12 +38,16 @@
},
"dependencies": {
"@inrupt/solid-client": "^1.30.0",
"@ldobjects/dataset": "^0.0.1-alpha.0",
"@ldobjects/ldo": "^0.0.1-alpha.0",
"@ldobjects/rdf-utils": "^0.0.1-alpha.0",
"@ldobjects/dataset": "^0.0.1-alpha.1",
"@ldobjects/ldo": "^0.0.1-alpha.1",
"@ldobjects/rdf-utils": "^0.0.1-alpha.1",
"@types/parse-link-header": "^2.0.1",
"cross-fetch": "^3.1.6",
"http-link-header": "^1.1.1",
"ts-mixer": "^6.0.3"
},
"files": [ "dist" ],
"publishConfig": {
"access": "public"
}
}

@ -1,6 +1,6 @@
{
"name": "@ldobjects/subscribable-dataset",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "An RDFJS dataset implementation that can be subscribed to for updates",
"main": "dist/index.js",
"scripts": {
@ -13,14 +13,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/o-development/o-dataset-pack.git"
"url": "git+https://github.com/o-development/ldobjects.git"
},
"author": "Jackson Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/o-development/o-dataset-pack/issues"
"url": "https://github.com/o-development/ldobjects/issues"
},
"homepage": "https://github.com/o-development/o-dataset-pack#readme",
"homepage": "https://github.com/o-development/ldobjects/tree/main/packages/subscribable-dataset#readme",
"devDependencies": {
"@rdfjs/data-model": "^1.2.0",
"@rdfjs/dataset": "^1.1.0",
@ -33,10 +33,13 @@
"ts-node": "^9.1.1"
},
"dependencies": {
"@ldobjects/dataset": "^0.0.1-alpha.0",
"@ldobjects/rdf-utils": "^0.0.1-alpha.0"
"@ldobjects/dataset": "^0.0.1-alpha.1",
"@ldobjects/rdf-utils": "^0.0.1-alpha.1"
},
"files": [
"dist"
]
],
"publishConfig": {
"access": "public"
}
}

@ -1,6 +1,6 @@
{
"name": "@ldobjects/traverser-shexj",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "A type-traverser for ShexJ",
"main": "dist/index.js",
"scripts": {
@ -11,14 +11,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/o-development/json-ld-shex-mapper.git"
"url": "git+https://github.com/o-development/ldobjects.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/o-development/json-ld-shex-mapper/issues"
"url": "https://github.com/o-development/ldobjects/issues"
},
"homepage": "https://github.com/o-development/json-ld-shex-mapper#readme",
"homepage": "https://github.com/o-development/ldobjects/tree/main/packages/traverser-shexj#readme",
"devDependencies": {
"@types/jest": "^29.0.3",
"@types/shexj": "^2.1.3",
@ -29,6 +29,9 @@
"dist"
],
"dependencies": {
"@ldobjects/type-traverser": "^0.0.1-alpha.0"
"@ldobjects/type-traverser": "^0.0.1-alpha.1"
},
"publishConfig": {
"access": "public"
}
}

@ -1,6 +1,6 @@
{
"name": "@ldobjects/type-traverser",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"description": "An organized way to traverse over objects using typescript",
"main": "dist/index.js",
"scripts": {
@ -12,14 +12,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/o-development/type-traverser.git"
"url": "git+https://github.com/o-development/ldobjects.git"
},
"author": "Jackson Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/o-development/type-traverser/issues"
"url": "https://github.com/o-development/ldobjects/issues"
},
"homepage": "https://github.com/o-development/type-traverser#readme",
"homepage": "https://github.com/o-development/ldobjects/tree/main/packages/type=traverser#readme",
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/uuid": "^8.3.4",
@ -29,5 +29,9 @@
},
"dependencies": {
"uuid": "^8.3.2"
},
"files": [ "dist" ],
"publishConfig": {
"access": "public"
}
}

Loading…
Cancel
Save