pankow moved to @cloudron/pankow
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
|
||||
import { API_ORIGIN, APP_TYPES, PROXY_APP_ID, HSTATES, ISTATES, RSTATES } from '../constants.js';
|
||||
import { eachLimit } from 'async';
|
||||
import { fetcher } from 'pankow';
|
||||
import { sleep } from 'pankow/utils';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { sleep } from '@cloudron/pankow/utils';
|
||||
import moment from 'moment-timezone';
|
||||
import DashboardModel from './DashboardModel.js';
|
||||
import ProfileModel from './ProfileModel.js';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import DomainsModel from './DomainsModel.js';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
const changeHandlers = {};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { sanitize } from 'pankow/utils';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { sanitize } from '@cloudron/pankow/utils';
|
||||
|
||||
const BASE_URL = import.meta.env.BASE_URL || '/';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
const providers = [
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
import { ROLES, API_ORIGIN } from '../constants.js';
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
|
||||
const changeHandlers = {};
|
||||
const KEYS = {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { sleep } from 'pankow/utils';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { sleep } from '@cloudron/pankow/utils';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
function create() {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import { fetcher } from 'pankow';
|
||||
import { fetcher } from '@cloudron/pankow';
|
||||
import { API_ORIGIN } from '../constants.js';
|
||||
|
||||
const mountTypes = [
|
||||
|
||||
Reference in New Issue
Block a user