Skip to content

Commit 3a4dbf6

Browse files
committed
chore: rename package
1 parent 6b20836 commit 3a4dbf6

8 files changed

Lines changed: 19 additions & 19 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: 2 additions & 2 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/webpack/>
3+
> ℹ️ Please, see the full project documentation here:<br><https://corejslib.github.io/webpack/>
44
55
# Introduction
66

@@ -9,7 +9,7 @@
99
## Install
1010

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

1515
## Usage

cli.config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ docs:
55
location: /docs
66

77
externalTypes:
8-
- c0rejs/core
9-
- c0rejs/result
8+
- corejslib/core
9+
- corejslib/result

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Install
66

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

1111
## Usage

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/webpack/discussions" title="Discussions"><i class="fa-regular fa-comments"></i></a><a href="https://github.com/c0rejs/webpack/issues" title="Issues"><i class="fa-regular fa-circle-dot"></i></a><a href="https://www.npmjs.com/package/@c0rejs/webpack" 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/webpack/discussions" title="Discussions"><i class="fa-regular fa-comments"></i></a><a href="https://github.com/corejslib/webpack/issues" title="Issues"><i class="fa-regular fa-circle-dot"></i></a><a href="https://www.npmjs.com/package/@corejslib/webpack" 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/webpack/main/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@c0rejs/webpack", relativePath: true, repo: "https://github.com/c0rejs/webpack", search: { depth: 3 }, subMaxLevel: 2, tabs: {} };
24+
window.$docsify = { alias: { "/changelog": "https://raw.githubusercontent.com/corejslib/webpack/main/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@corejslib/webpack", relativePath: true, repo: "https://github.com/corejslib/webpack", search: { depth: 3 }, subMaxLevel: 2, tabs: {} };
2525
</script>
2626

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

lib/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from "node:fs";
22
import path from "node:path";
3-
import { createConfig } from "@c0rejs/babel";
3+
import { createConfig } from "@corejslib/babel";
44
import TerserPlugin from "terser-webpack-plugin";
55
import Ajv from "#core/ajv";
66
import { readConfigSync } from "#core/config";

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "@c0rejs/webpack",
2+
"name": "@corejslib/webpack",
33
"version": "1.6.21",
44
"description": "Webpack wrapper",
55
"keywords": [
66
"softvisio",
77
"webpack"
88
],
9-
"homepage": "https://c0rejs.github.io/webpack/",
9+
"homepage": "https://corejslib.github.io/webpack/",
1010
"bugs": {
11-
"url": "https://github.com/c0rejs/webpack/issues",
11+
"url": "https://github.com/corejslib/webpack/issues",
1212
"email": "root <root@softvisio.net>"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/c0rejs/webpack.git"
16+
"url": "git+https://github.com/corejslib/webpack.git"
1717
},
1818
"license": "ISC",
1919
"author": "root <root@softvisio.net>",
2020
"type": "module",
2121
"imports": {
22-
"#core/*": "@c0rejs/core/*",
22+
"#core/*": "@corejslib/core/*",
2323
"#lib/*": "./lib/*.js",
2424
"#resources/*": "./resources/*"
2525
},
@@ -39,8 +39,8 @@
3939
"/src"
4040
],
4141
"peerDependencies": {
42-
"@c0rejs/babel": "^1.0.0",
43-
"@c0rejs/core": "^7.172.0",
42+
"@corejslib/babel": "^1.0.0",
43+
"@corejslib/core": "^7.172.0",
4444
"babel-loader": "^10.0.0",
4545
"copy-webpack-plugin": "^13.0.0",
4646
"css-loader": "^7.0.0",

resources/webpack-components/web/component.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,21 +241,21 @@ export default class extends WebpackComponent {
241241
// .po
242242
{
243243
"test": /\.po$/,
244-
"loader": "@c0rejs/webpack/loaders/po",
244+
"loader": "@corejslib/webpack/loaders/po",
245245
"options": { PoFile },
246246
},
247247

248248
// .json
249249
{
250250
"test": /\.json$/,
251-
"loader": "@c0rejs/webpack/loaders/json",
251+
"loader": "@corejslib/webpack/loaders/json",
252252
"options": { json5 },
253253
},
254254

255255
// .yaml
256256
{
257257
"test": /\.yaml$/,
258-
"loader": "@c0rejs/webpack/loaders/yaml",
258+
"loader": "@corejslib/webpack/loaders/yaml",
259259
"options": { yaml },
260260
},
261261
],

0 commit comments

Comments
 (0)