@flowscripter/template-bun-executable 1.1.9 → 1.1.11
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 +6 -6
- 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.
|
|
8
|
-
"@flowscripter/template-bun-rust-library": "1.0.
|
|
7
|
+
"@flowscripter/template-bun-library": "1.0.7",
|
|
8
|
+
"@flowscripter/template-bun-rust-library": "1.0.14",
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@types/bun": "^1.2.4",
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"typescript": "^5.
|
|
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.
|
|
19
|
+
"@flowscripter/template-bun-library": ["@flowscripter/template-bun-library@1.0.7", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-GdzTEozcYNU1W+8Qe1GzVZ4Yus/3HJk5j//p40JdSbrcGL0LtQ9MBiY9PVhPxnpdsq2GLuM6rZ+2YKmFioUpQA=="],
|
|
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.14", "", { "peerDependencies": { "typescript": "^5.8.2" } }, "sha512-kENF8Wvs/55b2Cb4IDKjZWb3DECYr/AH3TiWtJcXeOrL+ym2VjUwrloAFmR8yu8I+/A2PI+5CaMJXX2BK0M+Zw=="],
|
|
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.
|
|
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.
|
|
5
|
+
"version": "1.1.11",
|
|
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.
|
|
13
|
+
"typescript": "^5.8.2"
|
|
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.7",
|
|
17
|
+
"@flowscripter/template-bun-rust-library": "1.0.14"
|
|
18
18
|
}
|
|
19
19
|
}
|