@fluidframework/gitresources
Advanced tools
Comparing version 0.1040.1000 to 0.1041.1000-154635
{ | ||
"name": "@fluidframework/gitresources", | ||
"version": "0.1040.1000", | ||
"version": "0.1041.1000-154635", | ||
"description": "Git resource definitions for Fluid services", | ||
@@ -17,3 +17,3 @@ "homepage": "https://fluidframework.com", | ||
"build": "concurrently npm:build:compile npm:lint", | ||
"build:compile": "npm run tsc", | ||
"build:compile": "npm run tsc && npm run typetests:gen", | ||
"build:full": "npm run build", | ||
@@ -25,13 +25,16 @@ "build:full:compile": "npm run build:compile", | ||
"format": "npm run prettier:fix", | ||
"lint": "npm run eslint", | ||
"lint:fix": "npm run eslint:fix", | ||
"lint": "npm run prettier && npm run eslint", | ||
"lint:fix": "npm run prettier:fix && npm run eslint:fix", | ||
"prettier": "prettier --check . --ignore-path ../../.prettierignore", | ||
"prettier:fix": "prettier --write . --ignore-path ../../.prettierignore", | ||
"tsc": "tsc" | ||
"tsc": "tsc", | ||
"typetests:gen": "fluid-type-test-generator", | ||
"typetests:prepare": "flub generate typetests --prepare --dir . --pin" | ||
}, | ||
"devDependencies": { | ||
"@fluid-tools/build-cli": "^0.13.1", | ||
"@fluid-tools/build-cli": "^0.15.0", | ||
"@fluidframework/build-common": "^1.1.0", | ||
"@fluidframework/build-tools": "^0.13.1", | ||
"@fluidframework/build-tools": "^0.15.0", | ||
"@fluidframework/eslint-config-fluid": "^2.0.0", | ||
"@fluidframework/gitresources-previous": "npm:@fluidframework/gitresources@0.1040.1000", | ||
"concurrently": "^7.6.0", | ||
@@ -42,3 +45,6 @@ "eslint": "~8.27.0", | ||
"typescript": "~4.5.5" | ||
}, | ||
"typeValidation": { | ||
"broken": {} | ||
} | ||
} |
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
22312
10