@bscotch/gamemaker-releases 0.5.0 → 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.
Files changed (2) hide show
  1. package/LICENSE.md +7 -1
  2. package/package.json +9 -9
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. This various packages in this repo are developed by [Butterscotch Shenanigans](https://www.bscotch.net) ("Bscotch").
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bscotch/gamemaker-releases",
3
- "version": "0.5.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.7.4",
42
- "@bscotch/utility": "^6.8.3",
41
+ "@bscotch/pathy": "^2.9.0",
42
+ "@bscotch/utility": "^7.2.0",
43
43
  "entities": "^4.5.0",
44
- "fast-xml-parser": "^4.2.7",
44
+ "fast-xml-parser": "^4.3.0",
45
45
  "node-fetch": "^3.3.2",
46
- "tslib": "^2.6.1",
47
- "zod": "^3.22.0"
46
+ "tslib": "^2.6.2",
47
+ "zod": "^3.22.2"
48
48
  },
49
49
  "devDependencies": {
50
- "@types/chai": "^4.3.5",
50
+ "@types/chai": "^4.3.6",
51
51
  "@types/mocha": "^10.0.1",
52
52
  "@types/rimraf": "^3",
53
- "chai": "^4.3.7",
53
+ "chai": "^4.3.8",
54
54
  "mocha": "^10.2.0",
55
55
  "rimraf": "^5.0.1",
56
- "typescript": "5.1.6"
56
+ "typescript": "5.2.2"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public"