Comparing version 1.0.7 to 1.0.8
@@ -38,39 +38,2 @@ /** | ||
objectCreatedTime: string | ||
}/** | ||
* @see[GetAsync](../../src/datastore/fetchEntries.ts) API return object type. | ||
*/ | ||
export interface DatastoreEntries { | ||
keys: [ | ||
{ | ||
key: string; | ||
} | ||
]; | ||
nextPageCursor: string; | ||
} | ||
/** | ||
* @see[GetAsync](../../src/datastore/fetchStores.ts) API return object type. | ||
*/ | ||
export interface Datastores { | ||
datastores: [ | ||
{ | ||
name: String; | ||
createdTime: String; | ||
} | ||
]; | ||
nextPageCursor: String; | ||
} | ||
/** | ||
* @see[GetAsync](../../src/datastore/setEntry.ts) API return object type. | ||
*/ | ||
export interface DatastoreSetResponse { | ||
version: string, | ||
deleted: boolean, | ||
contentLength: number, | ||
createdTime: string, | ||
objectCreatedTime: string | ||
} |
@@ -5,3 +5,3 @@ { | ||
"repository": "https://github.com/CompeyDev/roblox.js", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"main": "dist/index.js", | ||
@@ -11,2 +11,7 @@ "typings": "./lib/types/types.d.ts", | ||
"license": "MIT", | ||
"keywords": [ | ||
"roblox", | ||
"roblox.js", | ||
"opencloud" | ||
], | ||
"private": false, | ||
@@ -17,3 +22,4 @@ "scripts": { | ||
"test": "mocha dist/tests/tests.mocha.js", | ||
"push": "yarn test && git push origin" | ||
"push": "yarn test && git push origin", | ||
"prepublishOnly": "yarn build && yarn test" | ||
}, | ||
@@ -20,0 +26,0 @@ "dependencies": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
171279
58
1595
1
133