@fluid-experimental/experimental-fluidframework
Advanced tools
Comparing version 0.33.3 to 0.34.0-14942
@@ -6,7 +6,14 @@ "use strict"; | ||
*/ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("@fluidframework/aqueduct")); | ||
__exportStar(require("@fluidframework/aqueduct"), exports); | ||
//# sourceMappingURL=Aqueduct.js.map |
@@ -6,7 +6,14 @@ "use strict"; | ||
*/ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("@fluidframework/core-interfaces")); | ||
__exportStar(require("@fluidframework/core-interfaces"), exports); | ||
//# sourceMappingURL=CoreInterfaces.js.map |
@@ -6,3 +6,14 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("@fluidframework/datastore-definitions"), exports); | ||
//# sourceMappingURL=DatastoreDefinitions.js.map |
@@ -7,2 +7,3 @@ /*! | ||
export * from "./CoreInterfaces"; | ||
export * from "./DataObjects"; | ||
export * from "./DatastoreDefinitions"; | ||
@@ -9,0 +10,0 @@ export * from "./Map"; |
@@ -7,12 +7,21 @@ "use strict"; | ||
*/ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./Aqueduct")); | ||
__export(require("./CoreInterfaces")); | ||
__export(require("./Map")); | ||
__export(require("./ProtocolDefinitions")); | ||
__export(require("./Sequence")); | ||
__export(require("./ViewInterfaces")); | ||
__exportStar(require("./Aqueduct"), exports); | ||
__exportStar(require("./CoreInterfaces"), exports); | ||
__exportStar(require("./DataObjects"), exports); | ||
__exportStar(require("./DatastoreDefinitions"), exports); | ||
__exportStar(require("./Map"), exports); | ||
__exportStar(require("./ProtocolDefinitions"), exports); | ||
__exportStar(require("./Sequence"), exports); | ||
__exportStar(require("./ViewInterfaces"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -6,7 +6,14 @@ "use strict"; | ||
*/ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("@fluidframework/map")); | ||
__exportStar(require("@fluidframework/map"), exports); | ||
//# sourceMappingURL=Map.js.map |
@@ -9,4 +9,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgVersion = exports.pkgName = void 0; | ||
exports.pkgName = "@fluid-experimental/experimental-fluidframework"; | ||
exports.pkgVersion = "0.33.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -6,7 +6,14 @@ "use strict"; | ||
*/ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("@fluidframework/protocol-definitions")); | ||
__exportStar(require("@fluidframework/protocol-definitions"), exports); | ||
//# sourceMappingURL=ProtocolDefinitions.js.map |
@@ -6,7 +6,14 @@ "use strict"; | ||
*/ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("@fluidframework/sequence")); | ||
__exportStar(require("@fluidframework/sequence"), exports); | ||
//# sourceMappingURL=Sequence.js.map |
@@ -6,7 +6,14 @@ "use strict"; | ||
*/ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("@fluidframework/view-interfaces")); | ||
__exportStar(require("@fluidframework/view-interfaces"), exports); | ||
//# sourceMappingURL=ViewInterfaces.js.map |
{ | ||
"name": "@fluid-experimental/experimental-fluidframework", | ||
"version": "0.33.3", | ||
"version": "0.34.0-14942", | ||
"description": "The main entry point into Fluid Framework public packages", | ||
@@ -28,34 +28,34 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/aqueduct": "^0.33.3", | ||
"@fluidframework/core-interfaces": "^0.33.3", | ||
"@fluidframework/datastore-definitions": "^0.33.3", | ||
"@fluidframework/map": "^0.33.3", | ||
"@fluidframework/merge-tree": "^0.33.3", | ||
"@fluidframework/protocol-definitions": "^0.1018.0", | ||
"@fluidframework/sequence": "^0.33.3", | ||
"@fluidframework/shared-object-base": "^0.33.3", | ||
"@fluidframework/view-interfaces": "^0.33.3" | ||
"@fluid-experimental/data-objects": "0.34.0-14942", | ||
"@fluidframework/aqueduct": "0.34.0-14942", | ||
"@fluidframework/core-interfaces": "0.34.0-14942", | ||
"@fluidframework/datastore-definitions": "0.34.0-14942", | ||
"@fluidframework/map": "0.34.0-14942", | ||
"@fluidframework/merge-tree": "0.34.0-14942", | ||
"@fluidframework/protocol-definitions": "^0.1019.0-0", | ||
"@fluidframework/sequence": "0.34.0-14942", | ||
"@fluidframework/shared-object-base": "0.34.0-14942", | ||
"@fluidframework/view-interfaces": "0.34.0-14942" | ||
}, | ||
"devDependencies": { | ||
"@fluidframework/build-common": "^0.19.2", | ||
"@fluidframework/eslint-config-fluid": "^0.21.0", | ||
"@fluidframework/build-common": "^0.20.0-0", | ||
"@fluidframework/eslint-config-fluid": "^0.22.1-0", | ||
"@microsoft/api-extractor": "^7.7.2", | ||
"@types/node": "^10.17.24", | ||
"@typescript-eslint/eslint-plugin": "~4.2.0", | ||
"@typescript-eslint/parser": "~4.2.0", | ||
"@typescript-eslint/eslint-plugin": "~4.14.0", | ||
"@typescript-eslint/parser": "~4.14.0", | ||
"concurrently": "^5.2.0", | ||
"copyfiles": "^2.1.0", | ||
"cross-env": "^7.0.2", | ||
"eslint": "~7.9.0", | ||
"eslint": "~7.18.0", | ||
"eslint-plugin-eslint-comments": "~3.2.0", | ||
"eslint-plugin-import": "~2.22.0", | ||
"eslint-plugin-import": "~2.22.1", | ||
"eslint-plugin-no-null": "~1.0.2", | ||
"eslint-plugin-prefer-arrow": "~1.2.2", | ||
"eslint-plugin-react": "~7.21.2", | ||
"eslint-plugin-unicorn": "~22.0.0", | ||
"eslint-plugin-react": "~7.22.0", | ||
"eslint-plugin-unicorn": "~26.0.1", | ||
"rimraf": "^2.6.2", | ||
"ts-node": "^7.0.1", | ||
"typescript": "~3.7.4", | ||
"typescript": "~4.1.3", | ||
"typescript-formatter": "7.1.0" | ||
} | ||
} |
@@ -9,2 +9,3 @@ /* eslint-disable import/export */ | ||
export * from "./CoreInterfaces"; | ||
export * from "./DataObjects"; | ||
export * from "./DatastoreDefinitions"; | ||
@@ -11,0 +12,0 @@ export * from "./Map"; |
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
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
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
22329
19
57
335
10
+ Added@fluid-experimental/data-objects@0.34.0-14942(transitive)
+ Added@fluidframework/agent-scheduler@0.34.0-14942(transitive)
+ Added@fluidframework/aqueduct@0.34.0-14942(transitive)
+ Added@fluidframework/container-definitions@0.34.0-14942(transitive)
+ Added@fluidframework/container-loader@0.34.0-14942(transitive)
+ Added@fluidframework/container-runtime@0.34.0-14942(transitive)
+ Added@fluidframework/container-runtime-definitions@0.34.0-14942(transitive)
+ Added@fluidframework/container-utils@0.34.0-14942(transitive)
+ Added@fluidframework/core-interfaces@0.34.0-14942(transitive)
+ Added@fluidframework/datastore@0.34.0-14942(transitive)
+ Added@fluidframework/datastore-definitions@0.34.0-14942(transitive)
+ Added@fluidframework/driver-definitions@0.34.0-14942(transitive)
+ Added@fluidframework/driver-utils@0.34.0-14942(transitive)
+ Added@fluidframework/garbage-collector@0.34.0-14942(transitive)
+ Added@fluidframework/gitresources@0.1019.0(transitive)
+ Added@fluidframework/map@0.34.0-14942(transitive)
+ Added@fluidframework/merge-tree@0.34.0-14942(transitive)
+ Added@fluidframework/protocol-base@0.1019.0(transitive)
+ Added@fluidframework/protocol-definitions@0.1019.0(transitive)
+ Added@fluidframework/register-collection@0.34.0-14942(transitive)
+ Added@fluidframework/request-handler@0.34.0-14942(transitive)
+ Added@fluidframework/runtime-definitions@0.34.0-14942(transitive)
+ Added@fluidframework/runtime-utils@0.34.0-14942(transitive)
+ Added@fluidframework/sequence@0.34.0-14942(transitive)
+ Added@fluidframework/shared-object-base@0.34.0-14942(transitive)
+ Added@fluidframework/synthesize@0.34.0-14942(transitive)
+ Added@fluidframework/telemetry-utils@0.34.0-14942(transitive)
+ Added@fluidframework/view-interfaces@0.34.0-14942(transitive)
- Removed@fluidframework/agent-scheduler@0.33.5(transitive)
- Removed@fluidframework/aqueduct@0.33.5(transitive)
- Removed@fluidframework/container-definitions@0.33.5(transitive)
- Removed@fluidframework/container-loader@0.33.5(transitive)
- Removed@fluidframework/container-runtime@0.33.5(transitive)
- Removed@fluidframework/container-runtime-definitions@0.33.5(transitive)
- Removed@fluidframework/container-utils@0.33.5(transitive)
- Removed@fluidframework/core-interfaces@0.33.5(transitive)
- Removed@fluidframework/datastore@0.33.5(transitive)
- Removed@fluidframework/datastore-definitions@0.33.5(transitive)
- Removed@fluidframework/driver-definitions@0.33.5(transitive)
- Removed@fluidframework/driver-utils@0.33.5(transitive)
- Removed@fluidframework/garbage-collector@0.33.5(transitive)
- Removed@fluidframework/gitresources@0.1018.0(transitive)
- Removed@fluidframework/map@0.33.5(transitive)
- Removed@fluidframework/merge-tree@0.33.5(transitive)
- Removed@fluidframework/protocol-base@0.1018.0(transitive)
- Removed@fluidframework/protocol-definitions@0.1018.0(transitive)
- Removed@fluidframework/register-collection@0.33.5(transitive)
- Removed@fluidframework/request-handler@0.33.5(transitive)
- Removed@fluidframework/runtime-definitions@0.33.5(transitive)
- Removed@fluidframework/runtime-utils@0.33.5(transitive)
- Removed@fluidframework/sequence@0.33.5(transitive)
- Removed@fluidframework/shared-object-base@0.33.5(transitive)
- Removed@fluidframework/synthesize@0.33.5(transitive)
- Removed@fluidframework/telemetry-utils@0.33.5(transitive)
- Removed@fluidframework/view-interfaces@0.33.5(transitive)