From b79d61ed0e24681aabd9f4240ed39023880fc3c4 Mon Sep 17 00:00:00 2001 From: PlasticHub Date: Tue, 18 Oct 2022 20:40:53 +0200 Subject: [PATCH 1/3] lets exploit their weakness --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5264e72..95f1b4d 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ See more in [./docs/Examples.md](./docs/Examples.md) and [./docs/Integration.md] - [-] Git hook, check components & references - [ ] move 2D formats to osr-media - [ ] implement osr-cli-common specs: info/introspect|supported +- [ ] root offset ### Lib - Todos From f56c4db239b89169e952ea1a4e5faf8116c969bc Mon Sep 17 00:00:00 2001 From: PlasticHub Date: Mon, 24 Oct 2022 21:06:39 +0200 Subject: [PATCH 2/3] more i18n todos --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95f1b4d..7710ecd 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ See more in [./docs/Examples.md](./docs/Examples.md) and [./docs/Integration.md] - [ ] move 2D formats to osr-media - [ ] implement osr-cli-common specs: info/introspect|supported - [ ] root offset +- [ ] sw:info|bom -> i18n ### Lib - Todos From acfef790a0ef7ab2ca99d70918b2f63ad2ebbfb5 Mon Sep 17 00:00:00 2001 From: PlasticHub Date: Wed, 2 Nov 2022 20:52:22 +0100 Subject: [PATCH 3/3] npm bump --- main.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index a6bbd61..cd6b62e 100644 --- a/main.js +++ b/main.js @@ -1,4 +1,4 @@ -#!/usr/bin/env node +#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const _cli_1 = require("./_cli"); diff --git a/package.json b/package.json index 26d96c7..02933e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plastichub/osr-cad", - "version": "0.4.9", + "version": "0.5.0", "description": "Common CAD tools for OSR(OpenSourceRecycling)", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",