@bscotch/gamemaker-releases 0.4.6 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +7 -1
- package/dist/releases.d.ts +1 -1
- package/dist/releases.d.ts.map +1 -1
- package/dist/releases.js +1 -1
- package/dist/releases.js.map +1 -1
- package/package.json +11 -11
package/LICENSE.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# License for the Stitch Monorepo
|
|
2
2
|
|
|
3
|
-
License information for the content of this git repository.
|
|
3
|
+
License information for the content of this git repository. The various packages in this repo are developed by [Butterscotch Shenanigans](https://www.bscotch.net) ("Bscotch").
|
|
4
|
+
|
|
5
|
+
## License files
|
|
6
|
+
|
|
7
|
+
Whenever a `LICENSE` file is found in a folder, or a license is specified by a `package.json` or similar manifest file, that license takes precedence for all files in that folder and its subfolders.
|
|
8
|
+
|
|
9
|
+
This is the root-most `LICENSE` file, and therefore dictates the default licensing in this repository.
|
|
4
10
|
|
|
5
11
|
## Stitch name and logo
|
|
6
12
|
|
package/dist/releases.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* as a JSON file for public download. The latest version of this
|
|
4
4
|
* releases object can be downloaded from this URL.
|
|
5
5
|
*/
|
|
6
|
-
export declare const releasesUrl = "https://
|
|
6
|
+
export declare const releasesUrl = "https://bscotch.github.io/stitch/artifacts/gamemaker/releases-summary.json";
|
|
7
7
|
/**
|
|
8
8
|
* Given a URL to an already-synthesized
|
|
9
9
|
* GameMaker Studio merged-releases feed,
|
package/dist/releases.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"releases.d.ts","sourceRoot":"","sources":["../src/releases.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"releases.d.ts","sourceRoot":"","sources":["../src/releases.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,eAAO,MAAM,WAAW,+EACsD,CAAC;AAE/E;;;;;GAKG;AACH,wBAAsB,6BAA6B,CAAC,GAAG,SAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAMpE"}
|
package/dist/releases.js
CHANGED
|
@@ -6,7 +6,7 @@ import { fetchJson } from './fetch.js';
|
|
|
6
6
|
* as a JSON file for public download. The latest version of this
|
|
7
7
|
* releases object can be downloaded from this URL.
|
|
8
8
|
*/
|
|
9
|
-
export const releasesUrl = 'https://
|
|
9
|
+
export const releasesUrl = 'https://bscotch.github.io/stitch/artifacts/gamemaker/releases-summary.json';
|
|
10
10
|
/**
|
|
11
11
|
* Given a URL to an already-synthesized
|
|
12
12
|
* GameMaker Studio merged-releases feed,
|
package/dist/releases.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"releases.js","sourceRoot":"","sources":["../src/releases.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,+BAA+B,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEvC;;;;GAIG;AACH,MAAM,CAAC,MAAM,WAAW,GACtB,
|
|
1
|
+
{"version":3,"file":"releases.js","sourceRoot":"","sources":["../src/releases.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,+BAA+B,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEvC;;;;GAIG;AACH,MAAM,CAAC,MAAM,WAAW,GACtB,4EAA4E,CAAC;AAE/E;;;;;GAKG;AACH,MAAM,CAAC,KAAK,UAAU,6BAA6B,CAAC,GAAG,GAAG,WAAW;IACnE,MAAM,QAAQ,GAAG,MAAM,SAAS,CAC9B,GAAG,EACH,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,CACzC,CAAC;IACF,OAAO,QAAQ,CAAC;AAClB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bscotch/gamemaker-releases",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Utility for combining GameMaker release data into a single feed.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"gamemaker",
|
|
@@ -38,22 +38,22 @@
|
|
|
38
38
|
"main": "dist/index.js",
|
|
39
39
|
"types": "dist/index.d.ts",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@bscotch/pathy": "^2.
|
|
42
|
-
"@bscotch/utility": "^
|
|
41
|
+
"@bscotch/pathy": "^2.9.0",
|
|
42
|
+
"@bscotch/utility": "^7.2.0",
|
|
43
43
|
"entities": "^4.5.0",
|
|
44
|
-
"fast-xml-parser": "^4.
|
|
45
|
-
"node-fetch": "^3.3.
|
|
46
|
-
"tslib": "^2.
|
|
47
|
-
"zod": "^3.
|
|
44
|
+
"fast-xml-parser": "^4.3.0",
|
|
45
|
+
"node-fetch": "^3.3.2",
|
|
46
|
+
"tslib": "^2.6.2",
|
|
47
|
+
"zod": "^3.22.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@types/chai": "^4.3.
|
|
50
|
+
"@types/chai": "^4.3.6",
|
|
51
51
|
"@types/mocha": "^10.0.1",
|
|
52
52
|
"@types/rimraf": "^3",
|
|
53
|
-
"chai": "^4.3.
|
|
53
|
+
"chai": "^4.3.8",
|
|
54
54
|
"mocha": "^10.2.0",
|
|
55
|
-
"rimraf": "^5.0.
|
|
56
|
-
"typescript": "5.
|
|
55
|
+
"rimraf": "^5.0.1",
|
|
56
|
+
"typescript": "5.2.2"
|
|
57
57
|
},
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|