@famibee/skynovel 1.63.27 → 1.64.1

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 +22 -6
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,15 +1,31 @@
1
1
  # SKYNovel
2
- [![MIT License](https://img.shields.io/github/license/famibee/SKYNovel.svg)](https://github.com/famibee/SKYNovel/blob/master/LICENSE)
3
- ![platform](https://img.shields.io/badge/platform-windows%20%7C%20macos-lightgrey.svg)
2
+ [![MIT](https://img.shields.io/badge/MIT-green?style=for-the-badge)](https://github.com/famibee/skynovel_esm/blob/master/LICENSE)
3
+ ![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=apple&logoColor=white)
4
+ ![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
5
+ ![Google chrome](https://img.shields.io/badge/Google_chrome-4285F4?style=for-the-badge&logo=Google-chrome&logoColor=white)
6
+ ![Firefox](https://img.shields.io/badge/Firefox_Browser-FF7139?style=for-the-badge&logo=Firefox-Browser&logoColor=white)
7
+ ![Safari](https://img.shields.io/badge/Safari-FF1B2D?style=for-the-badge&logo=Safari&logoColor=white)
8
+
9
+
4
10
  ![GitHub package.json version](https://img.shields.io/github/package-json/v/famibee/skynovel?color=brightgreen)
5
11
  ![GitHub last commit](https://img.shields.io/github/last-commit/famibee/skynovel)
6
- ![npm type definitions](https://img.shields.io/npm/types/skynovel)
12
+ ![npm type definitions](https://img.shields.io/npm/types/@famibee/skynovel)
13
+ [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
7
14
 
8
- [![Build Status](https://app.travis-ci.com/famibee/SKYNovel.svg?branch=master)](https://app.travis-ci.com/famibee/SKYNovel)
9
15
  ![GitHub release (latest by date)](https://img.shields.io/github/v/release/famibee/skynovel)
10
- ![GitHub Release Date](https://img.shields.io/github/release-date/famibee/skynovel)
11
16
  ![Release package](https://github.com/famibee/SKYNovel/workflows/Release%20package/badge.svg)
12
- [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
17
+ ![GitHub Release Date](https://img.shields.io/github/release-date/famibee/skynovel)
18
+
19
+ ![NodeJs](https://img.shields.io/badge/Node%20js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white)
20
+ ![electron](https://img.shields.io/badge/Electron-2B2E3A?style=for-the-badge&logo=electron&logoColor=9FEAF9)
21
+
22
+ ![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
23
+ ![bun](https://img.shields.io/badge/bun-282a36?style=for-the-badge&logo=bun&logoColor=fbf0df)
24
+ ![vite](https://img.shields.io/badge/Vite-B73BFE?style=for-the-badge&logo=vite&logoColor=FFD62E)
25
+ ![ESLint](https://img.shields.io/badge/eslint-3A33D1?style=for-the-badge&logo=eslint&logoColor=white)
26
+ ![VSCode](https://img.shields.io/badge/VSCode-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white)
27
+ ![Sublime Text](https://img.shields.io/badge/sublime_text-%23575757.svg?&style=for-the-badge&logo=sublime-text&logoColor=important)
28
+
13
29
 
14
30
  WebGL NovelGame framework by PixiJS
15
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@famibee/skynovel",
3
- "version": "1.63.27",
3
+ "version": "1.64.1",
4
4
  "description": "webgl novelgame framework",
5
5
  "author": "miyazawa famibee",
6
6
  "publisher": "famibee",
@@ -38,7 +38,7 @@
38
38
  "tinygesture": "^3.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@eslint/js": "^9.38.0",
41
+ "@eslint/js": "9.38.0",
42
42
  "@happy-dom/global-registrator": "^20.0.10",
43
43
  "@semantic-release/changelog": "^6.0.3",
44
44
  "@semantic-release/git": "^10.0.1",
@@ -53,7 +53,7 @@
53
53
  "@types/platform": "^1.3.6",
54
54
  "@types/store": "^2.0.5",
55
55
  "electron": "^39.0.0",
56
- "eslint": "^9.38.0",
56
+ "eslint": "9.38.0",
57
57
  "eslint-plugin-import": "^2.32.0",
58
58
  "eslint-plugin-jest": "^29.0.1",
59
59
  "globals": "^16.4.0",