@intentius/chant-lexicon-fly 0.18.8 → 0.18.11
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.
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* release. For new upstream API surface the emulator leads, then fly bumps here.
|
|
15
15
|
*/
|
|
16
16
|
/** Pinned mudflaps (Fly Machines / flaps emulator) image. */
|
|
17
|
-
export declare const MUDFLAPS_IMAGE = "ghcr.io/intentius/mudflaps:0.4.
|
|
17
|
+
export declare const MUDFLAPS_IMAGE = "ghcr.io/intentius/mudflaps:0.4.1";
|
|
18
18
|
/** Pinned spritzer (Fly Sprites emulator) image. */
|
|
19
|
-
export declare const SPRITZER_IMAGE = "ghcr.io/intentius/spritzer:0.4.
|
|
19
|
+
export declare const SPRITZER_IMAGE = "ghcr.io/intentius/spritzer:0.4.1";
|
|
20
20
|
//# sourceMappingURL=emulator-images.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentius/chant-lexicon-fly",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"src/",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"typescript": "^5.9.3"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@intentius/chant": "^0.18.
|
|
60
|
+
"@intentius/chant": "^0.18.11"
|
|
61
61
|
},
|
|
62
62
|
"description": "Google Cloud lexicon for chant — declarative IaC in TypeScript",
|
|
63
63
|
"license": "Apache-2.0",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
17
|
/** Pinned mudflaps (Fly Machines / flaps emulator) image. */
|
|
18
|
-
export const MUDFLAPS_IMAGE = "ghcr.io/intentius/mudflaps:0.4.
|
|
18
|
+
export const MUDFLAPS_IMAGE = "ghcr.io/intentius/mudflaps:0.4.1";
|
|
19
19
|
|
|
20
20
|
/** Pinned spritzer (Fly Sprites emulator) image. */
|
|
21
|
-
export const SPRITZER_IMAGE = "ghcr.io/intentius/spritzer:0.4.
|
|
21
|
+
export const SPRITZER_IMAGE = "ghcr.io/intentius/spritzer:0.4.1";
|