@titanpl/core 2.0.2 → 2.0.3

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/globals.d.ts +0 -1
  2. package/package.json +2 -2
package/globals.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- declare var t: any;
2
1
  declare var fs_read_file: any;
3
2
  declare var fs_write_file: any;
4
3
  declare var fs_readdir: any;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@titanpl/core",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "The official Core Standard Library for Titan Planet - provides fs, path, crypto, os, net, proc, time, and url modules",
5
5
  "main": "index.js",
6
- "types": "globals.d.ts",
6
+ "types": "index.d.ts",
7
7
  "scripts": {
8
8
  "build:native": "cd native && cargo build --release",
9
9
  "test": "titan run ext"