diff --git a/apax.yml b/apax.yml index e0f7a46..e8422fc 100644 --- a/apax.yml +++ b/apax.yml @@ -9,6 +9,9 @@ type: lib repository: type: git url: https://github.com/simatic-ax/io +# Registry information, where the package will be published +registries: + '@simatic-ax': 'https://npm.pkg.github.com/' # Environment variables variables: APAX_BUILD_ARGS: @@ -17,16 +20,16 @@ variables: targets: - '1500' - 'llvm' +# Install Setting +installStrategy: strict +apaxVersion: 3.2.1 # Dependencies -dependencies: - "@ax/system-timer": 7.0.17 devDependencies: '@ax/sdk': 2405.0.0 # "@simatic-ax/mocks": 0.1.3 TEMPORARY DIABLED BEACUSE OF DISABLED MOCKING FUNCTIONALITY "@simatic-ax/snippetscollection": 1.0.0 -# Registry information, where the package will be published -registries: - '@simatic-ax': 'https://npm.pkg.github.com/' +dependencies: + "@ax/system-timer": 7.0.17 # Files, which will be shipped with the library files: - 'README.md'