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> <title>downloadTest</title>
</head> </head>
<body> <body>
<h3>Hello Horizon Request Master!</h3> <h3>Hello Inula Request Master!</h3>
</body> </body>
</html> </html>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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