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

@ -1,6 +1,6 @@
{ {
"name": "@ldobjects/dataset", "name": "@ldobjects/dataset",
"version": "0.0.1-alpha.0", "version": "0.0.1-alpha.1",
"description": "An RDFJS dataset implementation", "description": "An RDFJS dataset implementation",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
@ -14,14 +14,14 @@
}, },
"repository": { "repository": {
"type": "git", "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", "author": "Jackson Morgan",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "devDependencies": {
"@rdfjs/data-model": "^1.2.0", "@rdfjs/data-model": "^1.2.0",
"@rdfjs/types": "^1.0.1", "@rdfjs/types": "^1.0.1",
@ -34,12 +34,15 @@
"ts-node": "^9.1.1" "ts-node": "^9.1.1"
}, },
"dependencies": { "dependencies": {
"@ldobjects/rdf-utils": "^0.0.1-alpha.0", "@ldobjects/rdf-utils": "^0.0.1-alpha.1",
"@rdfjs/dataset": "^1.1.0", "@rdfjs/dataset": "^1.1.0",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"readable-stream": "^4.2.0" "readable-stream": "^4.2.0"
}, },
"files": [ "files": [
"dist" "dist"
] ],
"publishConfig": {
"access": "public"
}
} }

@ -1,6 +1,6 @@
{ {
"name": "@ldobjects/jsonld-dataset-proxy", "name": "@ldobjects/jsonld-dataset-proxy",
"version": "0.0.1-alpha.0", "version": "0.0.1-alpha.1",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
@ -14,14 +14,14 @@
}, },
"repository": { "repository": {
"type": "git", "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", "author": "Jackson Morgan",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "devDependencies": {
"@rdfjs/types": "^1.1.0", "@rdfjs/types": "^1.1.0",
"@types/jest": "^27.0.3", "@types/jest": "^27.0.3",
@ -39,10 +39,13 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@ldobjects/rdf-utils": "^0.0.1-alpha.0", "@ldobjects/rdf-utils": "^0.0.1-alpha.1",
"@ldobjects/subscribable-dataset": "^0.0.1-alpha.0", "@ldobjects/subscribable-dataset": "^0.0.1-alpha.1",
"@rdfjs/data-model": "^1.2.0", "@rdfjs/data-model": "^1.2.0",
"@rdfjs/dataset": "^1.1.0", "@rdfjs/dataset": "^1.1.0",
"jsonld2graphobject": "^0.0.4" "jsonld2graphobject": "^0.0.4"
},
"publishConfig": {
"access": "public"
} }
} }

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

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

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

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

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

@ -1,6 +1,6 @@
{ {
"name": "@ldobjects/subscribable-dataset", "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", "description": "An RDFJS dataset implementation that can be subscribed to for updates",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
@ -13,14 +13,14 @@
}, },
"repository": { "repository": {
"type": "git", "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", "author": "Jackson Morgan",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "devDependencies": {
"@rdfjs/data-model": "^1.2.0", "@rdfjs/data-model": "^1.2.0",
"@rdfjs/dataset": "^1.1.0", "@rdfjs/dataset": "^1.1.0",
@ -33,10 +33,13 @@
"ts-node": "^9.1.1" "ts-node": "^9.1.1"
}, },
"dependencies": { "dependencies": {
"@ldobjects/dataset": "^0.0.1-alpha.0", "@ldobjects/dataset": "^0.0.1-alpha.1",
"@ldobjects/rdf-utils": "^0.0.1-alpha.0" "@ldobjects/rdf-utils": "^0.0.1-alpha.1"
}, },
"files": [ "files": [
"dist" "dist"
] ],
"publishConfig": {
"access": "public"
}
} }

@ -1,6 +1,6 @@
{ {
"name": "@ldobjects/traverser-shexj", "name": "@ldobjects/traverser-shexj",
"version": "0.0.1-alpha.0", "version": "0.0.1-alpha.1",
"description": "A type-traverser for ShexJ", "description": "A type-traverser for ShexJ",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
@ -11,14 +11,14 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/o-development/json-ld-shex-mapper.git" "url": "git+https://github.com/o-development/ldobjects.git"
}, },
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "devDependencies": {
"@types/jest": "^29.0.3", "@types/jest": "^29.0.3",
"@types/shexj": "^2.1.3", "@types/shexj": "^2.1.3",
@ -29,6 +29,9 @@
"dist" "dist"
], ],
"dependencies": { "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", "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", "description": "An organized way to traverse over objects using typescript",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
@ -12,14 +12,14 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/o-development/type-traverser.git" "url": "git+https://github.com/o-development/ldobjects.git"
}, },
"author": "Jackson Morgan", "author": "Jackson Morgan",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "devDependencies": {
"@types/jest": "^27.4.0", "@types/jest": "^27.4.0",
"@types/uuid": "^8.3.4", "@types/uuid": "^8.3.4",
@ -29,5 +29,9 @@
}, },
"dependencies": { "dependencies": {
"uuid": "^8.3.2" "uuid": "^8.3.2"
},
"files": [ "dist" ],
"publishConfig": {
"access": "public"
} }
} }

Loading…
Cancel
Save