From 20de59e0346b537b66071bdf41195d203f76af1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= Date: Mon, 28 Nov 2022 19:45:22 +0100 Subject: [PATCH] disable smalltalk as language and update SDK --- .gitattributes | Bin 240 -> 107 bytes apax.yml | 13 +++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5e14ffda670f19a931f276a1907a2f91c4d0abbc..e117909be1abe3d988652bf0bd97826dac513dcb 100644 GIT binary patch literal 107 zcmYMq!3{t_5CzctRxyd&CKMo11qJM2Y(_T7{vlDDgOaqs&H26Ox(f>Hb1#zZCiegU literal 240 zcmZXPK?=e!6hz-z@D2rcf_CpU^a5(N7Gf2X3SM4)zwRspKV9^Dmq$vZag@- z+mlqqSwHFI(Tka6df8wyjq8@3vm2RcDDE-?cNKlbd~gR|&LkQ6VN3*jktnj64Yg`L fDY}D+HAg$He{MZ#nKNUlru{3P-rxIz-`^U(q0=nd diff --git a/apax.yml b/apax.yml index 4eb5c26..ed6301e 100644 --- a/apax.yml +++ b/apax.yml @@ -3,7 +3,8 @@ name: '@simatic-ax/json' version: 0.0.0-placeholder type: lib # Description will be displayed in the apax extension -description: This is supporting the serializing of a JSON object model and parsing JSON formatted strings +description: This is supporting the serializing of a JSON object model and + parsing JSON formatted strings #URL to the repository repository: type: git @@ -16,14 +17,14 @@ targets: - 'axunit-llvm' # Dependencies devDependencies: - "@ax/sdk": 3.0.1 - "@simatic-ax/snippetscollection": 0.0.14 + "@ax/sdk": 3.0.2 + "@simatic-ax/snippetscollection": 0.0.15 dependencies: - "@ax/system-strings": 4.0.1 - "@simatic-ax/conversion": 3.0.0 + "@ax/system-strings": 4.1.43 + "@simatic-ax/conversion": 3.0.2 registries: '@simatic-ax': 'https://npm.pkg.github.com/' -# Dependencies +# Files which 'apax pack' will include files: - 'README.md' - 'LICENSE.md'