@sbp/okturtles.data
Advanced tools
Comparing version 0.0.2 to 0.0.3
# History | ||
#### 0.0.3 | ||
- bump sbp to 1.1.0 | ||
#### 0.0.2 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@sbp/okturtles.data", | ||
"version": "0.0.2", | ||
"description": "Provides a useful in-memory datastore for SBP.", | ||
"version": "0.0.3", | ||
"description": "Provides a useful in-memory datastore for SBP", | ||
"main": "dist/main.cjs", | ||
@@ -45,3 +45,2 @@ "type": "module", | ||
"@babel/register": "7.17.0", | ||
"@sbp/sbp": "0.0.1", | ||
"eslint-config-standard": "17.0.0-0", | ||
@@ -55,3 +54,6 @@ "eslint-plugin-flowtype": "8.0.3", | ||
"sinon": "13.0.1" | ||
}, | ||
"dependencies": { | ||
"@sbp/sbp": "1.1.0" | ||
} | ||
} |
# `okTurtles.data` | ||
Creates a key-value based in-memory datastore. | ||
Creates an in-memory key-value datastore for [SBP](https://github.com/okTurtles/sbp-js). | ||
@@ -18,3 +18,7 @@ Offers basic set/get/delete actions, and a more interesting `/apply` selector that can be used where normally an instance from OOP would be used. | ||
```js | ||
import sbp from '@sbp/sbp' | ||
import '@sbp/okturtles.data' | ||
// now you can use any of the okTurtles.data selectors | ||
// note: you only need to import '@sbp/okturtles.data' once! | ||
``` | ||
@@ -21,0 +25,0 @@ |
42703
14
11
43
1
+ Added@sbp/sbp@1.1.0
+ Added@sbp/sbp@1.1.0(transitive)