@bscotch/sprite-source 1.4.2 → 1.5.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.
|
@@ -41,7 +41,7 @@ export declare const spritesInfoSchema: z.ZodObject<{
|
|
|
41
41
|
spine: z.ZodLiteral<true>;
|
|
42
42
|
checksum: z.ZodString;
|
|
43
43
|
changed: z.ZodNumber;
|
|
44
|
-
}, z.core.$loose>]>>>;
|
|
44
|
+
}, z.core.$loose>], "spine">>>;
|
|
45
45
|
}, z.core.$loose>;
|
|
46
46
|
export declare const spritesInfoInfo: {
|
|
47
47
|
schema: z.ZodObject<{
|
|
@@ -60,7 +60,7 @@ export declare const spritesInfoInfo: {
|
|
|
60
60
|
spine: z.ZodLiteral<true>;
|
|
61
61
|
checksum: z.ZodString;
|
|
62
62
|
changed: z.ZodNumber;
|
|
63
|
-
}, z.core.$loose>]>>>;
|
|
63
|
+
}, z.core.$loose>], "spine">>>;
|
|
64
64
|
}, z.core.$loose>;
|
|
65
65
|
name: string;
|
|
66
66
|
filename: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bscotch/sprite-source",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "Art pipeline scripting module for GameMaker sprites.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sprite",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"citty": "0.1.6",
|
|
40
40
|
"image-js": "0.37.0",
|
|
41
41
|
"tslib": "^2.8.1",
|
|
42
|
-
"zod": "^4.
|
|
43
|
-
"@bscotch/yy": "2.
|
|
42
|
+
"zod": "^4.3.5",
|
|
43
|
+
"@bscotch/yy": "2.7.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"chai": "^
|
|
47
|
-
"typescript": "5.9.
|
|
46
|
+
"chai": "^6.2.2",
|
|
47
|
+
"typescript": "5.9.3"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|