@thi.ng/egf 0.6.157 → 0.6.159

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 +3 -91
  2. package/README.md +1 -1
  3. package/package.json +13 -15
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:52Z
3
+ - **Last updated**: 2025-01-29T16:25:48Z
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.
7
+ Only versions published since **2022-01-01** are listed here.
8
+ Please consult the Git history for older version information.
7
9
  See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
10
 
9
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
@@ -32,93 +34,3 @@ and/or version bumps of transitive dependencies.
32
34
  #### ♻️ Refactoring
33
35
 
34
36
  - replace deprecated .substr() w/ .substring() ([0710509](https://github.com/thi-ng/umbrella/commit/0710509))
35
-
36
- ## [0.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/egf@0.6.0) (2021-11-17)
37
-
38
- #### 🚀 Features
39
-
40
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
41
- Improving the overall build ergonomics
42
- - introduced a tools workspaces
43
- - imported it in all needed packages/examples
44
- - inclusive project root
45
-
46
- #### ♻️ Refactoring
47
-
48
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
49
- this commit reverts (partly) changes made in:
50
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
51
- overall purpose is better testament ergonomics:
52
- instead of having to pass NODE_OPTIONS with every invocation
53
- having a binary to handle this for us.
54
-
55
- ### [0.5.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/egf@0.5.1) (2021-10-13)
56
-
57
- #### ♻️ Refactoring
58
-
59
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
60
- - add .js suffix for all relative imports
61
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
62
-
63
- ## [0.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/egf@0.5.0) (2021-10-12)
64
-
65
- #### 🛑 Breaking changes
66
-
67
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
68
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
69
- - only ESM modules will be published from now on
70
- - CJS obsolete due to ESM support in recent versions of node:
71
- - i.e. launch NodeJS via:
72
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
73
- - in the node REPL use `await import(...)` instead of `require()`
74
- - UMD obsolete due to widespread browser support for ESM
75
- Also:
76
- - normalize/restructure/reorg all package.json files
77
- - cleanup all build scripts, remove obsolete
78
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
79
-
80
- #### ♻️ Refactoring
81
-
82
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
83
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
84
- - update imports ([629e169](https://github.com/thi-ng/umbrella/commit/629e169))
85
- - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
86
- - largely related to recent updates/restructuring of these packages:
87
- - api
88
- - defmulti
89
- - errors
90
- - logger
91
- - update base64 tag handler ([768492f](https://github.com/thi-ng/umbrella/commit/768492f))
92
- - minor pkg restructure ([98c05d8](https://github.com/thi-ng/umbrella/commit/98c05d8))
93
-
94
- ## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/egf@0.4.0) (2021-03-27)
95
-
96
- #### 🚀 Features
97
-
98
- - update readme ([8a36395](https://github.com/thi-ng/umbrella/commit/8a36395))
99
- - add note about GPG security issue fix
100
-
101
- #### 🩹 Bug fixes
102
-
103
- - update GPG invocation to avoid arb code exec ([3e14765](https://github.com/thi-ng/umbrella/commit/3e14765))
104
- - use `execFileSync()` to avoid shell and pass encrypted body
105
-
106
- ### [0.3.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/egf@0.3.4) (2020-12-07)
107
-
108
- #### ♻️ Refactoring
109
-
110
- - update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
111
-
112
- ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/egf@0.3.0) (2020-09-22)
113
-
114
- #### 🚀 Features
115
-
116
- - add escape seq support in parser ([c7fe807](https://github.com/thi-ng/umbrella/commit/c7fe807))
117
- - escape sequences supported in:
118
- - subjects/node and property IDs
119
- - tags names
120
- - string values
121
- - @include paths
122
- - @prefix IDs and values
123
- - tagged #file values
124
- - tagged #list values
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
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
  > [!NOTE]
10
- > This is one of 200 standalone projects, maintained as part
10
+ > This is one of 201 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/egf",
3
- "version": "0.6.157",
3
+ "version": "0.6.159",
4
4
  "description": "Extensible Graph Format",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -33,7 +33,6 @@
33
33
  "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
34
  "clean": "bun ../../tools/src/clean-package.ts",
35
35
  "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
37
36
  "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
38
37
  "pub": "yarn npm publish --access public",
39
38
  "pub:wip": "yarn npm publish --access public --no-git-tag-version",
@@ -41,22 +40,21 @@
41
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
42
41
  },
43
42
  "dependencies": {
44
- "@thi.ng/api": "^8.11.17",
45
- "@thi.ng/checks": "^3.6.20",
46
- "@thi.ng/dot": "^2.1.92",
47
- "@thi.ng/errors": "^2.5.23",
48
- "@thi.ng/logger": "^3.0.28",
49
- "@thi.ng/prefixes": "^2.3.34",
50
- "@thi.ng/strings": "^3.9.2",
51
- "@thi.ng/transducers-binary": "^2.1.150",
52
- "@thi.ng/trie": "^1.1.11"
43
+ "@thi.ng/api": "^8.11.19",
44
+ "@thi.ng/checks": "^3.6.22",
45
+ "@thi.ng/dot": "^2.1.94",
46
+ "@thi.ng/errors": "^2.5.25",
47
+ "@thi.ng/logger": "^3.0.30",
48
+ "@thi.ng/prefixes": "^2.3.36",
49
+ "@thi.ng/strings": "^3.9.4",
50
+ "@thi.ng/transducers-binary": "^2.1.152",
51
+ "@thi.ng/trie": "^1.1.13"
53
52
  },
54
53
  "devDependencies": {
55
- "@microsoft/api-extractor": "^7.48.1",
56
- "@thi.ng/equiv": "^2.1.73",
54
+ "@thi.ng/equiv": "^2.1.75",
57
55
  "esbuild": "^0.24.2",
58
56
  "typedoc": "^0.27.6",
59
- "typescript": "^5.7.2"
57
+ "typescript": "^5.7.3"
60
58
  },
61
59
  "keywords": [
62
60
  "conversion",
@@ -112,5 +110,5 @@
112
110
  "status": "alpha",
113
111
  "year": 2020
114
112
  },
115
- "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
113
+ "gitHead": "fc1d498e8d4b690db873c30cc594352a804e7a65\n"
116
114
  }