@design-edito/publisher-core 0.1.0 → 0.1.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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -148,7 +148,7 @@ var storageSchema = z.discriminatedUnion("FS_STORAGE_TYPE", [
148
148
  var envSchema = baseSchema.and(emailerSchema).and(storageSchema);
149
149
  var parsed = envSchema.safeParse({
150
150
  ...process.env,
151
- ESBUILD_BUILT_ON: "2025-10-10T15:19:44.024Z"
151
+ ESBUILD_BUILT_ON: "2025-10-10T15:34:38.959Z"
152
152
  // This is set by esbuild at build time
153
153
  });
154
154
  if (!parsed.success) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design-edito/publisher-core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "files": [
5
5
  "dist"
6
6
  ],