@thi.ng/webgl-msdf 2.1.40 → 2.1.41

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-12-16T12:52:25Z
3
+ - **Last updated**: 2022-12-20T16:33:12Z
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/convert.d.ts CHANGED
@@ -1,9 +1,8 @@
1
1
  import type { MSDFFont, RawGlyphs } from "./api.js";
2
2
  /**
3
3
  * Takes a JSON spec produced by the MSDF font generator at
4
- * {@link https://github.com/donmccurdy/msdf-bmfont-web} and transforms
5
- * it into a filtered, more compact glyph spec used by the functions of
6
- * this module.
4
+ * https://github.com/donmccurdy/msdf-bmfont-web and transforms it into a
5
+ * filtered, more compact glyph spec used by the functions of this module.
7
6
  *
8
7
  * @param raw -
9
8
  */
package/convert.js CHANGED
@@ -1,8 +1,7 @@
1
1
  /**
2
2
  * Takes a JSON spec produced by the MSDF font generator at
3
- * {@link https://github.com/donmccurdy/msdf-bmfont-web} and transforms
4
- * it into a filtered, more compact glyph spec used by the functions of
5
- * this module.
3
+ * https://github.com/donmccurdy/msdf-bmfont-web and transforms it into a
4
+ * filtered, more compact glyph spec used by the functions of this module.
6
5
  *
7
6
  * @param raw -
8
7
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl-msdf",
3
- "version": "2.1.40",
3
+ "version": "2.1.41",
4
4
  "description": "Multi-channel SDF font rendering & basic text layout for WebGL",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,12 +34,12 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.6.0",
38
- "@thi.ng/shader-ast": "^0.12.33",
39
- "@thi.ng/transducers": "^8.3.26",
40
- "@thi.ng/vector-pools": "^3.1.37",
41
- "@thi.ng/vectors": "^7.5.27",
42
- "@thi.ng/webgl": "^6.2.17"
37
+ "@thi.ng/api": "^8.6.1",
38
+ "@thi.ng/shader-ast": "^0.12.34",
39
+ "@thi.ng/transducers": "^8.3.27",
40
+ "@thi.ng/vector-pools": "^3.1.38",
41
+ "@thi.ng/vectors": "^7.5.28",
42
+ "@thi.ng/webgl": "^6.2.18"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.33.7",
@@ -94,5 +94,5 @@
94
94
  "parent": "@thi.ng/webgl",
95
95
  "year": 2019
96
96
  },
97
- "gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
97
+ "gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
98
98
  }