Skip to content

Commit 087f23e

Browse files
committed
chore: rename package
1 parent f79ca7b commit 087f23e

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package-lock = false
22

3-
@c0rejs:registry = https://npm.pkg.github.com/
3+
@corejslib:registry = https://npm.pkg.github.com/
44
@softvisio:registry = https://npm.pkg.github.com/
55
@zdm:registry = https://npm.pkg.github.com/
66
@zerocluster:registry = https://npm.pkg.github.com/

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- !!! DO NOT EDIT, THIS FILE IS GENERATED AUTOMATICALLY !!! -->
22

3-
> ℹ️ Please, see the full project documentation here:<br><https://c0rejs.github.io/result/>
3+
> ℹ️ Please, see the full project documentation here:<br><https://corejslib.github.io/result/>
44
55
# Introduction
66

@@ -9,15 +9,15 @@ Serializable result object, that encapsulates operation status, statusText and r
99
## Install
1010

1111
```sh
12-
npm install @c0rejs/result
12+
npm install @corejslib/result
1313
```
1414

1515
Under `node` environment it also register itself as `global.result`, so you don;t need to import it into all modules;
1616

1717
## Usage
1818

1919
```javascript
20-
import result from "@c0rejs/result";
20+
import result from "@corejslib/result";
2121

2222
var res = result( 200 );
2323

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Serializable result object, that encapsulates operation status, statusText and r
55
## Install
66

77
```sh
8-
npm install @c0rejs/result
8+
npm install @corejslib/result
99
```
1010

1111
Under `node` environment it also register itself as `global.result`, so you don;t need to import it into all modules;
1212

1313
## Usage
1414

1515
```javascript
16-
import result from "@c0rejs/result";
16+
import result from "@corejslib/result";
1717

1818
var res = result( 200 );
1919

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
</head>
1616
<body>
1717
<nav>
18-
<a href="#/changelog">Changelog</a><a href="https://github.com/c0rejs/result/discussions" title="Discussions"><i class="fa-regular fa-comments"></i></a><a href="https://github.com/c0rejs/result/issues" title="Issues"><i class="fa-regular fa-circle-dot"></i></a><a href="https://www.npmjs.com/package/@c0rejs/result" title="NPM package"><i class="fa-brands fa-npm"></i></a><a href="#toggleTheme"><i class="fa-solid fa-adjust"></i> Theme</a>
18+
<a href="#/changelog">Changelog</a><a href="https://github.com/corejslib/result/discussions" title="Discussions"><i class="fa-regular fa-comments"></i></a><a href="https://github.com/corejslib/result/issues" title="Issues"><i class="fa-regular fa-circle-dot"></i></a><a href="https://www.npmjs.com/package/@corejslib/result" title="NPM package"><i class="fa-brands fa-npm"></i></a><a href="#toggleTheme"><i class="fa-solid fa-adjust"></i> Theme</a>
1919
</nav>
2020
<div id="app"></div>
2121
<div id="gotoTop"><a href="#gotoTop">🡡 Top</a></div>
2222

2323
<script>
24-
window.$docsify = { alias: { "/changelog": "https://raw.githubusercontent.com/c0rejs/result/main/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@c0rejs/result", relativePath: true, repo: "https://github.com/c0rejs/result", search: { depth: 3 }, subMaxLevel: 2, tabs: {}, types: { Array: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array", Error: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error", Object: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object", Result: "/#class-result", any: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#data_and_structure_types", boolean: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type", integer: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type", string: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type", undefined: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#undefined_type" } };
24+
window.$docsify = { alias: { "/changelog": "https://raw.githubusercontent.com/corejslib/result/main/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@corejslib/result", relativePath: true, repo: "https://github.com/corejslib/result", search: { depth: 3 }, subMaxLevel: 2, tabs: {}, types: { Array: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array", Error: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error", Object: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object", Result: "/#class-result", any: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#data_and_structure_types", boolean: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type", integer: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type", string: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type", undefined: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#undefined_type" } };
2525
</script>
2626

2727
<script src="https://softvisio.github.io/cli/assets/theme/theme.js"></script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@c0rejs/result",
2+
"name": "@corejslib/result",
33
"version": "6.5.28",
44
"description": "Result object",
55
"homepage": "https://corejslib.github.io/result/",

0 commit comments

Comments
 (0)