@pkmn/sim 0.9.16 → 0.9.17

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.
@@ -5,3 +5,4 @@ export { FormatsData } from './formats-data';
5
5
  export { Moves } from './moves';
6
6
  export { Pokedex } from './pokedex';
7
7
  export { Scripts } from './scripts';
8
+ export { TypeChart } from './typechart';
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Scripts = exports.Pokedex = exports.Moves = exports.FormatsData = exports.Rulesets = exports.Items = exports.Abilities = void 0;
3
+ exports.TypeChart = exports.Scripts = exports.Pokedex = exports.Moves = exports.FormatsData = exports.Rulesets = exports.Items = exports.Abilities = void 0;
4
4
  var abilities_1 = require("./abilities");
5
5
  Object.defineProperty(exports, "Abilities", { enumerable: true, get: function () { return abilities_1.Abilities; } });
6
6
  var items_1 = require("./items");
@@ -15,4 +15,6 @@ var pokedex_1 = require("./pokedex");
15
15
  Object.defineProperty(exports, "Pokedex", { enumerable: true, get: function () { return pokedex_1.Pokedex; } });
16
16
  var scripts_1 = require("./scripts");
17
17
  Object.defineProperty(exports, "Scripts", { enumerable: true, get: function () { return scripts_1.Scripts; } });
18
+ var typechart_1 = require("./typechart");
19
+ Object.defineProperty(exports, "TypeChart", { enumerable: true, get: function () { return typechart_1.TypeChart; } });
18
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../data/mods/gen8/index.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAA9B,sGAAA,SAAS,OAAA;AACjB,iCAA8B;AAAtB,8FAAA,KAAK,OAAA;AACb,uCAAoC;AAA5B,oGAAA,QAAQ,OAAA;AAChB,+CAA2C;AAAnC,2GAAA,WAAW,OAAA;AACnB,iCAA8B;AAAtB,8FAAA,KAAK,OAAA;AACb,qCAAkC;AAA1B,kGAAA,OAAO,OAAA;AACf,qCAAkC;AAA1B,kGAAA,OAAO,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../data/mods/gen8/index.ts"],"names":[],"mappings":";;;AAAA,yCAAsC;AAA9B,sGAAA,SAAS,OAAA;AACjB,iCAA8B;AAAtB,8FAAA,KAAK,OAAA;AACb,uCAAoC;AAA5B,oGAAA,QAAQ,OAAA;AAChB,+CAA2C;AAAnC,2GAAA,WAAW,OAAA;AACnB,iCAA8B;AAAtB,8FAAA,KAAK,OAAA;AACb,qCAAkC;AAA1B,kGAAA,OAAO,OAAA;AACf,qCAAkC;AAA1B,kGAAA,OAAO,OAAA;AACf,yCAAsC;AAA9B,sGAAA,SAAS,OAAA"}
@@ -0,0 +1 @@
1
+ export declare const TypeChart: import('../../../sim/dex-data').ModdedTypeDataTable;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TypeChart = void 0;
4
+ exports.TypeChart = {
5
+ stellar: {
6
+ inherit: true,
7
+ isNonstandard: 'Future',
8
+ },
9
+ };
10
+ //# sourceMappingURL=typechart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typechart.js","sourceRoot":"","sources":["../../../../../data/mods/gen8/typechart.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAwD;IAC7E,OAAO,EAAE;QACR,OAAO,EAAE,IAAI;QACb,aAAa,EAAE,QAAQ;KACvB;CACD,CAAC"}
@@ -5,3 +5,4 @@ export { FormatsData } from './formats-data';
5
5
  export { Moves } from './moves';
6
6
  export { Pokedex } from './pokedex';
7
7
  export { Scripts } from './scripts';
8
+ export { TypeChart } from './typechart';
@@ -5,4 +5,5 @@ export { FormatsData } from './formats-data.mjs';
5
5
  export { Moves } from './moves.mjs';
6
6
  export { Pokedex } from './pokedex.mjs';
7
7
  export { Scripts } from './scripts.mjs';
8
+ export { TypeChart } from './typechart.mjs';
8
9
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../data/mods/gen8/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,aAAa,CAAC;AACtC,OAAO,EAAC,KAAK,EAAC,MAAM,SAAS,CAAC;AAC9B,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AACpC,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAC,KAAK,EAAC,MAAM,SAAS,CAAC;AAC9B,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAClC,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../data/mods/gen8/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,aAAa,CAAC;AACtC,OAAO,EAAC,KAAK,EAAC,MAAM,SAAS,CAAC;AAC9B,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AACpC,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAC,KAAK,EAAC,MAAM,SAAS,CAAC;AAC9B,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAClC,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAClC,OAAO,EAAC,SAAS,EAAC,MAAM,aAAa,CAAC"}
@@ -0,0 +1 @@
1
+ export declare const TypeChart: import('../../../sim/dex-data').ModdedTypeDataTable;
@@ -0,0 +1,7 @@
1
+ export const TypeChart = {
2
+ stellar: {
3
+ inherit: true,
4
+ isNonstandard: 'Future',
5
+ },
6
+ };
7
+ //# sourceMappingURL=typechart.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typechart.js","sourceRoot":"","sources":["../../../../../data/mods/gen8/typechart.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,SAAS,GAAwD;IAC7E,OAAO,EAAE;QACR,OAAO,EAAE,IAAI;QACb,aAAa,EAAE,QAAQ;KACvB;CACD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pkmn/sim",
3
- "version": "0.9.16",
3
+ "version": "0.9.17",
4
4
  "description": "An automatically generated extraction of just the simulator portion of Pokémon Showdown",
5
5
  "repository": "github:pkmn/ps",
6
6
  "homepage": "https://psim.us",