@fluidframework/protocol-base
Advanced tools
Comparing version 3.0.0-192517 to 3.0.0-211732
{ | ||
"name": "@fluidframework/protocol-base", | ||
"version": "3.0.0-192517", | ||
"version": "3.0.0-211732", | ||
"description": "Fluid protocol base", | ||
@@ -21,7 +21,7 @@ "homepage": "https://fluidframework.com", | ||
"build:compile": "concurrently npm:build:commonjs npm:build:esnext", | ||
"build:docs": "api-extractor run --local && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../_api-extractor-temp/", | ||
"build:docs": "api-extractor run --local && copyfiles -u 1 \"./_api-extractor-temp/doc-models/*\" ../../_api-extractor-temp/", | ||
"build:esnext": "tsc --project ./tsconfig.esnext.json", | ||
"build:test": "tsc --project ./src/test/tsconfig.json", | ||
"ci:build:docs": "api-extractor run", | ||
"clean": "rimraf --glob 'dist' 'lib' '*.tsbuildinfo' '*.build.log' '_api-extractor-temp' 'nyc'", | ||
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc", | ||
"eslint": "eslint --format stylish src", | ||
@@ -34,3 +34,3 @@ "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", | ||
"prettier:fix": "prettier --write . --ignore-path ../../.prettierignore", | ||
"test": "mocha --recursive dist/test/*.spec.js", | ||
"test": "mocha --recursive \"dist/test/*.spec.js\"", | ||
"test:coverage": "c8 npm test -- --reporter xunit --reporter-option output=nyc/junit-report.xml", | ||
@@ -64,3 +64,3 @@ "tsc": "tsc", | ||
"@fluidframework/common-utils": "^3.0.0", | ||
"@fluidframework/gitresources": "3.0.0-192517", | ||
"@fluidframework/gitresources": "3.0.0-211732", | ||
"@fluidframework/protocol-definitions": "^3.0.0", | ||
@@ -70,8 +70,8 @@ "events": "^3.1.0" | ||
"devDependencies": { | ||
"@fluid-tools/build-cli": "^0.22.0", | ||
"@fluidframework/build-common": "^2.0.0", | ||
"@fluidframework/build-tools": "^0.22.0", | ||
"@fluid-tools/build-cli": "^0.26.1", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.26.1", | ||
"@fluidframework/eslint-config-fluid": "^2.0.0", | ||
"@fluidframework/protocol-base-previous": "npm:@fluidframework/protocol-base@0.1040.1000", | ||
"@microsoft/api-extractor": "^7.34.4", | ||
"@fluidframework/protocol-base-previous": "npm:@fluidframework/protocol-base@2.0.0", | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"@types/assert": "^1.5.1", | ||
@@ -85,3 +85,3 @@ "@types/mocha": "^10.0.1", | ||
"mocha": "^10.2.0", | ||
"prettier": "~2.6.2", | ||
"prettier": "~3.0.3", | ||
"rimraf": "^4.4.0", | ||
@@ -91,59 +91,4 @@ "typescript": "~4.5.5" | ||
"typeValidation": { | ||
"broken": { | ||
"ClassDeclaration_ProtocolOpHandler": { | ||
"backCompat": false | ||
}, | ||
"RemovedVariableDeclaration_isServiceMessageType": { | ||
"forwardCompat": false, | ||
"backCompat": false | ||
}, | ||
"RemovedFunctionDeclaration_generateServiceProtocolEntries": { | ||
"forwardCompat": false, | ||
"backCompat": false | ||
}, | ||
"RemovedFunctionDeclaration_getQuorumTreeEntries": { | ||
"forwardCompat": false, | ||
"backCompat": false | ||
}, | ||
"RemovedFunctionDeclaration_mergeAppAndProtocolTree": { | ||
"forwardCompat": false, | ||
"backCompat": false | ||
}, | ||
"RemovedFunctionDeclaration_addBlobToTree": { | ||
"forwardCompat": false, | ||
"backCompat": false | ||
}, | ||
"RemovedFunctionDeclaration_buildHierarchy": { | ||
"forwardCompat": false, | ||
"backCompat": false | ||
}, | ||
"RemovedFunctionDeclaration_isSystemMessage": { | ||
"forwardCompat": false, | ||
"backCompat": false | ||
}, | ||
"RemovedInterfaceDeclaration_ILocalSequencedClient": { | ||
"forwardCompat": false, | ||
"backCompat": false | ||
}, | ||
"RemovedClassDeclaration_AttachmentTreeEntry": { | ||
"forwardCompat": false, | ||
"backCompat": false | ||
}, | ||
"RemovedClassDeclaration_BlobTreeEntry": { | ||
"forwardCompat": false, | ||
"backCompat": false | ||
}, | ||
"RemovedClassDeclaration_TreeTreeEntry": { | ||
"forwardCompat": false, | ||
"backCompat": false | ||
}, | ||
"InterfaceDeclaration_IProtocolHandler": { | ||
"backCompat": false | ||
}, | ||
"FunctionDeclaration_buildGitTreeHierarchy": { | ||
"forwardCompat": false, | ||
"backCompat": false | ||
} | ||
} | ||
"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
198279
+ Added@fluidframework/gitresources@3.0.0-211732(transitive)
- Removed@fluidframework/gitresources@3.0.0-192517(transitive)