@bscotch/gamemaker-releases
Advanced tools
Comparing version 0.4.6 to 0.5.0
@@ -6,3 +6,3 @@ /** | ||
*/ | ||
export declare const releasesUrl = "https://gist.githubusercontent.com/adam-coster/ff8bf0f892f40ca353a94103015b6493/raw/releases-summary.json"; | ||
export declare const releasesUrl = "https://bscotch.github.io/stitch/artifacts/gamemaker/releases-summary.json"; | ||
/** | ||
@@ -9,0 +9,0 @@ * Given a URL to an already-synthesized |
@@ -9,3 +9,3 @@ import { z } from 'zod'; | ||
*/ | ||
export const releasesUrl = 'https://gist.githubusercontent.com/adam-coster/ff8bf0f892f40ca353a94103015b6493/raw/releases-summary.json'; | ||
export const releasesUrl = 'https://bscotch.github.io/stitch/artifacts/gamemaker/releases-summary.json'; | ||
/** | ||
@@ -12,0 +12,0 @@ * Given a URL to an already-synthesized |
{ | ||
"name": "@bscotch/gamemaker-releases", | ||
"version": "0.4.6", | ||
"version": "0.5.0", | ||
"description": "Utility for combining GameMaker release data into a single feed.", | ||
@@ -41,9 +41,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@bscotch/pathy": "^2.7.3", | ||
"@bscotch/pathy": "^2.7.4", | ||
"@bscotch/utility": "^6.8.3", | ||
"entities": "^4.5.0", | ||
"fast-xml-parser": "^4.2.2", | ||
"node-fetch": "^3.3.1", | ||
"tslib": "^2.5.0", | ||
"zod": "^3.21.4" | ||
"fast-xml-parser": "^4.2.7", | ||
"node-fetch": "^3.3.2", | ||
"tslib": "^2.6.1", | ||
"zod": "^3.22.0" | ||
}, | ||
@@ -56,4 +56,4 @@ "devDependencies": { | ||
"mocha": "^10.2.0", | ||
"rimraf": "^5.0.0", | ||
"typescript": "5.0.4" | ||
"rimraf": "^5.0.1", | ||
"typescript": "5.1.6" | ||
}, | ||
@@ -60,0 +60,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
71633
Updated@bscotch/pathy@^2.7.4
Updatedfast-xml-parser@^4.2.7
Updatednode-fetch@^3.3.2
Updatedtslib@^2.6.1
Updatedzod@^3.22.0