@quenty/templateprovider
Advanced tools
Comparing version 3.1.0 to 3.1.1-canary.216.1c1ac8b.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.1.1-canary.216.1c1ac8b.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/templateprovider@3.1.0...@quenty/templateprovider@3.1.1-canary.216.1c1ac8b.0) (2021-10-02) | ||
### Features | ||
* Allow template provider to replicate assets from the cloud ([e304412](https://github.com/Quenty/NevermoreEngine/commit/e304412831f9eba74bcc068de4701c4000574190)) | ||
# [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/templateprovider@3.0.1...@quenty/templateprovider@3.1.0) (2021-09-22) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@quenty/templateprovider", | ||
"version": "3.1.0", | ||
"version": "3.1.1-canary.216.1c1ac8b.0", | ||
"description": "Base of a template retrieval system", | ||
@@ -28,6 +28,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "^3.0.1", | ||
"@quenty/loader": "^3.0.1", | ||
"@quenty/maid": "^2.0.0", | ||
"@quenty/string": "^2.1.0" | ||
"@quenty/baseobject": "3.0.2-canary.216.1c1ac8b.0", | ||
"@quenty/insertserviceutils": "3.0.2-canary.216.1c1ac8b.0", | ||
"@quenty/loader": "3.0.2-canary.216.1c1ac8b.0", | ||
"@quenty/maid": "2.0.0", | ||
"@quenty/promise": "3.0.2-canary.216.1c1ac8b.0", | ||
"@quenty/string": "2.1.0" | ||
}, | ||
@@ -37,3 +39,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "6288c63115f31544fce6663d018826e81ef01c7f" | ||
"gitHead": "1c1ac8b60f35fcaa134378dc1c8e75fd145a84f9" | ||
} |
@@ -24,6 +24,10 @@ ## TemplateProvider | ||
### `TemplateProvider.new(container)` | ||
### `TemplateProvider.new(container, replicationParent)` | ||
If `replicationParent` is given then contents loaded from the cloud will be replicated to the replicationParent when on the server. | ||
### `TemplateProvider:Init()` | ||
Initializes the template provider, downloading components and other things needed | ||
### `TemplateProvider:Clone(templateName)` | ||
@@ -30,0 +34,0 @@ |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19492
46
6
2
+ Added@quenty/insertserviceutils@3.0.2-canary.216.1c1ac8b.0
+ Added@quenty/baseobject@3.0.2-canary.216.1c1ac8b.0(transitive)
+ Added@quenty/deferred@2.0.0(transitive)
+ Added@quenty/insertserviceutils@3.0.2-canary.216.1c1ac8b.0(transitive)
+ Added@quenty/loader@3.0.2-canary.216.1c1ac8b.0(transitive)
+ Added@quenty/maid@2.0.0(transitive)
+ Added@quenty/promise@3.0.2-canary.216.1c1ac8b.0(transitive)
+ Added@quenty/string@2.1.0(transitive)
- Removed@quenty/baseobject@3.5.0(transitive)
- Removed@quenty/loader@3.4.0(transitive)
- Removed@quenty/maid@2.6.0(transitive)
- Removed@quenty/string@2.3.0(transitive)
Updated@quenty/maid@2.0.0
Updated@quenty/string@2.1.0