@textadventures/squiffy-packager 6.0.0-alpha.18 → 6.0.0-alpha.20

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/dist/packager.js +1 -1
  2. package/package.json +4 -4
package/dist/packager.js CHANGED
@@ -522,7 +522,7 @@ div.squiffy-output-section:not(:last-child)
522
522
  .fade-in {
523
523
  opacity: 1;
524
524
  transition: opacity 200ms;
525
- }`, Je = "6.0.0-alpha.16", Ze = {
525
+ }`, Je = "6.0.0-alpha.19", Ze = {
526
526
  version: Je
527
527
  }, Qe = Ze.version, Ke = async (e, t) => {
528
528
  const s = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textadventures/squiffy-packager",
3
- "version": "6.0.0-alpha.18",
3
+ "version": "6.0.0-alpha.20",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -19,8 +19,8 @@
19
19
  "description": "",
20
20
  "dependencies": {
21
21
  "fflate": "^0.8.2",
22
- "squiffy-compiler": "^6.0.0-alpha.18",
23
- "squiffy-runtime": "^6.0.0-alpha.18"
22
+ "squiffy-compiler": "^6.0.0-alpha.20",
23
+ "squiffy-runtime": "^6.0.0-alpha.20"
24
24
  },
25
25
  "devDependencies": {
26
26
  "tsx": "^4.20.4",
@@ -32,5 +32,5 @@
32
32
  "dist"
33
33
  ],
34
34
  "type": "module",
35
- "gitHead": "21a4f7eab5194e97afd2c3a993770d2148c3d023"
35
+ "gitHead": "eee4b8836ed791b68d8d56b0d5071129e6214d2b"
36
36
  }