@atlassian/clientside-extensions-base
Advanced tools
Comparing version 1.2.0-ff745b3 to 1.2.0-rc.1
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-ff745b3", | ||
"version": "1.2.0-rc.1", | ||
"description": "Shared base components and utilities for Client-side extensions", | ||
@@ -45,4 +45,5 @@ "license": "BSD-3-Clause", | ||
], | ||
"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": [ | ||
@@ -54,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", | ||
@@ -64,3 +68,3 @@ "test": "jest", | ||
}, | ||
"gitHead": "ff745b3e0d571c967416099ba346295a971118fd" | ||
"gitHead": "0fa86337d2ce060dd48b1d60a4c5d85abf96fdd5" | ||
} |
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
850303
36
799
0
1