@quenty/datastore
Advanced tools
Comparing version 1.2.0 to 1.3.0-canary.209.c61f821.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.3.0-canary.209.c61f821.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/datastore@1.2.0...@quenty/datastore@1.3.0-canary.209.c61f821.0) (2021-09-03) | ||
### Features | ||
* Add new loader to Nevermore ([c61f821](https://github.com/Quenty/NevermoreEngine/commit/c61f821d209ee35e2e50dec4086a938cecb9300a)) | ||
# 1.2.0 (2021-07-31) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "DataStore", | ||
"name": "datastore", | ||
"tree": { | ||
@@ -4,0 +4,0 @@ "$path": "src" |
@@ -0,0 +0,0 @@ MIT License |
{ | ||
"name": "@quenty/datastore", | ||
"version": "1.2.0", | ||
"version": "1.3.0-canary.209.c61f821.0", | ||
"description": "Quenty's Datastore implementation for Roblox", | ||
@@ -12,10 +12,5 @@ "keywords": [ | ||
], | ||
"contributors": [ | ||
"Quenty" | ||
], | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/quenty" | ||
"bugs": { | ||
"url": "https://github.com/Quenty/NevermoreEngine/issues" | ||
}, | ||
"license": "MIT", | ||
"repository": { | ||
@@ -26,19 +21,24 @@ "type": "git", | ||
}, | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/quenty" | ||
}, | ||
"license": "MIT", | ||
"contributors": [ | ||
"Quenty" | ||
], | ||
"dependencies": { | ||
"@quenty/baseobject": "^1.2.0", | ||
"@quenty/maid": "^1.2.0", | ||
"@quenty/promise": "^1.2.0", | ||
"@quenty/symbol": "^1.2.0", | ||
"@quenty/table": "^1.2.0" | ||
"@quenty/baseobject": "1.3.0-canary.209.c61f821.0", | ||
"@quenty/maid": "1.3.0-canary.209.c61f821.0", | ||
"@quenty/promise": "1.3.0-canary.209.c61f821.0", | ||
"@quenty/symbol": "1.3.0-canary.209.c61f821.0", | ||
"@quenty/table": "1.3.0-canary.209.c61f821.0" | ||
}, | ||
"peerDependencies": { | ||
"@quenty/loader": "^1.0.0" | ||
"@quenty/loader": "file:../loader" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Quenty/NevermoreEngine/issues" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "d06e276dc6111e17c3c25d3e58768eb4e6bdc333" | ||
"gitHead": "c61f821d209ee35e2e50dec4086a938cecb9300a" | ||
} |
@@ -0,0 +0,0 @@ # Quenty's DataStore System |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
12
11
0
35680
2
- Removed@quenty/baseobject@1.2.0(transitive)
- Removed@quenty/deferred@1.2.0(transitive)
- Removed@quenty/loader@1.2.0(transitive)
- Removed@quenty/maid@1.2.0(transitive)
- Removed@quenty/promise@1.2.0(transitive)
- Removed@quenty/symbol@1.2.0(transitive)
- Removed@quenty/table@1.2.0(transitive)