@tktb-tess/my-zod-schema 0.3.0 → 0.3.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.
package/dist/bundle.js CHANGED
@@ -1,4 +1,4 @@
1
- import t from "zod";
1
+ import * as t from "zod";
2
2
  const r = t.object({
3
3
  id: t.int().nonnegative(),
4
4
  form: t.string()
@@ -55,7 +55,7 @@ const r = t.object({
55
55
  zpdicOnline: j,
56
56
  snoj: t.string().optional(),
57
57
  zatlin: t.string().optional()
58
- }), F = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
58
+ }), q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
59
59
  __proto__: null,
60
60
  contentSchema: g,
61
61
  entrySchema: r,
@@ -147,7 +147,7 @@ const r = t.object({
147
147
  }), J = t.object({
148
148
  exampleOffers: l.array(),
149
149
  total: t.int().nonnegative()
150
- }), G = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
150
+ }), F = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
151
151
  __proto__: null,
152
152
  catalogSchema: i,
153
153
  editableExampleSchema: z,
@@ -190,7 +190,7 @@ const r = t.object({
190
190
  ]), W = t.object({
191
191
  metadata: P,
192
192
  commas: E.array()
193
- }), H = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
193
+ }), G = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
194
194
  __proto__: null,
195
195
  commaDataSchema: W,
196
196
  contentBaseSchema: n,
@@ -270,15 +270,15 @@ const r = t.object({
270
270
  }), B = t.object({
271
271
  metadata: R,
272
272
  contents: I.array()
273
- }), K = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
273
+ }), H = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
274
274
  __proto__: null,
275
275
  contentSchema: I,
276
276
  metadataSchema: R,
277
277
  schema: B
278
278
  }, Symbol.toStringTag, { value: "Module" }));
279
279
  export {
280
- H as Comma,
281
- K as CotecJSON,
282
- F as OTMJSON,
283
- G as ZpDIC
280
+ G as Comma,
281
+ H as CotecJSON,
282
+ q as OTMJSON,
283
+ F as ZpDIC
284
284
  };
@@ -1,4 +1,4 @@
1
- import { default as z } from 'zod';
1
+ import * as z from 'zod';
2
2
  export declare const metadataSchema: z.ZodObject<{
3
3
  lastUpdate: z.ZodISODateTime;
4
4
  numberOf: z.ZodInt;
@@ -1,4 +1,4 @@
1
- import { default as z } from 'zod';
1
+ import * as z from 'zod';
2
2
  declare const moyuneClassSchema: z.ZodUnion<readonly [z.ZodLiteral<"INT">, z.ZodLiteral<"ART">, z.ZodLiteral<"EXP">, z.ZodLiteral<"PHI">, z.ZodLiteral<"HYP">, z.ZodLiteral<"NAT">, z.ZodLiteral<"REA">, z.ZodLiteral<"IMG">, z.ZodLiteral<"CIN">, z.ZodLiteral<"CDE">, z.ZodLiteral<"GEN">, z.ZodLiteral<"SPE">, z.ZodLiteral<"SON">, z.ZodLiteral<"LIT">, z.ZodLiteral<"KIN">, z.ZodLiteral<"SER">, z.ZodLiteral<"JOK">, z.ZodLiteral<"PAV">, z.ZodLiteral<"AAV">, z.ZodLiteral<"PWL">, z.ZodLiteral<"AWL">, z.ZodLiteral<"TOL">, z.ZodLiteral<"PRI">, z.ZodLiteral<"PUB">, z.ZodLiteral<"FIX">]>;
3
3
  export type MoyuneClass = z.infer<typeof moyuneClassSchema>;
4
4
  export declare const metadataSchema: z.ZodObject<{
package/dist/otmjson.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { default as z } from 'zod';
1
+ import * as z from 'zod';
2
2
  export declare const entrySchema: z.ZodObject<{
3
3
  id: z.ZodInt;
4
4
  form: z.ZodString;
package/dist/zpdic.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { default as z } from 'zod';
1
+ import * as z from 'zod';
2
2
  export declare const equivalentSchema: z.ZodObject<{
3
3
  titles: z.ZodArray<z.ZodString>;
4
4
  names: z.ZodArray<z.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tktb-tess/my-zod-schema",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "license": "CC0-1.0",
6
6
  "publishConfig": {
@@ -20,7 +20,7 @@
20
20
  "import": "./dist/bundle.js"
21
21
  },
22
22
  "devDependencies": {
23
- "@types/node": "^24.6.2",
23
+ "@types/node": "^24.10.2",
24
24
  "rehype-sanitize": "^6.0.0",
25
25
  "rehype-stringify": "^10.0.1",
26
26
  "remark-gfm": "^4.0.1",
@@ -28,9 +28,9 @@
28
28
  "remark-rehype": "^11.1.2",
29
29
  "typescript": "~5.9.3",
30
30
  "unified": "^11.0.5",
31
- "vite": "^7.1.9",
31
+ "vite": "^7.2.7",
32
32
  "vite-plugin-dts": "^4.5.4",
33
- "vitest": "^3.2.4"
33
+ "vitest": "^4.0.15"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "zod": "^3.0.0 || ^4.0.0"