uint8arraylist 2.3.2 → 2.3.3

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uint8arraylist",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "Append and consume bytes using only no-copy operations",
5
5
  "author": "Alex Potsides <alex@achingbrain.net>",
6
6
  "license": "Apache-2.0 OR MIT",
@@ -63,15 +63,15 @@
63
63
  "release": "patch"
64
64
  },
65
65
  {
66
- "type": "chore",
66
+ "type": "docs",
67
67
  "release": "patch"
68
68
  },
69
69
  {
70
- "type": "docs",
70
+ "type": "test",
71
71
  "release": "patch"
72
72
  },
73
73
  {
74
- "type": "test",
74
+ "type": "deps",
75
75
  "release": "patch"
76
76
  },
77
77
  {
@@ -136,7 +136,7 @@
136
136
  "release": "aegir release"
137
137
  },
138
138
  "dependencies": {
139
- "uint8arrays": "^3.1.0"
139
+ "uint8arrays": "^4.0.2"
140
140
  },
141
141
  "devDependencies": {
142
142
  "aegir": "^37.4.6",