Comparing version 0.3.2 to 0.3.3
@@ -1,2 +0,2 @@ | ||
import { ISubscribable } from "@thi.ng/rstream"; | ||
import { ISubscribable } from "@thi.ng/rstream/api"; | ||
import { IAtom } from "@thi.ng/atom/api"; | ||
@@ -3,0 +3,0 @@ import * as C from "./constants"; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "keys/constants for the `-0` org/framework built on @thi.ng/umbrella ecosystem", | ||
@@ -32,8 +32,7 @@ "main": "./lib/index.js", | ||
"peerDependencies": { | ||
"@thi.ng/atom": "^4.1.27", | ||
"@thi.ng/rstream": "^5.1.0" | ||
"@thi.ng/rstream": "^6.0.8" | ||
}, | ||
"devDependencies": { | ||
"@thi.ng/atom": "^4.1.27", | ||
"@thi.ng/rstream": "^5.1.0" | ||
"@thi.ng/atom": "^4.1.35", | ||
"@thi.ng/rstream": "^6.0.8" | ||
}, | ||
@@ -40,0 +39,0 @@ "prettier": { |
1
10489