@polka-codes/core 0.0.1 → 0.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/core",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
package/dist/index.d.ts DELETED
@@ -1,10 +0,0 @@
1
- export declare const VERSION = "0.0.1";
2
- export interface PolkaConfig {
3
- name: string;
4
- version: string;
5
- }
6
- export declare class PolkaCore {
7
- private config;
8
- constructor(config: PolkaConfig);
9
- getConfig(): PolkaConfig;
10
- }
package/dist/index.js DELETED
@@ -1,11 +0,0 @@
1
- export const VERSION = '0.0.1';
2
- export class PolkaCore {
3
- config;
4
- constructor(config) {
5
- this.config = config;
6
- }
7
- getConfig() {
8
- return this.config;
9
- }
10
- }
11
- //# sourceMappingURL=index.js.map
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAA;AAO9B,MAAM,OAAO,SAAS;IACA;IAApB,YAAoB,MAAmB;QAAnB,WAAM,GAAN,MAAM,CAAa;IAAG,CAAC;IAE3C,SAAS;QACP,OAAO,IAAI,CAAC,MAAM,CAAA;IACpB,CAAC;CACF"}