Skip to content

Commit

Permalink
v1.9.0 - use @bevry/fs-* deps
Browse files Browse the repository at this point in the history
balupton committed Nov 18, 2023

Verified

This commit was signed with the committer’s verified signature.
yuzawa-san James Yuzawa
1 parent a40768d commit 712df89
Showing 5 changed files with 156 additions and 64 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History

## v1.9.0 2023 November 17

- Use the new `@bevry/fs-*` dependencies
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)

## v1.8.0 2023 November 15

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -51,23 +51,23 @@ Helpers for reading and writing JSON.

``` html
<script type="module">
import * as pkg from '//cdn.skypack.dev/@bevry/json@^1.8.0'
import * as pkg from '//cdn.skypack.dev/@bevry/json@^1.9.0'
</script>
```

<a href="https://unpkg.com" title="unpkg is a fast, global content delivery network for everything on npm"><h3>unpkg</h3></a>

``` html
<script type="module">
import * as pkg from '//unpkg.com/@bevry/json@^1.8.0'
import * as pkg from '//unpkg.com/@bevry/json@^1.9.0'
</script>
```

<a href="https://jspm.io" title="Native ES Modules CDN"><h3>jspm</h3></a>

``` html
<script type="module">
import * as pkg from '//dev.jspm.io/@bevry/json@1.8.0'
import * as pkg from '//dev.jspm.io/@bevry/json@1.9.0'
</script>
```

183 changes: 133 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bevry/json",
"version": "1.8.0",
"version": "1.9.0",
"description": "Helpers for reading and writing JSON.",
"homepage": "https://github.com/bevry/json",
"license": "Artistic-2.0",
@@ -145,27 +145,29 @@
"browser": "edition-browsers/index.js",
"module": "edition-browsers/index.js",
"dependencies": {
"@bevry/file": "^2.2.0",
"@bevry/fs-read": "^1.0.0",
"@bevry/fs-unlink": "^1.0.0",
"@bevry/fs-write": "^1.0.0",
"errlop": "^7.2.0"
},
"devDependencies": {
"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.9.0",
"@types/node": "^20.9.1",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"assert-helpers": "^11.4.0",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-bevry": "^4.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"kava": "^7.2.0",
"prettier": "^3.1.0",
"projectz": "^3.0.0",
"projectz": "^3.1.0",
"surge": "^0.23.1",
"typedoc": "^0.25.3",
"typescript": "5.2.2",
"valid-directory": "^4.2.0",
"valid-module": "^2.2.0"
"valid-directory": "^4.4.0",
"valid-module": "^2.3.0"
},
"scripts": {
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
Loading

0 comments on commit 712df89

Please sign in to comment.