@dxos/util 2.32.0 → 2.32.1-dev.feb0178a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/util",
3
- "version": "2.32.0",
3
+ "version": "2.32.1-dev.feb0178a",
4
4
  "description": "Temporary bucket for misc functions, which should graduate into separate packages.",
5
5
  "license": "MIT",
6
6
  "author": "DXOS.org",
@@ -11,8 +11,8 @@
11
11
  "src"
12
12
  ],
13
13
  "dependencies": {
14
- "@dxos/crypto": "2.32.0",
15
- "@dxos/debug": "2.32.0",
14
+ "@dxos/crypto": "2.32.1-dev.feb0178a",
15
+ "@dxos/debug": "2.32.1-dev.feb0178a",
16
16
  "@types/node": "^14.0.9"
17
17
  },
18
18
  "devDependencies": {
@@ -30,6 +30,5 @@
30
30
  "build:test": "toolchain build:test",
31
31
  "lint": "toolchain lint",
32
32
  "test": "toolchain test"
33
- },
34
- "readme": "# Util\n\nThis is a temporary repo for ECHO utilities. Group and refactor out to other repos.\n"
33
+ }
35
34
  }