@misterscan/sesi 1.2.0 → 1.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@misterscan/sesi",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Sesi: A High-Performance Systems Language",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -16,7 +16,7 @@
16
16
  "scripts": {
17
17
  "lint": "npx eslint --fix",
18
18
  "build": "tsc",
19
- "dev": "npm run lint &&dotenvx run -- npm run build --watch",
19
+ "dev": "npm run lint && dotenvx run -- npm run build --watch",
20
20
  "test": "npx ts-node tests/basic.test.ts && npx ts-node tests/module.test.ts && npx ts-node tests/cache.test.ts && npx ts-node tests/http.test.ts",
21
21
  "test:watch": "npm run lint && npx ts-node tests/basic.test.ts --watch",
22
22
  "build:exe": "node ./scripts/build-binaries.mjs",
@@ -29,29 +29,35 @@
29
29
  "example": "node --no-deprecation example.js",
30
30
  "example:ai": "node --no-deprecation example-ai.js",
31
31
  "example:all": "bin/sesi.js examples.sesi",
32
- "upload": "npm login && npm run build && npm publish --access public"
32
+ "upload": "npm run build && npm publish --access public"
33
33
  },
34
34
  "keywords": [
35
- "ai",
36
- "language",
37
- "programming",
35
+ "sesi",
36
+ "systems-language",
37
+ "programming-language",
38
+ "ai-native",
38
39
  "gemini",
39
- "interpreter"
40
+ "reasoning-primitives",
41
+ "concurrency",
42
+ "process-orchestration",
43
+ "agentic-workflows",
44
+ "interpreter",
45
+ "typescript"
40
46
  ],
41
- "author": "Sesi Community",
47
+ "author": "Misterscan",
42
48
  "license": "MIT",
43
49
  "dependencies": {
44
- "@dotenvx/dotenvx": "^1.65.0",
45
- "@dotenvx/dotenvx-ops": "^0.45.3",
46
- "@google/genai": "2.0.1"
50
+ "@dotenvx/dotenvx": "1.66.0",
51
+ "@dotenvx/dotenvx-ops": "0.47.0",
52
+ "@google/genai": "2.5.0"
47
53
  },
48
54
  "devDependencies": {
49
55
  "@eslint/js": "^10.0.1",
50
- "@types/node": "^25.7.0",
51
- "eslint": "^10.3.0",
56
+ "@types/node": "25.9.1",
57
+ "eslint": "10.4.0",
52
58
  "globals": "^17.6.0",
53
59
  "rcedit": "^5.0.2",
54
60
  "typescript": "6.0.3",
55
- "typescript-eslint": "^8.59.3"
61
+ "typescript-eslint": "^8.59.4"
56
62
  }
57
63
  }