@danielsimonjr/mathts-compat 0.3.8 → 0.3.9

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.
Files changed (1) hide show
  1. package/package.json +56 -56
package/package.json CHANGED
@@ -1,56 +1,56 @@
1
- {
2
- "name": "@danielsimonjr/mathts-compat",
3
- "version": "0.3.8",
4
- "description": "mathjs compatibility layer for MathTS",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/index.js"
12
- }
13
- },
14
- "files": [
15
- "dist",
16
- "README.md"
17
- ],
18
- "scripts": {
19
- "build": "tsup src/index.ts --format esm --dts --clean",
20
- "dev": "tsup src/index.ts --format esm --dts --watch",
21
- "typecheck": "tsc --noEmit",
22
- "test": "vitest run",
23
- "test:coverage": "vitest run --coverage",
24
- "build:prod": "tsup src/index.ts --format esm --dts --clean --minify --treeshake"
25
- },
26
- "dependencies": {
27
- "@danielsimonjr/mathts-core": "^0.7.0",
28
- "@danielsimonjr/mathts-functions": "^0.22.0",
29
- "@danielsimonjr/mathts-matrix": "^0.4.2",
30
- "@danielsimonjr/mathts-parallel": "^0.4.0"
31
- },
32
- "devDependencies": {
33
- "@types/node": "^25.5.2",
34
- "tsup": "^8.0.0",
35
- "typescript": "^5.3.0",
36
- "vitest": "^4.1.5"
37
- },
38
- "keywords": [
39
- "math",
40
- "mathjs",
41
- "compat",
42
- "compatibility",
43
- "migration"
44
- ],
45
- "author": "Daniel Simon Jr.",
46
- "license": "MIT",
47
- "repository": {
48
- "type": "git",
49
- "url": "https://github.com/danielsimonjr/mathts",
50
- "directory": "compat"
51
- },
52
- "module": "./dist/index.js",
53
- "publishConfig": {
54
- "access": "public"
55
- }
56
- }
1
+ {
2
+ "name": "@danielsimonjr/mathts-compat",
3
+ "version": "0.3.9",
4
+ "description": "mathjs compatibility layer for MathTS",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.js"
12
+ }
13
+ },
14
+ "files": [
15
+ "dist",
16
+ "README.md"
17
+ ],
18
+ "scripts": {
19
+ "build": "tsup src/index.ts --format esm --dts --clean",
20
+ "dev": "tsup src/index.ts --format esm --dts --watch",
21
+ "typecheck": "tsc --noEmit",
22
+ "test": "vitest run",
23
+ "test:coverage": "vitest run --coverage",
24
+ "build:prod": "tsup src/index.ts --format esm --dts --clean --minify --treeshake"
25
+ },
26
+ "dependencies": {
27
+ "@danielsimonjr/mathts-core": "^0.8.0",
28
+ "@danielsimonjr/mathts-functions": "^0.23.0",
29
+ "@danielsimonjr/mathts-matrix": "^0.4.3",
30
+ "@danielsimonjr/mathts-parallel": "^0.5.0"
31
+ },
32
+ "devDependencies": {
33
+ "@types/node": "^25.5.2",
34
+ "tsup": "^8.0.0",
35
+ "typescript": "^5.3.0",
36
+ "vitest": "^4.1.5"
37
+ },
38
+ "keywords": [
39
+ "math",
40
+ "mathjs",
41
+ "compat",
42
+ "compatibility",
43
+ "migration"
44
+ ],
45
+ "author": "Daniel Simon Jr.",
46
+ "license": "MIT",
47
+ "repository": {
48
+ "type": "git",
49
+ "url": "https://github.com/danielsimonjr/mathts",
50
+ "directory": "compat"
51
+ },
52
+ "module": "./dist/index.js",
53
+ "publishConfig": {
54
+ "access": "public"
55
+ }
56
+ }