@sbp/okturtles.data
Advanced tools
Comparing version 0.0.1 to 0.0.2
# History | ||
#### 0.0.2 | ||
- using new `@sbp/sbp` name for npm package | ||
#### 0.0.1 | ||
- initial release |
@@ -9,3 +9,3 @@ // @flow | ||
import sbp from 'sbp-js' | ||
import sbp from '@sbp/sbp' | ||
@@ -12,0 +12,0 @@ const _store = new Map() |
@@ -5,3 +5,3 @@ /* eslint-env mocha */ | ||
import sinon from 'sinon' | ||
import sbp from 'sbp-js' | ||
import sbp from '@sbp/sbp' | ||
import 'should-sinon' | ||
@@ -8,0 +8,0 @@ import './dist/module.mjs' |
{ | ||
"name": "@sbp/okturtles.data", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Provides a useful in-memory datastore for SBP.", | ||
@@ -45,2 +45,3 @@ "main": "dist/main.cjs", | ||
"@babel/register": "7.17.0", | ||
"@sbp/sbp": "0.0.1", | ||
"eslint-config-standard": "17.0.0-0", | ||
@@ -51,3 +52,2 @@ "eslint-plugin-flowtype": "8.0.3", | ||
"mocha": "9.2.0", | ||
"sbp-js": "0.1.5", | ||
"should": "13.2.3", | ||
@@ -54,0 +54,0 @@ "should-sinon": "0.0.6", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
42292