emulate 0.4.0 → 0.4.1

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/index.js +2 -2
  2. package/package.json +13 -13
package/dist/index.js CHANGED
@@ -827,7 +827,7 @@ import { readFileSync as readFileSync2, existsSync } from "fs";
827
827
  import { resolve } from "path";
828
828
  import { parse as parseYaml } from "yaml";
829
829
  import pc from "picocolors";
830
- var pkg = { version: "0.4.0" };
830
+ var pkg = { version: "0.4.1" };
831
831
  function loadSeedConfig(seedPath) {
832
832
  if (seedPath) {
833
833
  const fullPath = resolve(seedPath);
@@ -1008,7 +1008,7 @@ function listCommand() {
1008
1008
  }
1009
1009
 
1010
1010
  // src/index.ts
1011
- var pkg2 = { version: "0.4.0" };
1011
+ var pkg2 = { version: "0.4.1" };
1012
1012
  var defaultPort = process.env.EMULATE_PORT ?? process.env.PORT ?? "4000";
1013
1013
  var program = new Command();
1014
1014
  program.name("emulate").description("Local drop-in replacement services for CI and no-network sandboxes").version(pkg2.version);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emulate",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Local drop-in replacement services for CI and no-network sandboxes",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -51,18 +51,18 @@
51
51
  "devDependencies": {
52
52
  "tsup": "^8",
53
53
  "typescript": "^5.7",
54
- "@emulators/core": "0.4.0",
55
- "@emulators/github": "0.4.0",
56
- "@emulators/apple": "0.4.0",
57
- "@emulators/okta": "0.4.0",
58
- "@emulators/microsoft": "0.4.0",
59
- "@emulators/aws": "0.4.0",
60
- "@emulators/resend": "0.4.0",
61
- "@emulators/vercel": "0.4.0",
62
- "@emulators/mongoatlas": "0.4.0",
63
- "@emulators/slack": "0.4.0",
64
- "@emulators/stripe": "0.4.0",
65
- "@emulators/google": "0.4.0"
54
+ "@emulators/github": "0.4.1",
55
+ "@emulators/apple": "0.4.1",
56
+ "@emulators/core": "0.4.1",
57
+ "@emulators/microsoft": "0.4.1",
58
+ "@emulators/okta": "0.4.1",
59
+ "@emulators/vercel": "0.4.1",
60
+ "@emulators/mongoatlas": "0.4.1",
61
+ "@emulators/aws": "0.4.1",
62
+ "@emulators/google": "0.4.1",
63
+ "@emulators/slack": "0.4.1",
64
+ "@emulators/resend": "0.4.1",
65
+ "@emulators/stripe": "0.4.1"
66
66
  },
67
67
  "scripts": {
68
68
  "build": "tsup",