@tsonic/js-globals 0.2.0 → 0.2.1

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/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  * Key principle: Array<T> HAS JS members like .length and .map
10
10
  * This enables JS-style programming while compiling to C# with Tsonic.JSRuntime
11
11
  *
12
- * Index-space values (length, indexOf, etc.) use branded `int` type from
12
+ * Index-space values (length, indexOf, etc.) use `int` type alias from
13
13
  * @tsonic/types to enable numeric proof validation for array indexing.
14
14
  */
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/js-globals",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Global type definitions for Tsonic JS mode (noLib: true, JavaScript semantics)",
5
5
  "main": "index.d.ts",
6
6
  "types": "index.d.ts",