@polyglot-bundles/ja-minimal-pairs 0.2.4 → 0.2.5

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.
@@ -1,3 +1,3 @@
1
- import { MinimalPairsMinimalPair } from '../../../content-shared/src';
1
+ import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
2
  export declare const level0Pairs: MinimalPairsMinimalPair[];
3
3
  //# sourceMappingURL=level-0.d.ts.map
@@ -1,3 +1,3 @@
1
- import { MinimalPairsMinimalPair } from '../../../content-shared/src';
1
+ import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
2
  export declare const level1Pairs: MinimalPairsMinimalPair[];
3
3
  //# sourceMappingURL=level-1.d.ts.map
@@ -1,3 +1,3 @@
1
- import { MinimalPairsMinimalPair } from '../../../content-shared/src';
1
+ import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
2
  export declare const level2Pairs: MinimalPairsMinimalPair[];
3
3
  //# sourceMappingURL=level-2.d.ts.map
@@ -1,3 +1,3 @@
1
- import { MinimalPairsMinimalPair } from '../../../content-shared/src';
1
+ import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
2
  export declare const level3Pairs: MinimalPairsMinimalPair[];
3
3
  //# sourceMappingURL=level-3.d.ts.map
@@ -1,3 +1,3 @@
1
- import { MinimalPairsMinimalPair } from '../../../content-shared/src';
1
+ import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
2
  export declare const level4Pairs: MinimalPairsMinimalPair[];
3
3
  //# sourceMappingURL=level-4.d.ts.map
@@ -1,3 +1,3 @@
1
- import { MinimalPairsMinimalPair } from '../../../content-shared/src';
1
+ import { MinimalPairsMinimalPair } from '@polyglot-bundles/content-shared';
2
2
  export declare const level5Pairs: MinimalPairsMinimalPair[];
3
3
  //# sourceMappingURL=level-5.d.ts.map
package/dist/data.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { MinimalPairsLanguageData } from '../../content-shared/src';
1
+ import { MinimalPairsLanguageData } from '@polyglot-bundles/content-shared';
2
2
  export declare const minimalPairsData: MinimalPairsLanguageData;
3
3
  export default minimalPairsData;
4
4
  //# sourceMappingURL=data.d.ts.map
package/dist/index.d.ts CHANGED
@@ -7,5 +7,5 @@ export { level2Pairs } from './data/level-2';
7
7
  export { level3Pairs } from './data/level-3';
8
8
  export { level4Pairs } from './data/level-4';
9
9
  export { level5Pairs } from './data/level-5';
10
- export type { MinimalPairsLanguageData, MinimalPairsLevelInfo, MinimalPairsMinimalPair, MinimalPairsPronunciationTipsMap, MinimalPairsRubySegment, MinimalPairsWordInfo, } from '../../content-shared/src';
10
+ export type { MinimalPairsLanguageData, MinimalPairsLevelInfo, MinimalPairsMinimalPair, MinimalPairsPronunciationTipsMap, MinimalPairsRubySegment, MinimalPairsWordInfo, } from '@polyglot-bundles/content-shared';
11
11
  //# sourceMappingURL=index.d.ts.map
package/dist/levels.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import { MinimalPairsLevelInfo } from '../../content-shared/src';
1
+ import { MinimalPairsLevelInfo } from '@polyglot-bundles/content-shared';
2
2
  export declare const levels: MinimalPairsLevelInfo[];
3
3
  //# sourceMappingURL=levels.d.ts.map
@@ -1,3 +1,3 @@
1
- import { MinimalPairsPronunciationTipsMap } from '../../content-shared/src';
1
+ import { MinimalPairsPronunciationTipsMap } from '@polyglot-bundles/content-shared';
2
2
  export declare const pronunciationTips: MinimalPairsPronunciationTipsMap;
3
3
  //# sourceMappingURL=pronunciationTips.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-bundles/ja-minimal-pairs",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -50,12 +50,13 @@
50
50
  "dist"
51
51
  ],
52
52
  "dependencies": {
53
- "@polyglot-bundles/content-shared": "0.3.2",
54
- "@polyglot-bundles/ja-lang": "0.2.2"
53
+ "@polyglot-bundles/content-shared": "0.4.1",
54
+ "@polyglot-bundles/ja-lang": "0.2.3"
55
55
  },
56
56
  "devDependencies": {
57
57
  "vite": "^5.4.0",
58
- "vite-plugin-dts": "^4.0.0"
58
+ "vite-plugin-dts": "^4.0.0",
59
+ "@polyglot-bundles/lang-tooling": "0.0.0"
59
60
  },
60
61
  "publishConfig": {
61
62
  "access": "public"
@@ -66,6 +67,7 @@
66
67
  "directory": "packages/ja/minimal-pairs"
67
68
  },
68
69
  "scripts": {
70
+ "typecheck": "tsc --noEmit",
69
71
  "build": "vite build",
70
72
  "clean": "rm -rf dist"
71
73
  }