@equinor/fusion-framework-cli
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -12,2 +12,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
import { readFileSync } from 'fs'; | ||
import { fileURLToPath } from 'url'; | ||
import express from 'express'; | ||
@@ -19,3 +20,3 @@ import dns from 'dns'; | ||
import { createProxyMiddleware, responseInterceptor } from 'http-proxy-middleware'; | ||
const resolveRelativePath = (path) => String(new URL(path, import.meta.url)); | ||
const resolveRelativePath = (path) => fileURLToPath(new URL(path, import.meta.url)); | ||
export const server = (config) => __awaiter(void 0, void 0, void 0, function* () { | ||
@@ -22,0 +23,0 @@ var _a, _b; |
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.3.6](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-cli@0.3.5...@equinor/fusion-framework-cli@0.3.6) (2022-11-23) | ||
### Bug Fixes | ||
- **cli:** windows url path ([0176fa8](https://github.com/equinor/fusion-framework/commit/0176fa8ac1337025c584101ec2ceac8092eb0c13)) | ||
## 0.3.5 (2022-11-23) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@equinor/fusion-framework-cli", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"keywords": [ | ||
@@ -49,3 +49,3 @@ "Fusion", | ||
}, | ||
"gitHead": "e924bf2b8a7ce68a6d9e5035c008a97b28b9bf88" | ||
"gitHead": "03c4f30ddf5baf1180d2d29c6a39df7f09a1c6dc" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
677738
3073