@jackens/nnn 2023.10.13 → 2023.10.14

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/nnn.js +2 -2
  2. package/package.json +1 -1
package/nnn.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /* eslint-disable no-console */
2
2
 
3
3
  export const _test = {}
4
- export const _version = '2023.10.13'
4
+ export const _version = '2023.10.14'
5
5
 
6
6
  /**
7
7
  * ```ts
@@ -1285,7 +1285,7 @@ export const nanolightJs = nanolight.bind(0,
1285
1285
  chunk => ['b', chunk], // keywords
1286
1286
  chunk => ['b', chunk], // operators
1287
1287
  chunk => ['u', chunk], // number literals
1288
- chunk => ['u', chunk], // function calls
1288
+ chunk => ['ins', chunk], // function calls
1289
1289
  chunk => ['i', chunk] // literals
1290
1290
  ]
1291
1291
  )
package/package.json CHANGED
@@ -40,5 +40,5 @@
40
40
  "types": "nnn.d.ts",
41
41
  "name": "@jackens/nnn",
42
42
  "type": "module",
43
- "version": "2023.10.13"
43
+ "version": "2023.10.14"
44
44
  }