Skip to content

Commit

Permalink
Update strtok3 & token-types for explicit node:buffer imports (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Dec 14, 2021
1 parent 8037f49 commit b27fb5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core.js
@@ -1,5 +1,5 @@
import {Buffer} from 'node:buffer';
import Token from 'token-types';
import * as Token from 'token-types';
import * as strtok3 from 'strtok3/core';
import {
stringToBytes,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -196,8 +196,8 @@
],
"dependencies": {
"readable-web-to-node-stream": "^3.0.2",
"strtok3": "7.0.0-alpha.4",
"token-types": "^4.1.1"
"strtok3": "^7.0.0-alpha.5",
"token-types": "^5.0.0-alpha.0"
},
"devDependencies": {
"@tokenizer/token": "^0.3.0",
Expand Down

0 comments on commit b27fb5f

Please sign in to comment.