@layerzerolabs/tsup-config-next 2.0.9 → 2.0.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/.turbo/turbo-build.log +0 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/index.ts +1 -0
- package/package.json +6 -3
|
File without changes
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAA;AAEnC,eAAO,MAAM,gBAAgB,QAAO,QAAQ,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAA;AAEnC,eAAO,MAAM,gBAAgB,QAAO,QAAQ,OAAO,CAwBjD,CAAA;AAEF,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,MAAM,CAAA"}
|
package/dist/index.js
CHANGED
package/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/tsup-config-next",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
"main": "./dist/index.js",
|
|
10
10
|
"types": "./dist/index.d.ts",
|
|
11
11
|
"scripts": {
|
|
12
|
-
"build": "$npm_execpath tsc"
|
|
12
|
+
"build": "$npm_execpath clean-prebuild && $npm_execpath tsc",
|
|
13
|
+
"clean": "$npm_execpath clean-prebuild && rimraf .turbo",
|
|
14
|
+
"clean-prebuild": "rimraf dist"
|
|
13
15
|
},
|
|
14
16
|
"dependencies": {
|
|
15
17
|
"@chialab/esbuild-plugin-commonjs": "^0.17.2",
|
|
@@ -18,7 +20,8 @@
|
|
|
18
20
|
"tsup": "^8.0.1"
|
|
19
21
|
},
|
|
20
22
|
"devDependencies": {
|
|
21
|
-
"@layerzerolabs/typescript-config-next": "^2.0.
|
|
23
|
+
"@layerzerolabs/typescript-config-next": "^2.0.11",
|
|
24
|
+
"rimraf": "^5.0.5",
|
|
22
25
|
"typescript": "~5.2.2"
|
|
23
26
|
},
|
|
24
27
|
"publishConfig": {
|