@jarkkojs/readseek 0.1.3 → 0.1.5

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 (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -6,7 +6,6 @@ via line hashing and symbolic mapping.
6
6
  `readseek` is inspired by and based on the ideas of
7
7
  [`pi-hashline-readmap`](https://github.com/coctostan/pi-hashline-readmap).
8
8
 
9
-
10
9
  ## Licensing
11
10
 
12
11
  `readseek` is licensed under the `LGPL-2.1-or-later` license.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jarkkojs/readseek",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "A structural read command",
5
5
  "license": "LGPL-2.1-or-later",
6
6
  "homepage": "https://github.com/jarkkojs/readseek#readme",
@@ -19,9 +19,9 @@
19
19
  "README.md"
20
20
  ],
21
21
  "optionalDependencies": {
22
- "@jarkkojs/readseek-darwin-arm64": "0.1.3",
23
- "@jarkkojs/readseek-linux-x64": "0.1.3",
24
- "@jarkkojs/readseek-win32-x64": "0.1.3"
22
+ "@jarkkojs/readseek-darwin-arm64": "0.1.5",
23
+ "@jarkkojs/readseek-linux-x64": "0.1.5",
24
+ "@jarkkojs/readseek-win32-x64": "0.1.5"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"