@thi.ng/grid-iterators 2.3.24 → 2.3.25

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +7 -10
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-11-30T22:27:37Z
3
+ - **Last updated**: 2022-12-16T12:52:25Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![grid-iterators](https://media.thi.ng/umbrella/banners-20220914/thing-grid-iterators.svg?9ea1cbba)
3
+ # ![@thi.ng/grid-iterators](https://media.thi.ng/umbrella/banners-20220914/thing-grid-iterators.svg?9ea1cbba)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/grid-iterators.svg)](https://www.npmjs.com/package/@thi.ng/grid-iterators)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/grid-iterators.svg)
7
- [![Twitter Follow](https://img.shields.io/twitter/follow/thing_umbrella.svg?style=flat-square&label=twitter)](https://twitter.com/thing_umbrella)
7
+ [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  This project is part of the
10
10
  [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
@@ -35,7 +35,7 @@ This project is part of the
35
35
 
36
36
  ## About
37
37
 
38
- 2D grid and shape iterators w/ multiple orderings.
38
+ 2D grid and shape iterators w/ multiple orderings
39
39
 
40
40
  Provides the altogether 25 following orderings to generate grid coordinates,
41
41
  including iterators for shape rasterization, drawing, clipping, filling,
@@ -218,11 +218,8 @@ ES module import:
218
218
 
219
219
  For Node.js REPL:
220
220
 
221
- ```text
222
- # with flag only for < v16
223
- node --experimental-repl-await
224
-
225
- > const gridIterators = await import("@thi.ng/grid-iterators");
221
+ ```js
222
+ const gridIterators = await import("@thi.ng/grid-iterators");
226
223
  ```
227
224
 
228
225
  Package sizes (brotli'd, pre-treeshake): ESM: 2.19 KB
@@ -268,7 +265,7 @@ import * as gi from "@thi.ng/grid-iterators";
268
265
 
269
266
  ## Authors
270
267
 
271
- Karsten Schmidt
268
+ - [Karsten Schmidt](https://thi.ng)
272
269
 
273
270
  If this project contributes to an academic publication, please cite it as:
274
271
 
@@ -283,4 +280,4 @@ If this project contributes to an academic publication, please cite it as:
283
280
 
284
281
  ## License
285
282
 
286
- &copy; 2019 - 2022 Karsten Schmidt // Apache Software License 2.0
283
+ &copy; 2019 - 2022 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/grid-iterators",
3
- "version": "2.3.24",
3
+ "version": "2.3.25",
4
4
  "description": "2D grid and shape iterators w/ multiple orderings",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -21,12 +21,12 @@
21
21
  "url": "https://patreon.com/thing_umbrella"
22
22
  }
23
23
  ],
24
- "author": "Karsten Schmidt <k+npm@thi.ng>",
24
+ "author": "Karsten Schmidt (https://thi.ng)",
25
25
  "license": "Apache-2.0",
26
26
  "scripts": {
27
27
  "build": "yarn clean && tsc --declaration",
28
28
  "build:assets": "node tools/build-assets",
29
- "clean": "rimraf '*.js' '*.d.ts' '*.map' doc",
29
+ "clean": "rimraf '*.js' '*.d.ts' '*.map' doc internal",
30
30
  "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
31
31
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
32
32
  "doc:readme": "yarn doc:stats && tools:readme",
@@ -35,21 +35,21 @@
35
35
  "test": "testament test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.5.1",
39
- "@thi.ng/arrays": "^2.4.4",
40
- "@thi.ng/binary": "^3.3.12",
41
- "@thi.ng/bitfield": "^2.2.14",
42
- "@thi.ng/morton": "^3.1.23",
43
- "@thi.ng/random": "^3.3.17",
44
- "@thi.ng/transducers": "^8.3.25"
38
+ "@thi.ng/api": "^8.6.0",
39
+ "@thi.ng/arrays": "^2.4.5",
40
+ "@thi.ng/binary": "^3.3.13",
41
+ "@thi.ng/bitfield": "^2.2.15",
42
+ "@thi.ng/morton": "^3.1.24",
43
+ "@thi.ng/random": "^3.3.18",
44
+ "@thi.ng/transducers": "^8.3.26"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.33.5",
48
- "@thi.ng/testament": "^0.3.6",
47
+ "@microsoft/api-extractor": "^7.33.7",
48
+ "@thi.ng/testament": "^0.3.7",
49
49
  "rimraf": "^3.0.2",
50
50
  "tools": "^0.0.1",
51
- "typedoc": "^0.23.20",
52
- "typescript": "^4.8.4"
51
+ "typedoc": "^0.23.22",
52
+ "typescript": "^4.9.4"
53
53
  },
54
54
  "keywords": [
55
55
  "2d",
@@ -152,5 +152,5 @@
152
152
  ],
153
153
  "year": 2019
154
154
  },
155
- "gitHead": "1fe40da507070653f420156d91e6b27cf682004f\n"
155
+ "gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
156
156
  }