@starbeam/interfaces
Advanced tools
Comparing version 0.8.10-unstable.3ead76a to 0.8.10-unstable.4198c97
{ | ||
"name": "@starbeam/interfaces", | ||
"version": "0.8.10-unstable.3ead76a", | ||
"version": "0.8.10-unstable.4198c97", | ||
"type": "module", | ||
"main": "index.ts", | ||
"types": "index.ts", | ||
"main": "dist/index.cjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"default": "./index.ts" | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"default": "./dist/index.cjs" | ||
} | ||
}, | ||
"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": { | ||
@@ -26,14 +19,14 @@ "source": "ts", | ||
}, | ||
"dependencies": { | ||
"@starbeam/shared": "1.3.8-unstable.4198c97", | ||
"@domtree/any": "^0.9.3" | ||
}, | ||
"devDependencies": { | ||
"@starbeam/eslint-plugin": "^1.0.0", | ||
"@starbeam-dev/build-support": "^1.0.0" | ||
}, | ||
"scripts": { | ||
"test:lint": "eslint . --max-warnings 0", | ||
"test:types": "tsc -b" | ||
}, | ||
"dependencies": { | ||
"@domtree/any": "0.9.4-unstable.3ead76a", | ||
"@starbeam/shared": "1.3.8-unstable.3ead76a" | ||
}, | ||
"devDependencies": { | ||
"@starbeam/eslint-plugin": "workspace:^", | ||
"@starbeam-dev/build-support": "workspace:^" | ||
} | ||
} | ||
} |
@@ -11,7 +11,1 @@ export interface Timestamp { | ||
} | ||
export interface TimestampStatics { | ||
now: () => Timestamp; | ||
max: (...timestamps: Timestamp[]) => Timestamp; | ||
debug: (timestamp: Timestamp) => { at: number }; | ||
} |
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
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
26527
16
0
577
+ Added@domtree/any@0.9.3(transitive)
+ Added@domtree/browser@0.9.3(transitive)
+ Added@domtree/interface@0.9.3(transitive)
+ Added@domtree/minimal@0.9.3(transitive)
+ Added@starbeam/shared@1.3.8-unstable.4198c97(transitive)
- Removed@starbeam/shared@1.3.8-unstable.3ead76a(transitive)
Updated@domtree/any@^0.9.3