@yuku-toolchain/types 0.5.46 → 0.5.48

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
@@ -252,7 +252,7 @@ interface StringLiteral extends BaseNode {
252
252
 
253
253
  interface NumericLiteral extends BaseNode {
254
254
  type: "Literal";
255
- value: number | null;
255
+ value: number;
256
256
  raw: string;
257
257
  }
258
258
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuku-toolchain/types",
3
- "version": "0.5.46",
3
+ "version": "0.5.48",
4
4
  "description": "Shared AST, diagnostic, and traversal type definitions for the yuku toolchain",
5
5
  "keywords": [
6
6
  "ast",