From 82a94d25a382c44b31ba19c75c68e8d70a20a722 Mon Sep 17 00:00:00 2001 From: Ralph Schuler Date: Sun, 26 Nov 2023 03:21:32 +0100 Subject: [PATCH] fix: ci --- .yarnrc.yml | 7 +++++++ packages/assert/package.json | 1 + packages/better-map/package.json | 1 + packages/better-set/package.json | 1 + packages/binary-serializer/package.json | 1 + packages/bit-mask/package.json | 1 + packages/complex-compare/package.json | 1 + packages/i811n/package.json | 1 + packages/logger/package.json | 1 + packages/lsystem/package.json | 1 + packages/mixin-class-factory/package.json | 1 + packages/neuronal-network/package.json | 1 + packages/parser-combinator/package.json | 1 + packages/priority-queue/package.json | 1 + packages/prom-metrics-decorator/package.json | 1 + packages/prom-metrics-parser/package.json | 1 + packages/random/package.json | 1 + packages/reactivity/package.json | 1 + packages/safe-array/package.json | 1 + packages/signature/package.json | 1 + packages/slot-mashine/package.json | 1 + packages/state-machine/package.json | 1 + packages/state-store/package.json | 1 + packages/stats-tracker/package.json | 1 + packages/task-manager/package.json | 1 + packages/ts-error/package.json | 1 + packages/webgl-sand-engine/package.json | 1 + packages/webgl-shader-factory/package.json | 1 + packages/worker-pool/package.json | 1 + 29 files changed, 35 insertions(+) diff --git a/.yarnrc.yml b/.yarnrc.yml index 1cf24f8..2547139 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -12,6 +12,13 @@ supportedArchitectures: - x64 - arm64 +npmRegistries: + //npm.pkg.github.com/: + npmAlwaysAuth: true + npmAuthToken: "${NODE_AUTH_TOKEN}" + //registry.npmjs.org/: + npmAlwaysAuth: true + npmAuthToken: "${NODE_AUTH_TOKEN}" npmScopes: ralphschuler: npmPublishRegistry: "https://npm.pkg.github.com" diff --git a/packages/assert/package.json b/packages/assert/package.json index 57782d7..6066152 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/assert", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/better-map/package.json b/packages/better-map/package.json index a0f8326..c91ab00 100644 --- a/packages/better-map/package.json +++ b/packages/better-map/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/better-map", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/better-set/package.json b/packages/better-set/package.json index 2006ed0..a29a961 100644 --- a/packages/better-set/package.json +++ b/packages/better-set/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/better-set", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/binary-serializer/package.json b/packages/binary-serializer/package.json index d7141b2..d7647d0 100644 --- a/packages/binary-serializer/package.json +++ b/packages/binary-serializer/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/binary-serializer", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/bit-mask/package.json b/packages/bit-mask/package.json index a3e2aeb..c4b3182 100644 --- a/packages/bit-mask/package.json +++ b/packages/bit-mask/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/bit-mask", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/complex-compare/package.json b/packages/complex-compare/package.json index d5520b6..ed760cd 100644 --- a/packages/complex-compare/package.json +++ b/packages/complex-compare/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/complex-compare", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/i811n/package.json b/packages/i811n/package.json index e72aa30..06f9b3e 100644 --- a/packages/i811n/package.json +++ b/packages/i811n/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/i811n", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/logger/package.json b/packages/logger/package.json index 359a80b..0823a33 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/logger", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/lsystem/package.json b/packages/lsystem/package.json index cee0fcd..d6697dc 100644 --- a/packages/lsystem/package.json +++ b/packages/lsystem/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/lsystem", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/mixin-class-factory/package.json b/packages/mixin-class-factory/package.json index 9db09ef..34fe454 100644 --- a/packages/mixin-class-factory/package.json +++ b/packages/mixin-class-factory/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/mixin-class-factory", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/neuronal-network/package.json b/packages/neuronal-network/package.json index 8eb5421..226338e 100644 --- a/packages/neuronal-network/package.json +++ b/packages/neuronal-network/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/neuronal-network", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/parser-combinator/package.json b/packages/parser-combinator/package.json index caa3d6d..e1f84d7 100644 --- a/packages/parser-combinator/package.json +++ b/packages/parser-combinator/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/parser-combinator", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/priority-queue/package.json b/packages/priority-queue/package.json index 35a353f..394de76 100644 --- a/packages/priority-queue/package.json +++ b/packages/priority-queue/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/priority-queue", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/prom-metrics-decorator/package.json b/packages/prom-metrics-decorator/package.json index 1a5c555..d2edab9 100644 --- a/packages/prom-metrics-decorator/package.json +++ b/packages/prom-metrics-decorator/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/prom-metrics-decorator", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/prom-metrics-parser/package.json b/packages/prom-metrics-parser/package.json index 2d1d413..49fae7a 100644 --- a/packages/prom-metrics-parser/package.json +++ b/packages/prom-metrics-parser/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/prom-metrics-parser", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/random/package.json b/packages/random/package.json index e067e36..37b8512 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/random", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/reactivity/package.json b/packages/reactivity/package.json index 2555f32..44be5c6 100644 --- a/packages/reactivity/package.json +++ b/packages/reactivity/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/reactivity", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/safe-array/package.json b/packages/safe-array/package.json index 19d84a8..251604b 100644 --- a/packages/safe-array/package.json +++ b/packages/safe-array/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/safe-array", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/signature/package.json b/packages/signature/package.json index 0f31bd3..a375258 100644 --- a/packages/signature/package.json +++ b/packages/signature/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/signature", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/slot-mashine/package.json b/packages/slot-mashine/package.json index 713e87c..5e504c2 100644 --- a/packages/slot-mashine/package.json +++ b/packages/slot-mashine/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/slot-mashine", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/state-machine/package.json b/packages/state-machine/package.json index 3a04460..52d1d3f 100644 --- a/packages/state-machine/package.json +++ b/packages/state-machine/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/state-machine", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/state-store/package.json b/packages/state-store/package.json index dc20aa2..da3a5f3 100644 --- a/packages/state-store/package.json +++ b/packages/state-store/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/state-store", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/stats-tracker/package.json b/packages/stats-tracker/package.json index 5d96626..e864aec 100644 --- a/packages/stats-tracker/package.json +++ b/packages/stats-tracker/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/stats-tracker", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/task-manager/package.json b/packages/task-manager/package.json index 52d2815..c8bc240 100644 --- a/packages/task-manager/package.json +++ b/packages/task-manager/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/task-manager", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/ts-error/package.json b/packages/ts-error/package.json index fd062d8..bb8283d 100644 --- a/packages/ts-error/package.json +++ b/packages/ts-error/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/ts-error", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/webgl-sand-engine/package.json b/packages/webgl-sand-engine/package.json index 2c8e0d3..e24d1f5 100644 --- a/packages/webgl-sand-engine/package.json +++ b/packages/webgl-sand-engine/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/webgl-sand-engine", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/webgl-shader-factory/package.json b/packages/webgl-shader-factory/package.json index b18ea47..65394ce 100644 --- a/packages/webgl-shader-factory/package.json +++ b/packages/webgl-shader-factory/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/webgl-shader-factory", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module", diff --git a/packages/worker-pool/package.json b/packages/worker-pool/package.json index c289544..c99ed3e 100644 --- a/packages/worker-pool/package.json +++ b/packages/worker-pool/package.json @@ -1,5 +1,6 @@ { "name": "@ralphschuler/worker-pool", + "repository": "https://github.com/ralphschuler/ts-libs", "version": "1.0.0", "license": "MIT", "type": "module",