@misterscan/sesi 1.3.2 → 1.3.3

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 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,3 @@
1
- ## SESI IS **NOT** AN AI WRAPPER LANGUAGE. IT IS **NOT** AN AI-NATIVE PROGRAMMING LANGUAGE. IT IS A GENERAL-PURPOSE PROGRAMMING LANGUAGE WITH **OPTIONAL** AI CAPABILITIES BUILT-IN. STRONG EMPHASIS ON **OPTIONAL**.
2
-
3
- <p align="center">
4
- <img src="./sesi-logo.svg" alt="Sesi Logo" width="250" />
5
- </p>
6
1
 
7
2
  <h1 align="center">Sesi: A Concise, Legible Programming Language</h1>
8
3
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@misterscan/sesi",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Sesi: A Concise, Legible Programming Language",
5
5
  "main": "dist/index.js",
6
6
  "bin": {