purus 0.11.0 → 1.0.0

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/README-ja.md CHANGED
@@ -1,21 +1,21 @@
1
1
  <div align="center">
2
2
 
3
- [![Logo](https://raw.githubusercontent.com/otnc/purus/refs/heads/main/logo.png)](https://purus.work)
3
+ [![Logo](https://raw.githubusercontent.com/puruslang/assets/main/logo.png)](https://purus.work)
4
4
 
5
- [English](https://github.com/otnc/purus#readme) | **日本語**
5
+ [English](https://github.com/puruslang/purus#readme) | **日本語**
6
6
 
7
7
  </div>
8
8
 
9
9
  ---
10
10
 
11
- [![CI](https://github.com/otnc/purus/actions/workflows/ci.yml/badge.svg)](https://github.com/otnc/purus/actions/workflows/ci.yml)
11
+ [![CI](https://github.com/puruslang/purus/actions/workflows/ci.yml/badge.svg)](https://github.com/puruslang/purus/actions/workflows/ci.yml)
12
12
  [![npm](https://img.shields.io/npm/v/purus)](https://www.npmjs.com/package/purus)
13
13
  [![npm downloads](https://img.shields.io/npm/dm/purus)](https://www.npmjs.com/package/purus)
14
- [![License](https://img.shields.io/github/license/otnc/purus)](https://github.com/otnc/purus/blob/main/LICENSE)
15
- [![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org/)
14
+ [![License](https://img.shields.io/github/license/puruslang/purus)](https://github.com/puruslang/purus/blob/main/LICENSE)
15
+ [![Node.js](https://img.shields.io/badge/node-%3E%3D22-brightgreen)](https://nodejs.org/)
16
16
  [![VS Code Extension](https://img.shields.io/visual-studio-marketplace/i/otoneko1102.purus)](https://marketplace.visualstudio.com/items?itemName=otoneko1102.purus)
17
- [![GitHub commit activity](https://img.shields.io/github/commit-activity/m/otnc/purus)](https://github.com/otnc/purus/pulse)
18
- [![GitHub last commit](https://img.shields.io/github/last-commit/otnc/purus)](https://github.com/otnc/purus/commits/main)
17
+ [![GitHub commit activity](https://img.shields.io/github/commit-activity/m/puruslang/purus)](https://github.com/puruslang/purus/pulse)
18
+ [![GitHub last commit](https://img.shields.io/github/last-commit/puruslang/purus)](https://github.com/puruslang/purus/commits/main)
19
19
  ![US layout](https://img.shields.io/badge/US_layout-Supported-green)
20
20
  ![JIS layout](https://img.shields.io/badge/JIS_layout-Supported-green)
21
21
 
@@ -27,8 +27,8 @@ Purusは、 _Shiftキー_ をほとんど押さずにプログラミングでき
27
27
 
28
28
  ```purus
29
29
  let name
30
- name be ///Purus///
31
- const message be ///Welcome to [name]!///
30
+ name be //;Purus;//
31
+ const message be //;Welcome to [name]!;//
32
32
  console.log[message] -- Welcome to Purus!
33
33
  ```
34
34
 
@@ -63,10 +63,10 @@ npm install -D purus
63
63
 
64
64
  ## 貢献
65
65
 
66
- ガイドは [コチラ](https://github.com/otnc/purus/blob/main/CONTRIBUTING-ja.md) !
66
+ ガイドは [コチラ](https://github.com/puruslang/purus/blob/main/CONTRIBUTING-ja.md) !
67
67
 
68
- <a href="https://github.com/otnc/purus/graphs/contributors">
69
- <img src="https://contrib.rocks/image?repo=otnc/purus" />
68
+ <a href="https://github.com/puruslang/purus/graphs/contributors">
69
+ <img src="https://contrib.rocks/image?repo=puruslang/purus" />
70
70
  </a>
71
71
 
72
72
  Made with [contrib.rocks](https://contrib.rocks).
@@ -77,4 +77,4 @@ otoneko. https://github.com/otnc
77
77
 
78
78
  ## ライセンス
79
79
 
80
- Apache 2.0 ライセンスに基づいて配布されます。詳細については、[LICENSE](https://raw.githubusercontent.com/otnc/purus/refs/heads/main/LICENSE) を参照してください。
80
+ Apache 2.0 ライセンスに基づいて配布されます。詳細については、[LICENSE](https://github.com/puruslang/purus/blob/main/LICENSE) を参照してください。
package/README.md CHANGED
@@ -1,21 +1,21 @@
1
1
  <div align="center">
2
2
 
3
- [![Logo](https://raw.githubusercontent.com/otnc/purus/refs/heads/main/logo.png)](https://purus.work)
3
+ [![Logo](https://raw.githubusercontent.com/puruslang/assets/main/logo.png)](https://purus.work)
4
4
 
5
- **English** | [日本語](https://github.com/otnc/purus/blob/main/README-ja.md)
5
+ **English** | [日本語](https://github.com/puruslang/purus/blob/main/README-ja.md)
6
6
 
7
7
  </div>
8
8
 
9
9
  ---
10
10
 
11
- [![CI](https://github.com/otnc/purus/actions/workflows/ci.yml/badge.svg)](https://github.com/otnc/purus/actions/workflows/ci.yml)
11
+ [![CI](https://github.com/puruslang/purus/actions/workflows/ci.yml/badge.svg)](https://github.com/puruslang/purus/actions/workflows/ci.yml)
12
12
  [![npm](https://img.shields.io/npm/v/purus)](https://www.npmjs.com/package/purus)
13
13
  [![npm downloads](https://img.shields.io/npm/dm/purus)](https://www.npmjs.com/package/purus)
14
- [![License](https://img.shields.io/github/license/otnc/purus)](https://github.com/otnc/purus/blob/main/LICENSE)
15
- [![Node.js](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org/)
14
+ [![License](https://img.shields.io/github/license/puruslang/purus)](https://github.com/puruslang/purus/blob/main/LICENSE)
15
+ [![Node.js](https://img.shields.io/badge/node-%3E%3D22-brightgreen)](https://nodejs.org/)
16
16
  [![VS Code Extension](https://img.shields.io/visual-studio-marketplace/i/otoneko1102.purus)](https://marketplace.visualstudio.com/items?itemName=otoneko1102.purus)
17
- [![GitHub commit activity](https://img.shields.io/github/commit-activity/m/otnc/purus)](https://github.com/otnc/purus/pulse)
18
- [![GitHub last commit](https://img.shields.io/github/last-commit/otnc/purus)](https://github.com/otnc/purus/commits/main)
17
+ [![GitHub commit activity](https://img.shields.io/github/commit-activity/m/puruslang/purus)](https://github.com/puruslang/purus/pulse)
18
+ [![GitHub last commit](https://img.shields.io/github/last-commit/puruslang/purus)](https://github.com/puruslang/purus/commits/main)
19
19
  ![US layout](https://img.shields.io/badge/US_layout-Supported-green)
20
20
  ![JIS layout](https://img.shields.io/badge/JIS_layout-Supported-green)
21
21
 
@@ -27,8 +27,8 @@ With Purus, you can write code almost without pressing the _Shift key_.
27
27
 
28
28
  ```purus
29
29
  let name
30
- name be ///Purus///
31
- const message be ///Welcome to [name]!///
30
+ name be //;Purus;//
31
+ const message be //;Welcome to [name]!;//
32
32
  console.log[message] -- Welcome to Purus!
33
33
  ```
34
34
 
@@ -63,10 +63,10 @@ The documentation is available on [purus.work](https://purus.work).
63
63
 
64
64
  ## Contribute
65
65
 
66
- The guide is [here](https://github.com/otnc/purus/blob/main/CONTRIBUTING.md)!
66
+ The guide is [here](https://github.com/puruslang/purus/blob/main/CONTRIBUTING.md)!
67
67
 
68
- <a href="https://github.com/otnc/purus/graphs/contributors">
69
- <img src="https://contrib.rocks/image?repo=otnc/purus" />
68
+ <a href="https://github.com/puruslang/purus/graphs/contributors">
69
+ <img src="https://contrib.rocks/image?repo=puruslang/purus" />
70
70
  </a>
71
71
 
72
72
  Made with [contrib.rocks](https://contrib.rocks).
@@ -77,4 +77,4 @@ otoneko. https://github.com/otnc
77
77
 
78
78
  ## License
79
79
 
80
- Distributed under the Apache 2.0 License. See [LICENSE](https://github.com/otnc/purus/blob/main/LICENSE) for more information.
80
+ Distributed under the Apache 2.0 License. See [LICENSE](https://github.com/puruslang/purus/blob/main/LICENSE) for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purus",
3
- "version": "0.11.0",
3
+ "version": "1.0.0",
4
4
  "description": "Purus - /ˈpuː.rus/ means pure✨ in Latin - is a beautiful, simple, and easy-to-use language. It compiles to JavaScript. It makes your fingers free from the Shift key. With Purus, you can write code almost without pressing the Shift key.",
5
5
  "main": "pkg/index.js",
6
6
  "module": "pkg/index.mjs",
@@ -50,18 +50,17 @@
50
50
  "license": "Apache-2.0",
51
51
  "repository": {
52
52
  "type": "git",
53
- "url": "https://github.com/otnc/purus",
54
- "directory": "core"
53
+ "url": "https://github.com/puruslang/purus"
55
54
  },
56
55
  "bugs": {
57
- "url": "https://github.com/otnc/purus/issues"
56
+ "url": "https://github.com/puruslang/purus/issues"
58
57
  },
59
58
  "funding": {
60
59
  "url": "https://github.com/sponsors/otnc"
61
60
  },
62
61
  "homepage": "https://purus.work",
63
62
  "engines": {
64
- "node": ">=20"
63
+ "node": ">=22"
65
64
  },
66
65
  "devDependencies": {
67
66
  "prettier": "^3.8.1"