@rdyl/node-koa-controller 0.0.1 → 0.0.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 0.0.1 (2025-01-21)
1
+ ## 0.0.2 (2025-03-12)
2
2
 
3
3
 
4
4
 
package/README.md CHANGED
@@ -1,20 +1,9 @@
1
1
  ## Installation
2
2
 
3
3
  ```bash
4
- $ npm install @rdyl/react-router-connect
4
+ $ npm install @rdyl/node-koa-controller
5
5
  # or
6
- $ yarn add @rdyl/react-router-connect
6
+ $ yarn add @rdyl/node-koa-controller
7
7
  ```
8
8
 
9
9
  ## Getting started
10
-
11
- 1. 配置tsconfig.json
12
- ```json
13
- {
14
- "compilerOptions": {
15
- "types": [
16
- "@rdyl/react-router-connect/types/type.d.ts"
17
- ],
18
- },
19
- }
20
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdyl/node-koa-controller",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",