Match-id-0742abe096a2279b065b472621459263285f6e50

This commit is contained in:
* 2023-09-15 15:58:30 +08:00
commit 945986ed9a
7 changed files with 13 additions and 13 deletions

View File

@ -5,6 +5,6 @@
<title>downloadTest</title>
</head>
<body>
<h3>Hello Horizon Request Master!</h3>
<h3>Hello Inula Request Master!</h3>
</body>
</html>
</html>

View File

@ -1,4 +1,4 @@
import Inula, { useState } from '@cloudsop/horizon';
import Inula, { useState } from 'inulajs';
import { useIR } from '../../index';
const App = () => {

View File

@ -1,4 +1,4 @@
import Inula from '@cloudsop/horizon';
import Inula from 'inulajs';
import App from "./App ";
Inula.render(

View File

@ -1,7 +1,7 @@
{
"name": "@cloudsop/horizon-request",
"version": "1.0.31",
"description": "Horizon-request brings you a convenient request experience!",
"name": "inula-request",
"version": "0.0.1",
"description": "Inula-request brings you a convenient request experience!",
"main": "./dist/index.ts",
"scripts": {
"test": "jest --config jest.config.cjs",
@ -16,10 +16,10 @@
],
"repository": {
"type": "git",
"url": "ssh://git@szv-open.codehub.huawei.com:2222/innersource/fenghuang/horizon/horizon-ecosystem.git"
"url": ""
},
"keywords": [
"horizon-request"
"inula-request"
],
"author": "",
"license": "ISC",
@ -61,7 +61,7 @@
"webpack-dev-server": "^4.13.3"
},
"dependencies": {
"@cloudsop/horizon": "0.0.58"
"inulajs": "0.0.11"
},
"exclude": [
"node_modules"

View File

@ -1,4 +1,4 @@
import Inula from '@cloudsop/horizon';
import Inula from 'inulajs';
import IRClient from './IRClient';
import { IrRequestConfig, QueryOptions } from '../../types/interfaces';

View File

@ -21,7 +21,7 @@ module.exports = {
'@babel/preset-react',
{
'runtime': 'automatic',
'importSource': '@cloudsop/horizon'
'importSource': 'inulajs'
}
],
'@babel/preset-typescript'

View File

@ -4,7 +4,7 @@
"keywords": [
"inulajs"
],
"version": "0.0.1",
"version": "0.0.11",
"homepage": "",
"bugs": "",
"main": "index.js",