@starbeam/interfaces
Advanced tools
Comparing version 0.8.9 to 0.8.10-unstable.9203102
@@ -6,5 +6,5 @@ { | ||
"extends": ["plugin:@starbeam/tight"], | ||
"files": ["index.d.ts", "src/**/*.d.ts"], | ||
"files": ["index.ts", "src/**/*.ts"], | ||
"parserOptions": { | ||
"project": "packages/universal/interfaces/tsconfig.json" | ||
"project": "tsconfig.json" | ||
} | ||
@@ -11,0 +11,0 @@ } |
{ | ||
"name": "@starbeam/interfaces", | ||
"version": "0.8.9", | ||
"version": "0.8.10-unstable.9203102", | ||
"type": "module", | ||
"main": "index.d.ts", | ||
"types": "index.d.ts", | ||
"main": "index.ts", | ||
"types": "index.ts", | ||
"exports": { | ||
"default": "./index.d.ts" | ||
"default": "./index.ts" | ||
}, | ||
"publishConfig": { | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"default": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "dist/index.cjs", | ||
"types": "dist/index.d.ts" | ||
}, | ||
"starbeam": { | ||
"source": "d.ts", | ||
"source": "ts", | ||
"template:package": "interfaces.package.json", | ||
"type": "library:interfaces" | ||
}, | ||
"scripts": { | ||
"test:lint": "eslint \"index.ts\" \"src/**/*.ts\"", | ||
"test:types": "tsc -b" | ||
}, | ||
"dependencies": { | ||
"@domtree/any": "^0.9.3", | ||
"@starbeam/shared": "^1.3.7" | ||
"@domtree/any": "workspace:^", | ||
"@starbeam/shared": "1.3.8-unstable.9203102" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test:lint": "eslint", | ||
"test:types": "tsc -b" | ||
"devDependencies": { | ||
"@starbeam-dev/build-support": "workspace:*" | ||
} | ||
} | ||
} |
@@ -12,3 +12,3 @@ { | ||
"exclude": ["dist/**/*"], | ||
"include": ["index.d.ts", "./src/**/*.ts"] | ||
"include": ["index.ts", "./src/**/*.ts", "./src/**/*.d.ts"] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25782
610
1
15
1
1
+ Added@starbeam/shared@1.3.8-unstable.9203102(transitive)
- Removed@domtree/any@0.9.3(transitive)
- Removed@domtree/browser@0.9.3(transitive)
- Removed@domtree/interface@0.9.3(transitive)
- Removed@domtree/minimal@0.9.3(transitive)
- Removed@starbeam/shared@1.3.7(transitive)
Updated@domtree/any@workspace:^