mirror of
https://github.com/openziti/zrok.git
synced 2024-12-24 07:39:08 +01:00
update relative zrok path
This commit is contained in:
parent
8bbd62718b
commit
d4a883b9ba
11
sdk/node/examples/pastebin/package-lock.json
generated
11
sdk/node/examples/pastebin/package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"commander": "^11.1.0",
|
||||
"express": "^4.18.2",
|
||||
"path": "^0.12.7",
|
||||
"zrok": "../../sdk_ts/dist"
|
||||
"zrok": "../../sdk/dist"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.9.0",
|
||||
@ -21,16 +21,11 @@
|
||||
"../../sdk": {
|
||||
"name": "zrok",
|
||||
"version": "1.0.0",
|
||||
"extraneous": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@openziti/ziti-sdk-nodejs": "^0.14.0"
|
||||
}
|
||||
},
|
||||
"../../sdk_ts/dist": {},
|
||||
"../tsdk/dist": {
|
||||
"extraneous": true
|
||||
},
|
||||
"node_modules/@cspotcode/source-map-support": {
|
||||
"version": "0.8.1",
|
||||
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
|
||||
@ -2227,7 +2222,7 @@
|
||||
}
|
||||
},
|
||||
"node_modules/zrok": {
|
||||
"resolved": "../../sdk_ts/dist",
|
||||
"resolved": "../../sdk/dist",
|
||||
"link": true
|
||||
}
|
||||
},
|
||||
@ -3888,7 +3883,7 @@
|
||||
"dev": true
|
||||
},
|
||||
"zrok": {
|
||||
"version": "file:../../sdk_ts/dist"
|
||||
"version": "file:../../sdk/dist"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
"commander": "^11.1.0",
|
||||
"express": "^4.18.2",
|
||||
"path": "^0.12.7",
|
||||
"zrok": "../../sdk_ts/dist"
|
||||
"zrok": "../../sdk/dist"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.9.0",
|
||||
|
Loading…
Reference in New Issue
Block a user