@fukict/router 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export declare const METADATA: {
6
6
  readonly name: "@fukict/router";
7
- readonly version: "0.1.1";
7
+ readonly version: "0.1.2";
8
8
  readonly description: "Router for Fukict framework with nested routing and lazy loading";
9
9
  readonly author: "Fukict Team";
10
10
  readonly license: "MIT";
package/dist/metadata.js CHANGED
@@ -4,7 +4,7 @@
4
4
  */
5
5
  export const METADATA = {
6
6
  name: '@fukict/router',
7
- version: '0.1.1',
7
+ version: '0.1.2',
8
8
  description: 'Router for Fukict framework with nested routing and lazy loading',
9
9
  author: 'Fukict Team',
10
10
  license: 'MIT',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fukict/router",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Router for Fukict framework with nested routing and lazy loading",
5
5
  "keywords": [
6
6
  "fukict",
@@ -37,7 +37,7 @@
37
37
  "README.md"
38
38
  ],
39
39
  "dependencies": {
40
- "@fukict/basic": "0.1.1"
40
+ "@fukict/basic": "0.1.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "typescript": "^5.6.3"
@@ -45,6 +45,9 @@
45
45
  "engines": {
46
46
  "node": ">=16.0.0"
47
47
  },
48
+ "publishConfig": {
49
+ "registry": "https://registry.npmjs.org/"
50
+ },
48
51
  "scripts": {
49
52
  "build": "tsx ../../scripts/build-package.ts --pkg-name router --no-watch",
50
53
  "dev": "tsx ../../scripts/build-package.ts --pkg-name router --watch",