@thi.ng/dlogic 2.1.118 → 2.1.119

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 +9 -8
  2. package/package.json +4 -4
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/dlogic](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-dlogic.svg?56a254aa)
2
+ <!-- Please see: https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
+ # ![@thi.ng/dlogic](https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/banners/thing-dlogic.svg?56a254aa)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/dlogic.svg)](https://www.npmjs.com/package/@thi.ng/dlogic)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/dlogic.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
  - [Status](#status)
@@ -30,14 +31,14 @@ purposes. Truth tables and references are provided in the doc strings of
30
31
  each function.
31
32
 
32
33
  Also see
33
- [@thi.ng/binary](https://github.com/thi-ng/umbrella/tree/develop/packages/binary/src/logic.ts)
34
+ [@thi.ng/binary](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/binary/src/logic.ts)
34
35
  for binary versions of most of the ops provided by this package.
35
36
 
36
37
  ## Status
37
38
 
38
39
  **STABLE** - used in production
39
40
 
40
- [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bdlogic%5D+in%3Atitle)
41
+ [Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Bdlogic%5D)
41
42
 
42
43
  ## Installation
43
44
 
@@ -69,7 +70,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 376 bytes
69
70
 
70
71
  ## Dependencies
71
72
 
72
- - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
73
+ - [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api)
73
74
 
74
75
  Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
75
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dlogic",
3
- "version": "2.1.118",
3
+ "version": "2.1.119",
4
4
  "description": "Assorted digital logic ops / constructs",
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/dlogic"
13
13
  },
14
14
  "homepage": "https://thi.ng/logic",
@@ -40,7 +40,7 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.17"
43
+ "@thi.ng/api": "^8.12.18"
44
44
  },
45
45
  "devDependencies": {
46
46
  "esbuild": "^0.27.2",
@@ -74,5 +74,5 @@
74
74
  "alias": "dl",
75
75
  "year": 2017
76
76
  },
77
- "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
77
+ "gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
78
78
  }