@thi.ng/proctext 1.0.4 → 1.0.6

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/CHANGELOG.md +3 -1
  2. package/package.json +12 -13
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-04T21:07:38Z
3
+ - **Last updated**: 2025-01-23T13:39:11Z
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/proctext",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Extensible procedural text generation engine with dynamic, mutable state, indirection, randomizable & recursive variable expansions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,21 +40,20 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.16",
44
- "@thi.ng/arrays": "^2.10.11",
45
- "@thi.ng/checks": "^3.6.19",
46
- "@thi.ng/defmulti": "^3.0.55",
47
- "@thi.ng/errors": "^2.5.22",
48
- "@thi.ng/object-utils": "^1.1.10",
49
- "@thi.ng/parse": "^2.6.0",
50
- "@thi.ng/random": "^4.1.7",
51
- "@thi.ng/strings": "^3.9.1"
43
+ "@thi.ng/api": "^8.11.18",
44
+ "@thi.ng/arrays": "^2.10.13",
45
+ "@thi.ng/checks": "^3.6.21",
46
+ "@thi.ng/defmulti": "^3.0.57",
47
+ "@thi.ng/errors": "^2.5.24",
48
+ "@thi.ng/object-utils": "^1.1.12",
49
+ "@thi.ng/parse": "^2.6.2",
50
+ "@thi.ng/random": "^4.1.9",
51
+ "@thi.ng/strings": "^3.9.3"
52
52
  },
53
53
  "devDependencies": {
54
- "@microsoft/api-extractor": "^7.48.1",
55
54
  "esbuild": "^0.24.2",
56
55
  "typedoc": "^0.27.6",
57
- "typescript": "^5.7.2"
56
+ "typescript": "^5.7.3"
58
57
  },
59
58
  "keywords": [
60
59
  "ast",
@@ -100,5 +99,5 @@
100
99
  "status": "alpha",
101
100
  "year": 2023
102
101
  },
103
- "gitHead": "56e7a1724e7b0cb5c41119f60320b6ff0e8a3c1c\n"
102
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
104
103
  }