@flowscripter/template-bun-executable 1.1.4 → 1.1.6
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/bun.lock +8 -8
- package/package.json +5 -5
package/bun.lock
CHANGED
|
@@ -4,29 +4,29 @@
|
|
|
4
4
|
"": {
|
|
5
5
|
"name": "@flowscripter/template-bun-executable",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@flowscripter/template-bun-library": "1.0.
|
|
8
|
-
"@flowscripter/template-bun-rust-library": "1.0.
|
|
7
|
+
"@flowscripter/template-bun-library": "1.0.4",
|
|
8
|
+
"@flowscripter/template-bun-rust-library": "1.0.9",
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@types/bun": "
|
|
11
|
+
"@types/bun": "^1.2.3",
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"typescript": "^5.
|
|
14
|
+
"typescript": "^5.7.3",
|
|
15
15
|
},
|
|
16
16
|
},
|
|
17
17
|
},
|
|
18
18
|
"packages": {
|
|
19
|
-
"@flowscripter/template-bun-library": ["@flowscripter/template-bun-library@1.0.
|
|
19
|
+
"@flowscripter/template-bun-library": ["@flowscripter/template-bun-library@1.0.4", "", { "peerDependencies": { "typescript": "^5.7.3" } }, "sha512-nGlSp7/dObGVHbIOVAOx1ho7nw93JNzf1m0OFAcSgSg/GF3+d+7Rso15wmfNaBgmT2bVjxnkOKi9ubm4AWApqg=="],
|
|
20
20
|
|
|
21
|
-
"@flowscripter/template-bun-rust-library": ["@flowscripter/template-bun-rust-library@1.0.
|
|
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.
|
|
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.
|
|
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
|
+
"version": "1.1.6",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@types/bun": "
|
|
10
|
+
"@types/bun": "^1.2.3"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"typescript": "^5.
|
|
13
|
+
"typescript": "^5.7.3"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@flowscripter/template-bun-library": "1.0.
|
|
17
|
-
"@flowscripter/template-bun-rust-library": "1.0.
|
|
16
|
+
"@flowscripter/template-bun-library": "1.0.4",
|
|
17
|
+
"@flowscripter/template-bun-rust-library": "1.0.9"
|
|
18
18
|
}
|
|
19
19
|
}
|