@0xproject/json-schemas
Advanced tools
Comparing version 0.7.23 to 0.7.24
[ | ||
{ | ||
"timestamp": 1527008794, | ||
"version": "0.7.24", | ||
"changes": [ | ||
{ | ||
"note": "Dependencies updated" | ||
} | ||
] | ||
}, | ||
{ | ||
"timestamp": 1525477860, | ||
@@ -4,0 +13,0 @@ "version": "0.7.23", |
@@ -8,6 +8,10 @@ <!-- | ||
## v0.7.23 - _May 5, 2018_ | ||
## v0.7.24 - _May 22, 2018_ | ||
* Dependencies updated | ||
## v0.7.23 - _May 4, 2018_ | ||
* Dependencies updated | ||
## v0.7.22 - _May 4, 2018_ | ||
@@ -14,0 +18,0 @@ |
{ | ||
"name": "@0xproject/json-schemas", | ||
"version": "0.7.23", | ||
"version": "0.7.24", | ||
"engines": { | ||
"node": ">=6.12" | ||
}, | ||
"description": "0x-related json schemas", | ||
@@ -8,4 +11,4 @@ "main": "lib/src/index.js", | ||
"scripts": { | ||
"build:watch": "tsc -w", | ||
"lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'", | ||
"watch": "tsc -w", | ||
"lint": "tslint --project .", | ||
"test": "run-s clean build run_mocha", | ||
@@ -19,3 +22,3 @@ "test:coverage": "nyc npm run test --all && yarn coverage:report:lcov", | ||
"manual:postpublish": "yarn build; node ./scripts/postpublish.js", | ||
"docs:stage": "yarn build && node ./scripts/stage_docs.js", | ||
"docs:stage": "node scripts/stage_docs.js", | ||
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES", | ||
@@ -47,3 +50,3 @@ "upload_docs_json": "aws s3 cp generated_docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type application/json" | ||
"dependencies": { | ||
"@0xproject/typescript-typings": "^0.3.1", | ||
"@0xproject/typescript-typings": "^0.3.2", | ||
"@types/node": "^8.0.53", | ||
@@ -54,5 +57,5 @@ "jsonschema": "^1.2.0", | ||
"devDependencies": { | ||
"@0xproject/monorepo-scripts": "^0.1.19", | ||
"@0xproject/tslint-config": "^0.4.17", | ||
"@0xproject/utils": "^0.6.1", | ||
"@0xproject/monorepo-scripts": "^0.1.20", | ||
"@0xproject/tslint-config": "^0.4.18", | ||
"@0xproject/utils": "^0.6.2", | ||
"@types/lodash.foreach": "^4.5.3", | ||
@@ -65,2 +68,3 @@ "@types/lodash.values": "^4.3.3", | ||
"lodash.foreach": "^4.5.0", | ||
"make-promises-safe": "^1.1.0", | ||
"mocha": "^4.0.1", | ||
@@ -67,0 +71,0 @@ "npm-run-all": "^4.1.2", |
@@ -55,6 +55,6 @@ ## @0xproject/json-schemas | ||
If this is your **first** time building this package, you must first build **all** packages within the monorepo. This is because packages that depend on other packages located inside this monorepo are symlinked when run from **within** the monorepo. This allows you to make changes across multiple packages without first publishing dependent packages to NPM. To build all packages, run the following from the monorepo root directory: | ||
To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory: | ||
```bash | ||
yarn lerna:rebuild | ||
PKG=@0xproject/json-schemas yarn build | ||
``` | ||
@@ -65,17 +65,5 @@ | ||
```bash | ||
yarn dev | ||
PKG=@0xproject/json-schemas yarn watch | ||
``` | ||
You can also build this specific package by running the following from within its directory: | ||
```bash | ||
yarn build | ||
``` | ||
or continuously rebuild on change: | ||
```bash | ||
yarn build:watch | ||
``` | ||
### Clean | ||
@@ -82,0 +70,0 @@ |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1539
0
60453
18
74
84