@fluidframework/protocol-base
Advanced tools
Comparing version 0.1016.0 to 0.1016.1-11989
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/protocol-base"; | ||
export declare const pkgVersion = "0.1016.0"; | ||
export declare const pkgVersion = "0.1016.1-11989"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -10,3 +10,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/protocol-base"; | ||
exports.pkgVersion = "0.1016.0"; | ||
exports.pkgVersion = "0.1016.1-11989"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/protocol-base"; | ||
export declare const pkgVersion = "0.1016.0"; | ||
export declare const pkgVersion = "0.1016.1-11989"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/protocol-base"; | ||
export const pkgVersion = "0.1016.0"; | ||
export const pkgVersion = "0.1016.1-11989"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluidframework/protocol-base", | ||
"version": "0.1016.0", | ||
"version": "0.1016.1-11989", | ||
"description": "Fluid protocol base", | ||
@@ -15,3 +15,4 @@ "homepage": "https://fluidframework.com", | ||
"build": "npm run build:genver && concurrently npm:build:compile npm:lint", | ||
"build:compile": "concurrently npm:tsc npm:build:esnext", | ||
"build:commonjs": "npm run tsc && npm run build:test", | ||
"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/", | ||
@@ -22,2 +23,3 @@ "build:esnext": "tsc --project ./tsconfig.esnext.json", | ||
"build:genver": "gen-version", | ||
"build:test": "tsc --project ./src/test/tsconfig.json", | ||
"clean": "rimraf dist lib *.tsbuildinfo *.build.log", | ||
@@ -57,4 +59,4 @@ "eslint": "eslint --format stylish src", | ||
"@fluidframework/common-utils": "^0.26.0", | ||
"@fluidframework/gitresources": "^0.1016.0", | ||
"@fluidframework/protocol-definitions": "^0.1016.0", | ||
"@fluidframework/gitresources": "0.1016.1-11989", | ||
"@fluidframework/protocol-definitions": "0.1016.1-11989", | ||
"assert": "^2.0.0", | ||
@@ -61,0 +63,0 @@ "lodash": "^4.17.19" |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/protocol-base"; | ||
export const pkgVersion = "0.1016.0"; | ||
export const pkgVersion = "0.1016.1-11989"; |
{ | ||
"extends": "@fluidframework/build-common/ts-common-config.json", | ||
"exclude": [ | ||
"dist", | ||
"node_modules" | ||
"src/test/**/*" | ||
], | ||
@@ -10,5 +9,3 @@ "compilerOptions": { | ||
"outDir": "./dist", | ||
"types": [ | ||
"mocha" | ||
] | ||
"composite": true | ||
}, | ||
@@ -15,0 +12,0 @@ "include": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
219088
75
2709
+ Added@fluidframework/gitresources@0.1016.1-11989(transitive)
+ Added@fluidframework/protocol-definitions@0.1016.1-11989(transitive)
- Removed@fluidframework/gitresources@0.1016.1(transitive)
- Removed@fluidframework/protocol-definitions@0.1016.1(transitive)