Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c4374da42a | |||
7ba61904ee |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartbucket",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartbucket",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"description": "simple cloud independent object storage",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
|
@ -31,7 +31,7 @@ tap.test('should get a bucket', async () => {
|
||||
});
|
||||
|
||||
tap.test('should store data in bucket', async () => {
|
||||
|
||||
myBucket.store
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
@ -37,7 +37,7 @@ export class Bucket {
|
||||
/**
|
||||
* store file
|
||||
*/
|
||||
public store(fileName:) {
|
||||
|
||||
public store(pathArg: string, fileContent: string) {
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user