@flowscripter/template-bun-executable 1.1.5 → 1.1.7

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 +5 -5
  2. package/package.json +3 -3
package/bun.lock CHANGED
@@ -4,11 +4,11 @@
4
4
  "": {
5
5
  "name": "@flowscripter/template-bun-executable",
6
6
  "dependencies": {
7
- "@flowscripter/template-bun-library": "1.0.4",
7
+ "@flowscripter/template-bun-library": "1.0.5",
8
8
  "@flowscripter/template-bun-rust-library": "1.0.9",
9
9
  },
10
10
  "devDependencies": {
11
- "@types/bun": "^1.2.2",
11
+ "@types/bun": "^1.2.3",
12
12
  },
13
13
  "peerDependencies": {
14
14
  "typescript": "^5.7.3",
@@ -16,17 +16,17 @@
16
16
  },
17
17
  },
18
18
  "packages": {
19
- "@flowscripter/template-bun-library": ["@flowscripter/template-bun-library@1.0.4", "", { "peerDependencies": { "typescript": "^5.7.3" } }, "sha512-nGlSp7/dObGVHbIOVAOx1ho7nw93JNzf1m0OFAcSgSg/GF3+d+7Rso15wmfNaBgmT2bVjxnkOKi9ubm4AWApqg=="],
19
+ "@flowscripter/template-bun-library": ["@flowscripter/template-bun-library@1.0.5", "", { "peerDependencies": { "typescript": "^5.7.3" } }, "sha512-Y0b/YV2ePIP99p4K3qkeyoeesBMMt9S0VSvOJb240Ml61Bv5pB6RO9LtQvEiWQJY++JfZIz9iR4wvOgcWNkQYg=="],
20
20
 
21
21
  "@flowscripter/template-bun-rust-library": ["@flowscripter/template-bun-rust-library@1.0.9", "", { "peerDependencies": { "typescript": "^5.7.3" } }, "sha512-HmxFgPusPCAYow0Ein5ZgN39TU/kKQZ9E5VjBJfRKc/Jh3KbNOVn2YW7RrBm8bNW70rGGCBdSdLBgVVdBuxz1g=="],
22
22
 
23
- "@types/bun": ["@types/bun@1.2.2", "", { "dependencies": { "bun-types": "1.2.2" } }, "sha512-tr74gdku+AEDN5ergNiBnplr7hpDp3V1h7fqI2GcR/rsUaM39jpSeKH0TFibRvU0KwniRx5POgaYnaXbk0hU+w=="],
23
+ "@types/bun": ["@types/bun@1.2.3", "", { "dependencies": { "bun-types": "1.2.3" } }, "sha512-054h79ipETRfjtsCW9qJK8Ipof67Pw9bodFWmkfkaUaRiIQ1dIV2VTlheshlBx3mpKr0KeK8VqnMMCtgN9rQtw=="],
24
24
 
25
25
  "@types/node": ["@types/node@22.13.2", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-Z+r8y3XL9ZpI2EY52YYygAFmo2/oWfNSj4BCpAXE2McAexDk8VcnBMGC9Djn9gTKt4d2T/hhXqmPzo4hfIXtTg=="],
26
26
 
27
27
  "@types/ws": ["@types/ws@8.5.14", "", { "dependencies": { "@types/node": "*" } }, "sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw=="],
28
28
 
29
- "bun-types": ["bun-types@1.2.2", "", { "dependencies": { "@types/node": "*", "@types/ws": "~8.5.10" } }, "sha512-RCbMH5elr9gjgDGDhkTTugA21XtJAy/9jkKe/G3WR2q17VPGhcquf9Sir6uay9iW+7P/BV0CAHA1XlHXMAVKHg=="],
29
+ "bun-types": ["bun-types@1.2.3", "", { "dependencies": { "@types/node": "*", "@types/ws": "~8.5.10" } }, "sha512-P7AeyTseLKAvgaZqQrvp3RqFM3yN9PlcLuSTe7SoJOfZkER73mLdT2vEQi8U64S1YvM/ldcNiQjn0Sn7H9lGgg=="],
30
30
 
31
31
  "typescript": ["typescript@5.7.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw=="],
32
32
 
package/package.json CHANGED
@@ -2,18 +2,18 @@
2
2
  "name": "@flowscripter/template-bun-executable",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "1.1.5",
5
+ "version": "1.1.7",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "devDependencies": {
10
- "@types/bun": "^1.2.2"
10
+ "@types/bun": "^1.2.3"
11
11
  },
12
12
  "peerDependencies": {
13
13
  "typescript": "^5.7.3"
14
14
  },
15
15
  "dependencies": {
16
- "@flowscripter/template-bun-library": "1.0.4",
16
+ "@flowscripter/template-bun-library": "1.0.5",
17
17
  "@flowscripter/template-bun-rust-library": "1.0.9"
18
18
  }
19
19
  }