Skip to content

Commit

Permalink
chore: update typeson and devDeps.; fixes dfahlander#25
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Empty string components of key paths are now escaped (as `''`)
while `''` is escaped as `''''`
  • Loading branch information
brettz9 committed Jan 1, 2023
1 parent 1a3c0fa commit 86ae602
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 117 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# typeson-registry

## ?
## Version 4.0.0

With Typeson update, empty string components of key paths are now escaped
(as `''`) while `''` is escaped as `''''`.

- chore: update `typeson` and devDeps.

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typeson-registry",
"version": "3.0.0",
"version": "4.0.0",
"description": "The type registry for typeson",
"author": "dfahlander",
"contributors": [
Expand Down Expand Up @@ -88,7 +88,7 @@
"c8": "^7.12.0",
"canvas": "^2.11.0",
"chai": "^4.3.7",
"eslint": "^8.30.0",
"eslint": "^8.31.0",
"eslint-config-ash-nazg": "^34.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-array-func": "^3.1.7",
Expand All @@ -111,14 +111,14 @@
"mocha": "^10.2.0",
"node-webcrypto-ossl": "^2.1.3",
"open-cli": "^7.1.0",
"rollup": "^3.8.1",
"rollup": "^3.9.0",
"rollup-plugin-terser": "^7.0.2",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.4"
},
"dependencies": {
"base64-arraybuffer-es6": "^1.0.0",
"typeson": "^7.0.2",
"typeson": "^8.0.1",
"whatwg-url": "^11.0.0"
},
"tonicExample": "var Typeson = require('typeson');\nvar TSON = new Typeson().register(require('typeson-registry/dist/presets/builtin'));\n\nTSON.stringify({foo: new Date()}, null, 2);"
Expand Down
Loading

0 comments on commit 86ae602

Please sign in to comment.