@vlayer/sdk 0.1.0-nightly-202410292-42360cf → 0.1.0-nightly-202410293-42360cf
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -7,11 +7,12 @@
|
|
7
7
|
"types": "./dist/index.d.ts"
|
8
8
|
}
|
9
9
|
},
|
10
|
-
"version": "0.1.0-nightly-
|
10
|
+
"version": "0.1.0-nightly-202410293-42360cf",
|
11
11
|
"scripts": {
|
12
12
|
"build": "bun tsc",
|
13
13
|
"test": "vitest --run",
|
14
|
-
"gen:types": "sh ../../bash/build_ts_types.sh"
|
14
|
+
"gen:types": "sh ../../bash/build_ts_types.sh",
|
15
|
+
"replaceCommonsSymlink": "mv ./src/web-proof-commons ./src/web-proof-commons.bak && cp -r $(readlink -f ./src/web-proof-commons.bak) src/web-proof-commons && rm ./src/web-proof-commons.bak"
|
15
16
|
},
|
16
17
|
"devDependencies": {
|
17
18
|
"@changesets/cli": "^2.27.7",
|