Skip to content

Commit db6d1b8

Browse files
committed
build: migrate to c0rejs namespace
1 parent f08433e commit db6d1b8

7 files changed

Lines changed: 20 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ Compare with the previous release: [v1.6.3](https://github.com/softvisio-node/we
106106

107107
**Other changes:**
108108

109-
- build(deps): bump @softvisio/core 7.172.0 (● [5c6857e](https://github.com/softvisio-node/webpack/commit/5c6857e); 👬 zdm)
109+
- build(deps): bump @c0rejs/core 7.172.0 (● [5c6857e](https://github.com/softvisio-node/webpack/commit/5c6857e); 👬 zdm)
110110

111-
- build(deps): bump @softvisio/core 7.172.0-alpha.0 (● [191fb4b](https://github.com/softvisio-node/webpack/commit/191fb4b); 👬 zdm)
111+
- build(deps): bump @c0rejs/core 7.172.0-alpha.0 (● [191fb4b](https://github.com/softvisio-node/webpack/commit/191fb4b); 👬 zdm)
112112

113-
- build(deps): bump @softvisio/core 7.172.0-alpha.1 (● [73eae03](https://github.com/softvisio-node/webpack/commit/73eae03); 👬 zdm)
113+
- build(deps): bump @c0rejs/core 7.172.0-alpha.1 (● [73eae03](https://github.com/softvisio-node/webpack/commit/73eae03); 👬 zdm)
114114

115115
- style: use uppercase crypto constants (● [4006240](https://github.com/softvisio-node/webpack/commit/4006240); 👬 zdm)
116116

@@ -128,15 +128,15 @@ Compare with the previous release: [v1.6.2](https://github.com/softvisio-node/we
128128

129129
**Other changes:**
130130

131-
- build(deps): bump @softvisio/core 7.172.0-alpha.1 (● [73eae03](https://github.com/softvisio-node/webpack/commit/73eae03); 👬 zdm)
131+
- build(deps): bump @c0rejs/core 7.172.0-alpha.1 (● [73eae03](https://github.com/softvisio-node/webpack/commit/73eae03); 👬 zdm)
132132

133133
Compare with the previous release: [v1.6.3-alpha.1](https://github.com/softvisio-node/webpack/compare/v1.6.3-alpha.1...v1.6.3-alpha.2)
134134

135135
### v1.6.3-alpha.1 (2025-07-01)
136136

137137
**Other changes:**
138138

139-
- build(deps): bump @softvisio/core 7.172.0-alpha.0 (● [191fb4b](https://github.com/softvisio-node/webpack/commit/191fb4b); 👬 zdm)
139+
- build(deps): bump @c0rejs/core 7.172.0-alpha.0 (● [191fb4b](https://github.com/softvisio-node/webpack/commit/191fb4b); 👬 zdm)
140140

141141
Compare with the previous release: [v1.6.3-alpha.0](https://github.com/softvisio-node/webpack/compare/v1.6.3-alpha.0...v1.6.3-alpha.1)
142142

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://softvisio-node.github.io/webpack/>
3+
> ℹ️ Please, see the full project documentation here:<br><https://c0rejs.github.io/webpack/>
44
55
# Introduction
66

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

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

1515
## Usage

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 @softvisio/webpack
8+
npm install @c0rejs/webpack
99
```
1010

1111
## Usage

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010

1111
<link rel="stylesheet" id="lightTheme" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple.css" />
1212
<link rel="stylesheet" id="darkTheme" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple-dark.css" />
13-
<link rel="stylesheet" href="https://softvisio-node.github.io/cli/assets/theme/theme.css" />
13+
<link rel="stylesheet" href="https://c0rejs.github.io/cli/assets/theme/theme.css" />
1414
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css" />
1515
</head>
1616
<body>
1717
<nav>
18-
<a href="#/changelog">Changelog</a><a href="https://github.com/softvisio-node/webpack/discussions" title="Discussions"><i class="fa-regular fa-comments"></i></a><a href="https://github.com/softvisio-node/webpack/issues" title="Issues"><i class="fa-regular fa-circle-dot"></i></a><a href="https://www.npmjs.com/package/@softvisio/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/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>
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/softvisio-node/webpack/main/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@softvisio/webpack", relativePath: true, repo: "https://github.com/softvisio-node/webpack", search: { depth: 3 }, subMaxLevel: 2, tabs: {} };
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: {} };
2525
</script>
2626

27-
<script src="https://softvisio-node.github.io/cli/assets/theme/theme.js"></script>
27+
<script src="https://c0rejs.github.io/cli/assets/theme/theme.js"></script>
2828
<script src="https://cdn.jsdelivr.net/npm/docsify"></script>
2929
<script src="https://cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js"></script>
3030
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.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 "@softvisio/babel";
3+
import { createConfig } from "@c0rejs/babel";
44
import TerserPlugin from "terser-webpack-plugin";
55
import Ajv from "#core/ajv";
66
import { readConfigSync } from "#core/config";

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@softvisio/webpack",
2+
"name": "@c0rejs/webpack",
33
"version": "1.6.15",
44
"description": "Webpack wrapper",
55
"keywords": [
@@ -19,7 +19,7 @@
1919
"author": "root <root@softvisio.net>",
2020
"type": "module",
2121
"imports": {
22-
"#core/*": "@softvisio/core/*",
22+
"#core/*": "@c0rejs/core/*",
2323
"#lib/*": "./lib/*.js",
2424
"#resources/*": "./resources/*"
2525
},
@@ -39,8 +39,8 @@
3939
"/src"
4040
],
4141
"peerDependencies": {
42-
"@softvisio/babel": "^1.0.0",
43-
"@softvisio/core": "^7.172.0",
42+
"@c0rejs/babel": "^1.0.0",
43+
"@c0rejs/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": "@softvisio/webpack/loaders/po",
244+
"loader": "@c0rejs/webpack/loaders/po",
245245
"options": { PoFile },
246246
},
247247

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

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

0 commit comments

Comments
 (0)