content-tag
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -48,3 +48,3 @@ /* | ||
*/ | ||
parse(src: string, filename?: string): Parsed; | ||
parse(src: string, filename?: string): Parsed[]; | ||
} |
{ | ||
"name": "content-tag", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal", | ||
@@ -13,11 +13,9 @@ "repository": { | ||
".": { | ||
"browser": { | ||
"import": "./pkg/standalone.js" | ||
}, | ||
"import": { | ||
"types": "./index.d.ts", | ||
"browser": "./pkg/standalone.js", | ||
"default": "./pkg/node/content_tag.cjs" | ||
}, | ||
"require": { | ||
"types": "./index.d.cts", | ||
"types": "./index.d.ts", | ||
"default": "./pkg/node/content_tag.cjs" | ||
@@ -40,3 +38,3 @@ } | ||
"lint:package": "publint", | ||
"lint:published-types": "attw --pack --ignore-rules cjs-resolves-to-esm --ignore-rules false-esm", | ||
"lint:published-types": "attw --pack --ignore-rules false-esm", | ||
"start": "vite", | ||
@@ -43,0 +41,0 @@ "test": "npm run ci:node" |
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
2
2613853
13