@universe/models
Advanced tools
Comparing version
{ | ||
"name": "@universe/models", | ||
"version": "2.2.3", | ||
"main": "dist/src/index.js", | ||
"version": "3.0.0", | ||
"main": "esm/src/index.js", | ||
"description": "Universe data models.", | ||
"author": "Adam Miller <adam@universe.app>", | ||
"license": "UNLICENSED", | ||
"type": "module", | ||
"private": false, | ||
"repository": "https://github.com/universe/big-blue", | ||
"exports": { | ||
".": { | ||
"types": "./esm/src/index.d.ts", | ||
"import": "./esm/src/index.js" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"esm", | ||
"schema.gql", | ||
"!dist/test", | ||
"!dist/tsconfig.tsbuildinfo" | ||
"!esm/test", | ||
"!esm/tsconfig.tsbuildinfo" | ||
], | ||
"scripts": { | ||
"build": "rm -rf esm && node ./generators/typescript.js && tsc -b tsconfig.json", | ||
"build:dbt": "node ./generators/dbt.js", | ||
"build:python": "node ./generators/python.js", | ||
"build:ext": "node ./ext/build/index.mjs", | ||
"build:gen": "rm -rf dist && tsc --b tsconfig.plugins.json ", | ||
"build": "rm -rf dist && yarn build:ext && tsc -b tsconfig.plugins.json && yarn run generate && rm -rf dist && tsc -b tsconfig.json", | ||
"generate": "gql-gen", | ||
"pretest": "rm ./test.db && yarn run build", | ||
"test": "mocha dist/test", | ||
"watch": "watch 'yarn run test' './src' './test' './plugins' --wait=3", | ||
"pretest": "rm -f ./test.db && yarn run build", | ||
"test": "mocha esm/test", | ||
"watch": "watch 'yarn build' './generators' './src' './test' --wait=1", | ||
"prepublish": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"@universe/util": "^1.1.1" | ||
"@universe/util": "^1.1.1", | ||
"node-fetch": "^3.2.3" | ||
}, | ||
@@ -34,2 +42,3 @@ "optionalDependencies": {}, | ||
"@types/validator": "^10.11.3", | ||
"code-block-writer": "^11.0.3", | ||
"graphql": "^14.1.1", | ||
@@ -40,4 +49,5 @@ "graphql-code-generator": "^0.17.0", | ||
"graphql-codegen-typescript-server": "^0.17.0", | ||
"handlebars": "^4.1.0" | ||
"handlebars": "^4.1.0", | ||
"watch": "^1.0.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
45
40.63%Yes
NaN1490953
-20.82%2
100%11
22.22%2
100%13384
-10.89%2
100%1
Infinity%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added