@tinywork/glass 0.0.17 → 0.0.18

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/dist/index.d.ts CHANGED
@@ -3,6 +3,7 @@ import fs from 'node:fs';
3
3
  import path from 'node:path';
4
4
  import http from 'node:http';
5
5
  import https from 'node:https';
6
+ import querystring from 'node:querystring';
6
7
  import axios from 'axios';
7
8
  import { BrowserWindow, type MenuItemConstructorOptions, type Session } from 'electron';
8
9
  export type DocSchema = {
@@ -115,4 +116,4 @@ export interface IGlassExtension {
115
116
  apiId: string;
116
117
  }>): Promise<void>;
117
118
  }
118
- export { fs, path, http, https, axios, BrowserWindow, type Session };
119
+ export { fs, querystring, path, http, https, axios, BrowserWindow, type Session };
package/dist/index.js CHANGED
@@ -2,6 +2,7 @@ import fs from 'node:fs';
2
2
  import path from 'node:path';
3
3
  import http from 'node:http';
4
4
  import https from 'node:https';
5
+ import querystring from 'node:querystring';
5
6
  import axios from 'axios';
6
7
  import { BrowserWindow } from 'electron';
7
- export { fs, path, http, https, axios, BrowserWindow };
8
+ export { fs, querystring, path, http, https, axios, BrowserWindow };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinywork/glass",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [