@atlassian/clientside-extensions-base
Advanced tools
Comparing version 1.2.0-4582f20 to 1.2.0-beta.4
export type Observer<T> = (data: T) => void; | ||
export interface Subscription { | ||
@@ -3,0 +4,0 @@ unsubscribe: () => void; |
{ | ||
"name": "@atlassian/clientside-extensions-base", | ||
"version": "1.2.0-4582f20", | ||
"version": "1.2.0-beta.4", | ||
"description": "Shared base components and utilities for Client-side extensions", | ||
@@ -39,6 +39,11 @@ "license": "BSD-3-Clause", | ||
"email": "tsebastian@atlassian.com" | ||
}, | ||
{ | ||
"name": "Maciej Adamczak", | ||
"email": "madamczak@atlassian.com" | ||
} | ||
], | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"main": "./dist/cjs/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"module": "./dist/esm/index.js", | ||
"files": [ | ||
@@ -50,7 +55,10 @@ "lib", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"@atlassian:registry": "https://registry.npmjs.org/" | ||
}, | ||
"scripts": { | ||
"prepublish": "yarn build", | ||
"build": "tsc -b", | ||
"build": "yarn build:esm && yarn build:cjs", | ||
"build:esm": "tsc -p tsconfig.json", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"watch": "tsc --watch", | ||
@@ -60,3 +68,3 @@ "test": "jest", | ||
}, | ||
"gitHead": "4582f20f71f09f540dc93a2bbc6ef0f0e7717049" | ||
"gitHead": "1414bf5a872c7d9e1bab861d276c1e4ff527a87a" | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
850305
36
799
0
1