remix-typedjson
Advanced tools
Comparing version 0.5.2-pre.0 to 0.5.2-pre.2
{ | ||
"name": "remix-typedjson", | ||
"version": "0.5.2-pre.0", | ||
"version": "0.5.2-pre.2", | ||
"description": "This package is a replacement for superjson to use in your Remix app. It handles a subset of types that `superjson` supports, but is faster and smaller.", | ||
"type": "module", | ||
"exports": { | ||
"require": "./dist/cjs/index.js", | ||
"require": "./dist/cjs/index.cjs", | ||
"import": "./dist/esm/index.js" | ||
}, | ||
"main": "./dist/cjs/index.js", | ||
"main": "./dist/cjs/index.cjs", | ||
"sideEffects": false, | ||
@@ -31,3 +31,3 @@ "author": "Michael J. Carter <kiliman@gmail.com> (https://kiliman.dev/)", | ||
"build:esm": "tsc --project tsconfig.build.json --module ESNext --outDir ./dist/esm && echo '{\"type\": \"module\"}' > ./dist/esm/package.json", | ||
"build:cjs": "tsc --project tsconfig.build.json --module CommonJS --outDir ./dist/cjs && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json", | ||
"build:cjs": "tsc --project tsconfig.build.json --module CommonJS --outDir ./dist/cjs && renamer -f .js -r .cjs -e ext ./dist/cjs/*.js && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json", | ||
"typecheck": "tsc --project tsconfig.json --noEmit", | ||
@@ -61,2 +61,3 @@ "lint": "eslint --ext .ts,.tsx src/", | ||
"react-dom": "^18.2.0", | ||
"renamer": "^5.0.0", | ||
"rimraf": "^5.0.5", | ||
@@ -63,0 +64,0 @@ "ts-jest": "^29.1.1", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
41189
23
13
586