@platonic-dice/core 3.0.0 → 3.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/README.md CHANGED
@@ -9,7 +9,7 @@ This package contains the pure logic used by higher-level packages (for example
9
9
  Install from npm:
10
10
 
11
11
  ```bash
12
- npm install @platonic-dice/core @types/platonic-dice__core
12
+ npm install @platonic-dice/core @platonic-dice/types-core
13
13
  ```
14
14
 
15
15
  ## Quick usage
@@ -71,7 +71,7 @@ npm test
71
71
 
72
72
  ### Type Testing
73
73
 
74
- Type definitions are provided by the separate `@types/platonic-dice__core` package. To test the type surface:
74
+ Type definitions are provided by the separate `@platonic-dice/types-core` package. To test the type surface:
75
75
 
76
76
  ```bash
77
77
  cd packages/types-core
@@ -262,4 +262,4 @@ Object.defineProperty(exports, "isValidTestType", {
262
262
  },
263
263
  });
264
264
 
265
- // Type exports are provided by @types/platonic-dice__core.
265
+ // Type exports are provided by @platonic-dice/types-core.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platonic-dice/core",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "packageManager": "pnpm@8.15.9",
5
5
  "engines": {
6
6
  "node": ">=24"