@grifhinz/logics-manager 2.1.0 → 2.1.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.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![CI](https://github.com/AlexAgo83/logics-manager/actions/workflows/ci.yml/badge.svg)](https://github.com/AlexAgo83/logics-manager/actions/workflows/ci.yml)
4
4
  [![License](https://img.shields.io/github/license/AlexAgo83/logics-manager)](LICENSE)
5
- ![Version](https://img.shields.io/badge/version-v2.1.0-4C8BF5)
5
+ ![Version](https://img.shields.io/badge/version-v2.1.1-4C8BF5)
6
6
  ![VS Code](https://img.shields.io/badge/VS%20Code-1.86.0-007ACC?logo=visualstudiocode&logoColor=white)
7
7
  ![TypeScript](https://img.shields.io/badge/TypeScript-5.3.3-3178C6?logo=typescript&logoColor=white)
8
8
  ![Vitest](https://img.shields.io/badge/Vitest-2.1.8-6E9F18?logo=vitest&logoColor=white)
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.0
1
+ 2.1.1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@grifhinz/logics-manager",
3
3
  "displayName": "Logics Orchestrator",
4
4
  "description": "Visual orchestration for Logics workflows inside VS Code.",
5
- "version": "2.1.0",
5
+ "version": "2.1.1",
6
6
  "publisher": "cdx-logics",
7
7
  "icon": "media/icon.png",
8
8
  "repository": {
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "main": "./dist/extension.js",
19
19
  "bin": {
20
- "logics-manager": "./scripts/npm/logics-manager.mjs"
20
+ "logics-manager": "scripts/npm/logics-manager.mjs"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public"
@@ -112,7 +112,6 @@
112
112
  ]
113
113
  },
114
114
  "scripts": {
115
- "postinstall": "npm run compile",
116
115
  "bundle:extension": "node scripts/build/package-extension.mjs",
117
116
  "watch:bundle": "node scripts/build/package-extension.mjs --watch",
118
117
  "watch:types": "tsc -watch -p ./",
package/pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "logics-manager"
7
- version = "2.1.0"
7
+ version = "2.1.1"
8
8
  description = "Canonical Logics CLI"
9
9
  requires-python = ">=3.10"
10
10