asma-types
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -250,2 +250,3 @@ /** | ||
readonly shortcutsSettings: "shortcuts-settings"; | ||
readonly selectVersions: "select-versions"; | ||
readonly qnrCompleted: "completed-schemas"; | ||
@@ -252,0 +253,0 @@ readonly chat: "chat"; |
@@ -329,2 +329,3 @@ // deprecated, replaced with QueriesInitiator | ||
shortcutsSettings: 'shortcuts-settings', | ||
selectVersions: 'select-versions', | ||
qnrCompleted: 'completed-schemas', | ||
@@ -331,0 +332,0 @@ chat: 'chat', |
{ | ||
"name": "asma-types", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "shared ts asma types", | ||
@@ -10,6 +10,2 @@ "main": "lib/index.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsc && tsc -p .", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
@@ -22,3 +18,7 @@ "type": "git", | ||
"typescript": "^5.0.4" | ||
}, | ||
"scripts": { | ||
"build": "tsc && tsc -p .", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
} | ||
} | ||
} |
@@ -344,2 +344,3 @@ // deprecated, replaced with QueriesInitiator | ||
shortcutsSettings: 'shortcuts-settings', | ||
selectVersions: 'select-versions', | ||
qnrCompleted: 'completed-schemas', | ||
@@ -346,0 +347,0 @@ chat: 'chat', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1880
87236
50