diff --git a/common/build/build-common/package.json b/common/build/build-common/package.json index 1ee6a1d9d776..5ec0333be0b8 100644 --- a/common/build/build-common/package.json +++ b/common/build/build-common/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/build-common", - "version": "0.19.0", + "version": "0.19.1", "description": "Package containing common configs", "repository": "microsoft/FluidFramework", "license": "MIT", diff --git a/common/build/eslint-config-fluid/package.json b/common/build/eslint-config-fluid/package.json index 91f21e0363ab..a00c2188fed2 100644 --- a/common/build/eslint-config-fluid/package.json +++ b/common/build/eslint-config-fluid/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/eslint-config-fluid", - "version": "0.19.0", + "version": "0.19.1", "description": "Shareable ESLint config for the Fluid Framework", "repository": "microsoft/FluidFramework", "license": "MIT", diff --git a/common/lib/common-definitions/package.json b/common/lib/common-definitions/package.json index 5042f37c37da..360e6e4819ee 100644 --- a/common/lib/common-definitions/package.json +++ b/common/lib/common-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/common-definitions", - "version": "0.19.0", + "version": "0.19.1", "description": "Fluid common definitions", "repository": "microsoft/FluidFramework", "license": "MIT", diff --git a/common/lib/common-utils/package.json b/common/lib/common-utils/package.json index 377b8fa8b491..2267d4338391 100644 --- a/common/lib/common-utils/package.json +++ b/common/lib/common-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/common-utils", - "version": "0.22.0", + "version": "0.22.1", "description": "Collection of utility functions for Fluid", "repository": "microsoft/FluidFramework", "license": "MIT", diff --git a/server/routerlicious/lerna.json b/server/routerlicious/lerna.json index f10421b20102..4bc27b04caba 100644 --- a/server/routerlicious/lerna.json +++ b/server/routerlicious/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/**" ], - "version": "0.1011.0" + "version": "0.1011.1" } diff --git a/server/routerlicious/packages/gitresources/package.json b/server/routerlicious/packages/gitresources/package.json index a3a9f52ca96a..de8dbbb8b405 100644 --- a/server/routerlicious/packages/gitresources/package.json +++ b/server/routerlicious/packages/gitresources/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/gitresources", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Git resource definitions", "repository": "microsoft/FluidFramework", "license": "MIT", diff --git a/server/routerlicious/packages/kafka-orderer/package.json b/server/routerlicious/packages/kafka-orderer/package.json index 2feeb579674c..2fe62f8f7504 100644 --- a/server/routerlicious/packages/kafka-orderer/package.json +++ b/server/routerlicious/packages/kafka-orderer/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/server-kafka-orderer", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Fluid ordering services", "repository": "microsoft/FluidFramework", "license": "MIT", @@ -22,8 +22,8 @@ "tsfmt:fix": "tsfmt --replace" }, "dependencies": { - "@fluidframework/protocol-definitions": "^0.1011.0", - "@fluidframework/server-services-core": "^0.1011.0", + "@fluidframework/protocol-definitions": "^0.1011.1", + "@fluidframework/server-services-core": "^0.1011.1", "@types/node": "^10.17.24" }, "devDependencies": { diff --git a/server/routerlicious/packages/lambdas-driver/package.json b/server/routerlicious/packages/lambdas-driver/package.json index 93526b3ed9e2..ac66434828f4 100644 --- a/server/routerlicious/packages/lambdas-driver/package.json +++ b/server/routerlicious/packages/lambdas-driver/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/server-lambdas-driver", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Driver components for the Fluid service lambdas.", "repository": "microsoft/FluidFramework", "license": "MIT", @@ -46,9 +46,9 @@ }, "dependencies": { "@fluidframework/common-utils": "^0.21.0", - "@fluidframework/server-services": "^0.1011.0", - "@fluidframework/server-services-core": "^0.1011.0", - "@fluidframework/server-services-utils": "^0.1011.0", + "@fluidframework/server-services": "^0.1011.1", + "@fluidframework/server-services-core": "^0.1011.1", + "@fluidframework/server-services-utils": "^0.1011.1", "async": "^2.6.1", "lodash": "^4.17.19", "moniker": "^0.1.2", @@ -58,7 +58,7 @@ "devDependencies": { "@fluidframework/build-common": "^0.18.0", "@fluidframework/eslint-config-fluid": "^0.18.0", - "@fluidframework/server-test-utils": "^0.1011.0", + "@fluidframework/server-test-utils": "^0.1011.1", "@types/async": "^2.0.50", "@types/lodash": "^4.14.118", "@types/mocha": "^5.2.5", diff --git a/server/routerlicious/packages/lambdas/package.json b/server/routerlicious/packages/lambdas/package.json index 47dd106eaee6..2b2bf28a9035 100644 --- a/server/routerlicious/packages/lambdas/package.json +++ b/server/routerlicious/packages/lambdas/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/server-lambdas", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Fluid service lambdas", "repository": "microsoft/FluidFramework", "license": "MIT", @@ -49,11 +49,11 @@ }, "dependencies": { "@fluidframework/common-utils": "^0.21.0", - "@fluidframework/gitresources": "^0.1011.0", - "@fluidframework/protocol-base": "^0.1011.0", - "@fluidframework/protocol-definitions": "^0.1011.0", - "@fluidframework/server-services-client": "^0.1011.0", - "@fluidframework/server-services-core": "^0.1011.0", + "@fluidframework/gitresources": "^0.1011.1", + "@fluidframework/protocol-base": "^0.1011.1", + "@fluidframework/protocol-definitions": "^0.1011.1", + "@fluidframework/server-services-client": "^0.1011.1", + "@fluidframework/server-services-core": "^0.1011.1", "@types/semver": "^6.0.1", "async": "^2.6.1", "double-ended-queue": "^2.1.0-0", @@ -67,7 +67,7 @@ "devDependencies": { "@fluidframework/build-common": "^0.18.0", "@fluidframework/eslint-config-fluid": "^0.18.0", - "@fluidframework/server-test-utils": "^0.1011.0", + "@fluidframework/server-test-utils": "^0.1011.1", "@types/async": "^2.0.50", "@types/json-stringify-safe": "^5.0.0", "@types/lodash": "^4.14.118", diff --git a/server/routerlicious/packages/local-server/package.json b/server/routerlicious/packages/local-server/package.json index 15a586c8c63d..7e3ace6c3538 100644 --- a/server/routerlicious/packages/local-server/package.json +++ b/server/routerlicious/packages/local-server/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/server-local-server", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Local server implementation", "repository": "microsoft/FluidFramework", "license": "MIT", @@ -50,12 +50,12 @@ }, "dependencies": { "@fluidframework/common-utils": "^0.21.0", - "@fluidframework/protocol-definitions": "^0.1011.0", - "@fluidframework/server-lambdas": "^0.1011.0", - "@fluidframework/server-memory-orderer": "^0.1011.0", - "@fluidframework/server-services-client": "^0.1011.0", - "@fluidframework/server-services-core": "^0.1011.0", - "@fluidframework/server-test-utils": "^0.1011.0", + "@fluidframework/protocol-definitions": "^0.1011.1", + "@fluidframework/server-lambdas": "^0.1011.1", + "@fluidframework/server-memory-orderer": "^0.1011.1", + "@fluidframework/server-services-client": "^0.1011.1", + "@fluidframework/server-services-core": "^0.1011.1", + "@fluidframework/server-test-utils": "^0.1011.1", "uuid": "^3.3.2" }, "devDependencies": { diff --git a/server/routerlicious/packages/local-server/src/packageVersion.ts b/server/routerlicious/packages/local-server/src/packageVersion.ts index 08c4336de774..07efa45f9b35 100644 --- a/server/routerlicious/packages/local-server/src/packageVersion.ts +++ b/server/routerlicious/packages/local-server/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/server-local-server"; -export const pkgVersion = "0.1011.0"; +export const pkgVersion = "0.1011.1"; diff --git a/server/routerlicious/packages/memory-orderer/package.json b/server/routerlicious/packages/memory-orderer/package.json index f1a659d37845..bad51cb7ceb3 100644 --- a/server/routerlicious/packages/memory-orderer/package.json +++ b/server/routerlicious/packages/memory-orderer/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/server-memory-orderer", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Fluid ordering services", "repository": "microsoft/FluidFramework", "license": "MIT", @@ -27,11 +27,11 @@ }, "dependencies": { "@fluidframework/common-utils": "^0.21.0", - "@fluidframework/protocol-base": "^0.1011.0", - "@fluidframework/protocol-definitions": "^0.1011.0", - "@fluidframework/server-lambdas": "^0.1011.0", - "@fluidframework/server-services-client": "^0.1011.0", - "@fluidframework/server-services-core": "^0.1011.0", + "@fluidframework/protocol-base": "^0.1011.1", + "@fluidframework/protocol-definitions": "^0.1011.1", + "@fluidframework/server-lambdas": "^0.1011.1", + "@fluidframework/server-services-client": "^0.1011.1", + "@fluidframework/server-services-core": "^0.1011.1", "@types/debug": "^4.1.5", "@types/double-ended-queue": "^2.1.0", "@types/lodash": "^4.14.118", diff --git a/server/routerlicious/packages/memory-orderer/src/packageVersion.ts b/server/routerlicious/packages/memory-orderer/src/packageVersion.ts index 8523547eb7e6..492dc6b86383 100644 --- a/server/routerlicious/packages/memory-orderer/src/packageVersion.ts +++ b/server/routerlicious/packages/memory-orderer/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/server-memory-orderer"; -export const pkgVersion = "0.1011.0"; +export const pkgVersion = "0.1011.1"; diff --git a/server/routerlicious/packages/protocol-base/package.json b/server/routerlicious/packages/protocol-base/package.json index bfd17b52bc38..ac398ab0a831 100644 --- a/server/routerlicious/packages/protocol-base/package.json +++ b/server/routerlicious/packages/protocol-base/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/protocol-base", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Fluid protocol base", "repository": "microsoft/FluidFramework", "license": "MIT", @@ -51,8 +51,8 @@ }, "dependencies": { "@fluidframework/common-utils": "^0.21.0", - "@fluidframework/gitresources": "^0.1011.0", - "@fluidframework/protocol-definitions": "^0.1011.0", + "@fluidframework/gitresources": "^0.1011.1", + "@fluidframework/protocol-definitions": "^0.1011.1", "assert": "^2.0.0", "lodash": "^4.17.19" }, diff --git a/server/routerlicious/packages/protocol-base/src/packageVersion.ts b/server/routerlicious/packages/protocol-base/src/packageVersion.ts index abb4479c1209..c51d75d0a86a 100644 --- a/server/routerlicious/packages/protocol-base/src/packageVersion.ts +++ b/server/routerlicious/packages/protocol-base/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/protocol-base"; -export const pkgVersion = "0.1011.0"; +export const pkgVersion = "0.1011.1"; diff --git a/server/routerlicious/packages/protocol-definitions/package.json b/server/routerlicious/packages/protocol-definitions/package.json index 0d235d166b5c..d53bf5dbf7bc 100644 --- a/server/routerlicious/packages/protocol-definitions/package.json +++ b/server/routerlicious/packages/protocol-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/protocol-definitions", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Fluid protocol definitions", "repository": "microsoft/FluidFramework", "license": "MIT", diff --git a/server/routerlicious/packages/routerlicious/package.json b/server/routerlicious/packages/routerlicious/package.json index 0aa6437b7fdb..6a87749cc8bd 100644 --- a/server/routerlicious/packages/routerlicious/package.json +++ b/server/routerlicious/packages/routerlicious/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/server-routerlicious", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Server to assign sequence numbers and route deltas between connected clients", "repository": "microsoft/FluidFramework", "license": "MIT", @@ -61,16 +61,16 @@ }, "dependencies": { "@fluidframework/common-utils": "^0.21.0", - "@fluidframework/gitresources": "^0.1011.0", - "@fluidframework/protocol-definitions": "^0.1011.0", - "@fluidframework/server-kafka-orderer": "^0.1011.0", - "@fluidframework/server-lambdas": "^0.1011.0", - "@fluidframework/server-lambdas-driver": "^0.1011.0", - "@fluidframework/server-memory-orderer": "^0.1011.0", - "@fluidframework/server-services": "^0.1011.0", - "@fluidframework/server-services-client": "^0.1011.0", - "@fluidframework/server-services-core": "^0.1011.0", - "@fluidframework/server-services-utils": "^0.1011.0", + "@fluidframework/gitresources": "^0.1011.1", + "@fluidframework/protocol-definitions": "^0.1011.1", + "@fluidframework/server-kafka-orderer": "^0.1011.1", + "@fluidframework/server-lambdas": "^0.1011.1", + "@fluidframework/server-lambdas-driver": "^0.1011.1", + "@fluidframework/server-memory-orderer": "^0.1011.1", + "@fluidframework/server-services": "^0.1011.1", + "@fluidframework/server-services-client": "^0.1011.1", + "@fluidframework/server-services-core": "^0.1011.1", + "@fluidframework/server-services-utils": "^0.1011.1", "body-parser": "^1.17.1", "bytes": "^3.0.0", "commander": "^2.17.1", @@ -94,8 +94,8 @@ "devDependencies": { "@fluidframework/build-common": "^0.18.0", "@fluidframework/eslint-config-fluid": "^0.18.0", - "@fluidframework/server-local-server": "^0.1011.0", - "@fluidframework/server-test-utils": "^0.1011.0", + "@fluidframework/server-local-server": "^0.1011.1", + "@fluidframework/server-test-utils": "^0.1011.1", "@types/bytes": "^3.0.0", "@types/compression": "0.0.33", "@types/cookie-parser": "^1.4.1", diff --git a/server/routerlicious/packages/services-client/package.json b/server/routerlicious/packages/services-client/package.json index 8c400e5c1de6..2d3a6f287110 100644 --- a/server/routerlicious/packages/services-client/package.json +++ b/server/routerlicious/packages/services-client/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/server-services-client", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Isomorphic services for communicating with Fluid", "repository": "microsoft/FluidFramework", "license": "MIT", @@ -49,9 +49,9 @@ }, "dependencies": { "@fluidframework/common-utils": "^0.21.0", - "@fluidframework/gitresources": "^0.1011.0", - "@fluidframework/protocol-base": "^0.1011.0", - "@fluidframework/protocol-definitions": "^0.1011.0", + "@fluidframework/gitresources": "^0.1011.1", + "@fluidframework/protocol-base": "^0.1011.1", + "@fluidframework/protocol-definitions": "^0.1011.1", "@types/node": "^10.17.24", "axios": "^0.18.0", "debug": "^4.1.1", diff --git a/server/routerlicious/packages/services-client/src/packageVersion.ts b/server/routerlicious/packages/services-client/src/packageVersion.ts index 7283dfd8d90f..2b2f8f8d4575 100644 --- a/server/routerlicious/packages/services-client/src/packageVersion.ts +++ b/server/routerlicious/packages/services-client/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/server-services-client"; -export const pkgVersion = "0.1011.0"; +export const pkgVersion = "0.1011.1"; diff --git a/server/routerlicious/packages/services-core/package.json b/server/routerlicious/packages/services-core/package.json index 06d76acaac48..40a057932197 100644 --- a/server/routerlicious/packages/services-core/package.json +++ b/server/routerlicious/packages/services-core/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/server-services-core", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Fluid services core definitions", "repository": "microsoft/FluidFramework", "license": "MIT", @@ -24,9 +24,9 @@ }, "dependencies": { "@fluidframework/common-utils": "^0.21.0", - "@fluidframework/gitresources": "^0.1011.0", - "@fluidframework/protocol-definitions": "^0.1011.0", - "@fluidframework/server-services-client": "^0.1011.0", + "@fluidframework/gitresources": "^0.1011.1", + "@fluidframework/protocol-definitions": "^0.1011.1", + "@fluidframework/server-services-client": "^0.1011.1", "@types/nconf": "^0.0.37", "@types/node": "^10.17.24", "debug": "^4.1.1", diff --git a/server/routerlicious/packages/services-core/src/packageVersion.ts b/server/routerlicious/packages/services-core/src/packageVersion.ts index 3f8c32b3d298..c0db2bf95566 100644 --- a/server/routerlicious/packages/services-core/src/packageVersion.ts +++ b/server/routerlicious/packages/services-core/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/server-services-core"; -export const pkgVersion = "0.1011.0"; +export const pkgVersion = "0.1011.1"; diff --git a/server/routerlicious/packages/services-shared/package.json b/server/routerlicious/packages/services-shared/package.json index 43f7ad9f28b3..339450ee3313 100644 --- a/server/routerlicious/packages/services-shared/package.json +++ b/server/routerlicious/packages/services-shared/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/server-services-shared", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Fluid shared services", "repository": "microsoft/FluidFramework", "license": "MIT", @@ -24,11 +24,11 @@ }, "dependencies": { "@fluidframework/common-utils": "^0.21.0", - "@fluidframework/gitresources": "^0.1011.0", - "@fluidframework/protocol-base": "^0.1011.0", - "@fluidframework/protocol-definitions": "^0.1011.0", - "@fluidframework/server-services-client": "^0.1011.0", - "@fluidframework/server-services-core": "^0.1011.0", + "@fluidframework/gitresources": "^0.1011.1", + "@fluidframework/protocol-base": "^0.1011.1", + "@fluidframework/protocol-definitions": "^0.1011.1", + "@fluidframework/server-services-client": "^0.1011.1", + "@fluidframework/server-services-core": "^0.1011.1", "debug": "^4.1.1", "lodash": "^4.17.19", "moniker": "^0.1.2", diff --git a/server/routerlicious/packages/services-shared/src/packageVersion.ts b/server/routerlicious/packages/services-shared/src/packageVersion.ts index 09edc3797627..eb1e9a25286f 100644 --- a/server/routerlicious/packages/services-shared/src/packageVersion.ts +++ b/server/routerlicious/packages/services-shared/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/server-services-shared"; -export const pkgVersion = "0.1011.0"; +export const pkgVersion = "0.1011.1"; diff --git a/server/routerlicious/packages/services-utils/package.json b/server/routerlicious/packages/services-utils/package.json index 711c2c9d9f43..e21a17895a5f 100644 --- a/server/routerlicious/packages/services-utils/package.json +++ b/server/routerlicious/packages/services-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/server-services-utils", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Fluid service lambdas", "repository": "microsoft/FluidFramework", "license": "MIT", @@ -24,7 +24,7 @@ "tsfmt:fix": "tsfmt --replace" }, "dependencies": { - "@fluidframework/protocol-definitions": "^0.1011.0", + "@fluidframework/protocol-definitions": "^0.1011.1", "@sentry/node": "^5.6.2", "debug": "^4.1.1", "nconf": "^0.10.0", diff --git a/server/routerlicious/packages/services-utils/src/packageVersion.ts b/server/routerlicious/packages/services-utils/src/packageVersion.ts index d8af3d93e492..1f5cfac34cf2 100644 --- a/server/routerlicious/packages/services-utils/src/packageVersion.ts +++ b/server/routerlicious/packages/services-utils/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/server-services-utils"; -export const pkgVersion = "0.1011.0"; +export const pkgVersion = "0.1011.1"; diff --git a/server/routerlicious/packages/services/package.json b/server/routerlicious/packages/services/package.json index ae7dc344d536..14154a0d1b7e 100644 --- a/server/routerlicious/packages/services/package.json +++ b/server/routerlicious/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/server-services", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Fluid service lambdas", "repository": "microsoft/FluidFramework", "license": "MIT", @@ -26,10 +26,10 @@ "@azure/event-hubs": "^1.0.8", "@azure/event-processor-host": "^1.0.6", "@fluidframework/common-utils": "^0.21.0", - "@fluidframework/protocol-definitions": "^0.1011.0", - "@fluidframework/server-services-client": "^0.1011.0", - "@fluidframework/server-services-core": "^0.1011.0", - "@fluidframework/server-services-shared": "^0.1011.0", + "@fluidframework/protocol-definitions": "^0.1011.1", + "@fluidframework/server-services-client": "^0.1011.1", + "@fluidframework/server-services-core": "^0.1011.1", + "@fluidframework/server-services-shared": "^0.1011.1", "amqplib": "^0.5.5", "axios": "^0.18.0", "debug": "^4.1.1", diff --git a/server/routerlicious/packages/services/src/packageVersion.ts b/server/routerlicious/packages/services/src/packageVersion.ts index a2823bf02b86..743314530590 100644 --- a/server/routerlicious/packages/services/src/packageVersion.ts +++ b/server/routerlicious/packages/services/src/packageVersion.ts @@ -6,4 +6,4 @@ */ export const pkgName = "@fluidframework/server-services"; -export const pkgVersion = "0.1011.0"; +export const pkgVersion = "0.1011.1"; diff --git a/server/routerlicious/packages/test-utils/package.json b/server/routerlicious/packages/test-utils/package.json index f493431f57b2..ab3210d6613d 100644 --- a/server/routerlicious/packages/test-utils/package.json +++ b/server/routerlicious/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluidframework/server-test-utils", - "version": "0.1011.0", + "version": "0.1011.1", "description": "Fluid test utility methods", "repository": "microsoft/FluidFramework", "license": "MIT", @@ -45,11 +45,11 @@ }, "dependencies": { "@fluidframework/common-utils": "^0.21.0", - "@fluidframework/gitresources": "^0.1011.0", - "@fluidframework/protocol-base": "^0.1011.0", - "@fluidframework/protocol-definitions": "^0.1011.0", - "@fluidframework/server-services-client": "^0.1011.0", - "@fluidframework/server-services-core": "^0.1011.0", + "@fluidframework/gitresources": "^0.1011.1", + "@fluidframework/protocol-base": "^0.1011.1", + "@fluidframework/protocol-definitions": "^0.1011.1", + "@fluidframework/server-services-client": "^0.1011.1", + "@fluidframework/server-services-core": "^0.1011.1", "debug": "^4.1.1", "lodash": "^4.17.19", "string-hash": "^1.1.3",