@arisutalk/character-spec 0.0.6 → 0.0.8
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/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {\n type Character as CharacterV0,\n CharacterSchema as CharacterV0Schema,\n} from \"@/types/v0/Character/Character\";\n\nexport const characterMap = {\n 0: CharacterV0Schema,\n} as const;\nexport type CharacterMap = {\n \"0\": CharacterV0;\n};\n\nexport default characterMap;\n"],"names":["characterMap","CharacterV0Schema"],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {\n type Character as CharacterV0,\n CharacterSchema as CharacterV0Schema,\n} from \"@/types/v0/Character/Character\";\n\n/**\n * Version-schema pair of character specification\n */\nexport const characterMap = {\n 0: CharacterV0Schema,\n} as const;\n/**\n * Version-type pair of character specification\n */\nexport type CharacterMap = {\n \"0\": CharacterV0;\n};\n/**\n * Latest character specification\n */\nexport default characterMap[\"0\"];\n"],"names":["characterMap","CharacterV0Schema","index"],"mappings":";AAQO,MAAMA,IAAe;AAAA,EACxB,GAAGC;AACP,GAUAC,IAAeF,EAAa,CAAG;"}
|