switch to a npm published package

This commit is contained in:
Quentin 2025-02-22 21:25:33 +01:00
parent 09cbfd4d21
commit 56c2cd8e3e
Signed by: quentin
GPG key ID: E9602264D639FF68
2 changed files with 6 additions and 5 deletions

7
package-lock.json generated
View file

@ -14,7 +14,7 @@
"@supercharge/promise-pool": "^3.2.0", "@supercharge/promise-pool": "^3.2.0",
"@types/node": "^22.13.5", "@types/node": "^22.13.5",
"commander": "^13.1.0", "commander": "^13.1.0",
"guichet-sdk-ts": "git+https://git.deuxfleurs.fr/Deuxfleurs/guichet-sdk-ts", "guichet-sdk-ts": "^0.1.0",
"mime": "^4.0.6", "mime": "^4.0.6",
"read": "^4.1.0", "read": "^4.1.0",
"typescript": "^5.7.3" "typescript": "^5.7.3"
@ -1706,8 +1706,9 @@
} }
}, },
"node_modules/guichet-sdk-ts": { "node_modules/guichet-sdk-ts": {
"version": "v0.1.0", "version": "0.1.0",
"resolved": "git+https://git.deuxfleurs.fr/Deuxfleurs/guichet-sdk-ts#ccf48bbd721367b90811cf1c93b4d4608df3c241" "resolved": "https://registry.npmjs.org/guichet-sdk-ts/-/guichet-sdk-ts-0.1.0.tgz",
"integrity": "sha512-ZUkgZ9aUj3OPRAZoHW4L/oSa5+AglANsvGiO1PQ2KtTesWuc1eBjct1wjAz9kEqIfNa6PJsYQXXpD7zruCRjpQ=="
}, },
"node_modules/ieee754": { "node_modules/ieee754": {
"version": "1.2.1", "version": "1.2.1",

View file

@ -1,6 +1,6 @@
{ {
"name": "dxfl", "name": "dxfl",
"version": "0.1.2", "version": "0.1.3",
"description": "", "description": "",
"license": "EUPL-1.2", "license": "EUPL-1.2",
"author": "Deuxfleurs Team <coucou@deuxfleurs.fr>", "author": "Deuxfleurs Team <coucou@deuxfleurs.fr>",
@ -18,7 +18,7 @@
"@supercharge/promise-pool": "^3.2.0", "@supercharge/promise-pool": "^3.2.0",
"@types/node": "^22.13.5", "@types/node": "^22.13.5",
"commander": "^13.1.0", "commander": "^13.1.0",
"guichet-sdk-ts": "git+https://git.deuxfleurs.fr/Deuxfleurs/guichet-sdk-ts", "guichet-sdk-ts": "^0.1.0",
"mime": "^4.0.6", "mime": "^4.0.6",
"read": "^4.1.0", "read": "^4.1.0",
"typescript": "^5.7.3" "typescript": "^5.7.3"