bento-get 1.135.4 → 1.135.5

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.
@@ -1,5 +1,5 @@
1
1
  import fetch from "node-fetch";
2
- import querystring from "node:querystring";
2
+ import querystring from "querystring";
3
3
  import React from "react";
4
4
  import useSWR from "swr";
5
5
  import { AppContext } from "../data/AppContext.js";
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
- import { existsSync, promises as fsPromises, mkdirSync } from "node:fs";
3
- import path from "node:path";
2
+ import { existsSync, promises as fsPromises, mkdirSync } from "fs";
3
+ import path from "path";
4
4
  import { AppContext } from "../data/AppContext.js";
5
5
  import { componentsList } from "../components.js";
6
6
  import { useFetchComponent } from "./useFetchComponent.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bento-get",
3
- "version": "1.135.4",
3
+ "version": "1.135.5",
4
4
  "license": "MIT",
5
5
  "bin": "dist/cli.js",
6
6
  "type": "module",
@@ -62,7 +62,7 @@
62
62
  "zod": "^3.25.67"
63
63
  },
64
64
  "devDependencies": {
65
- "@tamagui/build": "1.135.4",
65
+ "@tamagui/build": "1.135.5",
66
66
  "@types/copy-paste": "^1.1.33",
67
67
  "@types/ink": "^2.0.3",
68
68
  "@types/react": "^19.1.8"