@thi.ng/tensors 0.11.9 → 0.11.11

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 +16 -15
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
- <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/tensors](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-tensors.svg?0d90e46c)
2
+ <!-- Please see: https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
+ # ![@thi.ng/tensors](https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/banners/thing-tensors.svg?0d90e46c)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/tensors.svg)](https://www.npmjs.com/package/@thi.ng/tensors)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/tensors.svg)
@@ -8,11 +8,12 @@
8
8
 
9
9
  > [!NOTE]
10
10
  > This is one of 214 standalone projects, maintained as part
11
- > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
11
+ > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
12
  > and anti-framework.
13
13
  >
14
- > 🚀 Please help me to work full-time on these projects by [sponsoring me on
15
- > GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️
14
+ > 🚀 Please help me to work full-time on these projects by [sponsoring
15
+ > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
16
+ > Thank you! ❤️
16
17
 
17
18
  - [About](#about)
18
19
  - [Built-in tensor operations](#built-in-tensor-operations)
@@ -225,7 +226,7 @@ tensors:
225
226
 
226
227
  **ALPHA** - bleeding edge / work-in-progress
227
228
 
228
- [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Btensors%5D+in%3Atitle)
229
+ [Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Btensors%5D)
229
230
 
230
231
  ## Installation
231
232
 
@@ -257,15 +258,15 @@ Package sizes (brotli'd, pre-treeshake): ESM: 11.80 KB
257
258
 
258
259
  ## Dependencies
259
260
 
260
- - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
261
- - [@thi.ng/arrays](https://github.com/thi-ng/umbrella/tree/develop/packages/arrays)
262
- - [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
263
- - [@thi.ng/equiv](https://github.com/thi-ng/umbrella/tree/develop/packages/equiv)
264
- - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
265
- - [@thi.ng/math](https://github.com/thi-ng/umbrella/tree/develop/packages/math)
266
- - [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/develop/packages/random)
267
- - [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/develop/packages/strings)
268
- - [@thi.ng/vectors](https://github.com/thi-ng/umbrella/tree/develop/packages/vectors)
261
+ - [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api)
262
+ - [@thi.ng/arrays](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/arrays)
263
+ - [@thi.ng/checks](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/checks)
264
+ - [@thi.ng/equiv](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/equiv)
265
+ - [@thi.ng/errors](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/errors)
266
+ - [@thi.ng/math](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/math)
267
+ - [@thi.ng/random](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/random)
268
+ - [@thi.ng/strings](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/strings)
269
+ - [@thi.ng/vectors](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/vectors)
269
270
 
270
271
  Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
271
272
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/tensors",
3
- "version": "0.11.9",
3
+ "version": "0.11.11",
4
4
  "description": "0D/1D/2D/3D/4D tensors with extensible polymorphic operations and customizable storage",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -8,7 +8,7 @@
8
8
  "sideEffects": false,
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/thi-ng/umbrella.git",
11
+ "url": "git+https://codeberg.org/thi.ng/umbrella.git",
12
12
  "directory": "packages/tensors"
13
13
  },
14
14
  "homepage": "https://thi.ng/tensors",
@@ -40,15 +40,15 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.17",
44
- "@thi.ng/arrays": "^2.14.13",
45
- "@thi.ng/checks": "^3.8.7",
46
- "@thi.ng/equiv": "^2.1.106",
47
- "@thi.ng/errors": "^2.6.6",
48
- "@thi.ng/math": "^5.15.6",
49
- "@thi.ng/random": "^4.1.42",
50
- "@thi.ng/strings": "^3.10.1",
51
- "@thi.ng/vectors": "^8.6.24"
43
+ "@thi.ng/api": "^8.12.18",
44
+ "@thi.ng/arrays": "^2.14.14",
45
+ "@thi.ng/checks": "^3.8.8",
46
+ "@thi.ng/equiv": "^2.1.107",
47
+ "@thi.ng/errors": "^2.6.7",
48
+ "@thi.ng/math": "^5.15.7",
49
+ "@thi.ng/random": "^4.1.43",
50
+ "@thi.ng/strings": "^3.11.1",
51
+ "@thi.ng/vectors": "^8.6.26"
52
52
  },
53
53
  "devDependencies": {
54
54
  "esbuild": "^0.27.2",
@@ -352,5 +352,5 @@
352
352
  "status": "alpha",
353
353
  "year": 2018
354
354
  },
355
- "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
355
+ "gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
356
356
  }