ceramic-cacao
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -0,0 +0,0 @@ export declare class ParsedMessage { |
@@ -0,0 +0,0 @@ import * as multiformats from 'multiformats'; |
export * from './siwe.js'; | ||
export * from './cacao.js'; |
@@ -0,0 +0,0 @@ import type { Cacao } from './cacao.js'; |
{ | ||
"name": "ceramic-cacao", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Typescript library for Ceramic OCAP", | ||
"main": "lib/index.js", | ||
"main": "./lib/index.cjs", | ||
"module": "./lib/index.mjs", | ||
"types": "./lib/index.d.ts", | ||
"type": "module", | ||
"exports": { | ||
".": "./lib/index.js" | ||
".": { | ||
"import": "./lib/index.mjs", | ||
"require": "./lib/index.cjs" | ||
} | ||
}, | ||
@@ -16,3 +21,3 @@ "files": [ | ||
"test": "./node_modules/.bin/jest", | ||
"build": "./node_modules/.bin/tsc --project tsconfig.build.json", | ||
"build": "microbundle --compress=false --format esm,cjs", | ||
"lint": "./node_modules/.bin/eslint ./src --ext .js,.ts", | ||
@@ -41,3 +46,2 @@ "prebuild": "npm run clean", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"babel-jest": "^27.4.6", | ||
"eslint": "^8.6.0", | ||
@@ -47,4 +51,4 @@ "eslint-config-3box": "^0.4.0", | ||
"jest-resolver-enhanced": "^1.0.1", | ||
"microbundle": "^0.14.2", | ||
"prettier": "^2.4.1", | ||
"regenerator-runtime": "^0.13.9", | ||
"typescript": "^4.5.4" | ||
@@ -51,0 +55,0 @@ }, |
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
106059
14
1011
13
1