@simplysm/core-browser 13.0.16 → 13.0.20

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.
Files changed (2) hide show
  1. package/README.md +0 -7
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -12,13 +12,6 @@ npm install @simplysm/core-browser
12
12
  pnpm add @simplysm/core-browser
13
13
  ```
14
14
 
15
- ### Dependencies
16
-
17
- | Package | Description |
18
- |--------|------|
19
- | `@simplysm/core-common` | Common utilities (error classes, etc.) |
20
- | `tabbable` | Focusable element detection |
21
-
22
15
  ## Main Modules
23
16
 
24
17
  ### Element Extension Methods
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@simplysm/core-browser",
3
- "version": "13.0.16",
3
+ "version": "13.0.20",
4
4
  "description": "심플리즘 패키지 - 코어 모듈 (browser)",
5
5
  "author": "김석래",
6
+ "license": "Apache-2.0",
6
7
  "repository": {
7
8
  "type": "git",
8
9
  "url": "https://github.com/kslhunter/simplysm.git",
9
10
  "directory": "packages/core-browser"
10
11
  },
11
- "license": "Apache-2.0",
12
12
  "type": "module",
13
13
  "main": "./dist/index.js",
14
14
  "types": "./dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "tabbable": "^6.4.0",
25
- "@simplysm/core-common": "13.0.16"
25
+ "@simplysm/core-common": "13.0.20"
26
26
  },
27
27
  "devDependencies": {
28
28
  "happy-dom": "^20.6.1"