@flowscripter/template-bun-executable 1.1.8 → 1.1.10

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/bun.lock +6 -6
  2. package/package.json +4 -4
package/bun.lock CHANGED
@@ -4,21 +4,21 @@
4
4
  "": {
5
5
  "name": "@flowscripter/template-bun-executable",
6
6
  "dependencies": {
7
- "@flowscripter/template-bun-library": "1.0.5",
8
- "@flowscripter/template-bun-rust-library": "1.0.9",
7
+ "@flowscripter/template-bun-library": "1.0.6",
8
+ "@flowscripter/template-bun-rust-library": "1.0.13",
9
9
  },
10
10
  "devDependencies": {
11
11
  "@types/bun": "^1.2.4",
12
12
  },
13
13
  "peerDependencies": {
14
- "typescript": "^5.7.3",
14
+ "typescript": "^5.8.2",
15
15
  },
16
16
  },
17
17
  },
18
18
  "packages": {
19
- "@flowscripter/template-bun-library": ["@flowscripter/template-bun-library@1.0.5", "", { "peerDependencies": { "typescript": "^5.7.3" } }, "sha512-Y0b/YV2ePIP99p4K3qkeyoeesBMMt9S0VSvOJb240Ml61Bv5pB6RO9LtQvEiWQJY++JfZIz9iR4wvOgcWNkQYg=="],
19
+ "@flowscripter/template-bun-library": ["@flowscripter/template-bun-library@1.0.6", "", { "peerDependencies": { "typescript": "^5.7.3" } }, "sha512-lHXvu4GAb1rkosCZaF/BlGkFvVjyEZFmTm1Pssb0r8yFGz/TodEfOYgRJYajsfUUiFZpqUM6aguHPKB14m4+sA=="],
20
20
 
21
- "@flowscripter/template-bun-rust-library": ["@flowscripter/template-bun-rust-library@1.0.9", "", { "peerDependencies": { "typescript": "^5.7.3" } }, "sha512-HmxFgPusPCAYow0Ein5ZgN39TU/kKQZ9E5VjBJfRKc/Jh3KbNOVn2YW7RrBm8bNW70rGGCBdSdLBgVVdBuxz1g=="],
21
+ "@flowscripter/template-bun-rust-library": ["@flowscripter/template-bun-rust-library@1.0.13", "", { "peerDependencies": { "typescript": "^5.7.3" } }, "sha512-BRlzLwNfk6X1HvWHhOjHs64dYlYpuJEsnDT8zPn95p8B1dIsb62RA3coUebklkG74QTkRgVlohUFCRV5F/MdZA=="],
22
22
 
23
23
  "@types/bun": ["@types/bun@1.2.4", "", { "dependencies": { "bun-types": "1.2.4" } }, "sha512-QtuV5OMR8/rdKJs213iwXDpfVvnskPXY/S0ZiFbsTjQZycuqPbMW8Gf/XhLfwE5njW8sxI2WjISURXPlHypMFA=="],
24
24
 
@@ -28,7 +28,7 @@
28
28
 
29
29
  "bun-types": ["bun-types@1.2.4", "", { "dependencies": { "@types/node": "*", "@types/ws": "~8.5.10" } }, "sha512-nDPymR207ZZEoWD4AavvEaa/KZe/qlrbMSchqpQwovPZCKc7pwMoENjEtHgMKaAjJhy+x6vfqSBA1QU3bJgs0Q=="],
30
30
 
31
- "typescript": ["typescript@5.7.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw=="],
31
+ "typescript": ["typescript@5.8.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ=="],
32
32
 
33
33
  "undici-types": ["undici-types@6.20.0", "", {}, "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg=="],
34
34
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@flowscripter/template-bun-executable",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "1.1.8",
5
+ "version": "1.1.10",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
@@ -10,10 +10,10 @@
10
10
  "@types/bun": "^1.2.4"
11
11
  },
12
12
  "peerDependencies": {
13
- "typescript": "^5.7.3"
13
+ "typescript": "^5.8.2"
14
14
  },
15
15
  "dependencies": {
16
- "@flowscripter/template-bun-library": "1.0.5",
17
- "@flowscripter/template-bun-rust-library": "1.0.9"
16
+ "@flowscripter/template-bun-library": "1.0.6",
17
+ "@flowscripter/template-bun-rust-library": "1.0.13"
18
18
  }
19
19
  }