Add clynamic registry to .npmrc

This commit is contained in:
Tarrgon
2026-06-03 14:27:29 -04:00
parent 6ae86b472a
commit 9cf7d2ce9a
3 changed files with 7 additions and 9 deletions
+1
View File
@@ -0,0 +1 @@
@clynamic:registry=https://npm.clynamic.net
+5 -8
View File
@@ -5,7 +5,7 @@
"packages": { "packages": {
"": { "": {
"dependencies": { "dependencies": {
"@clynamic/dmark": "0.0.7", "@clynamic/dmark": "0.0.8",
"@redis/client": "5.1.0", "@redis/client": "5.1.0",
"body-parser": "2.2.2", "body-parser": "2.2.2",
"discord.js": "14.26.4", "discord.js": "14.26.4",
@@ -30,13 +30,10 @@
} }
}, },
"node_modules/@clynamic/dmark": { "node_modules/@clynamic/dmark": {
"version": "0.0.7", "version": "0.0.8",
"resolved": "https://npm.clynamic.net/%40clynamic%2Fdmark/-/0.0.7/dmark-0.0.7.tgz", "resolved": "https://npm.clynamic.net/%40clynamic%2Fdmark/-/0.0.8/dmark-0.0.8.tgz",
"integrity": "sha512-sz/rf0kSUkprTVFO+3dQjHg+jxbtfcqmWIVcSvsYU7Uz6ywAAd5RI4igZ7bsBGrOfXcgyEKRE6/XjygYHKPjQA==", "integrity": "sha512-KzZqTeWldrB2ij74s5hVUVdHaBur4QqYExv6V9mSiTovdcspbRS0pA5v6OwONdxvcBou7b4p4cIalNj4eARgxg==",
"license": "UNLICENSED", "license": "UNLICENSED"
"dependencies": {
"markdown-it": "^14.1.1"
}
}, },
"node_modules/@discordjs/builders": { "node_modules/@discordjs/builders": {
"version": "1.14.1", "version": "1.14.1",
+1 -1
View File
@@ -12,7 +12,7 @@
"typescript-eslint": "8.32.1" "typescript-eslint": "8.32.1"
}, },
"dependencies": { "dependencies": {
"@clynamic/dmark": "0.0.7", "@clynamic/dmark": "0.0.8",
"@redis/client": "5.1.0", "@redis/client": "5.1.0",
"body-parser": "2.2.2", "body-parser": "2.2.2",
"discord.js": "14.26.4", "discord.js": "14.26.4",