@microsoft/teams.cards
Advanced tools
@@ -1,3 +0,3 @@ | ||
| export * from './submit'; | ||
| export * from './submit/index.mjs'; | ||
| //# sourceMappingURL=index.mjs.map | ||
| //# sourceMappingURL=index.mjs.map |
@@ -1,2 +0,2 @@ | ||
| import { SubmitAction, SubmitActionData, InvokeSubmitActionData, CollabStageInvokeDataValue } from '../../core'; | ||
| import { SubmitAction, SubmitActionData, InvokeSubmitActionData, CollabStageInvokeDataValue } from '../../core.mjs'; | ||
@@ -3,0 +3,0 @@ class CollabStageAction extends SubmitAction { |
@@ -1,2 +0,2 @@ | ||
| import { SubmitAction } from '../../core'; | ||
| import { SubmitAction } from '../../core.mjs'; | ||
@@ -3,0 +3,0 @@ class IMBackAction extends SubmitAction { |
@@ -1,8 +0,8 @@ | ||
| export * from './im-back'; | ||
| export * from './invoke'; | ||
| export * from './message-back'; | ||
| export * from './sign-in'; | ||
| export * from './task-fetch'; | ||
| export * from './collab-stage'; | ||
| export * from './im-back.mjs'; | ||
| export * from './invoke.mjs'; | ||
| export * from './message-back.mjs'; | ||
| export * from './sign-in.mjs'; | ||
| export * from './task-fetch.mjs'; | ||
| export * from './collab-stage.mjs'; | ||
| //# sourceMappingURL=index.mjs.map | ||
| //# sourceMappingURL=index.mjs.map |
@@ -1,2 +0,2 @@ | ||
| import { SubmitAction } from '../../core'; | ||
| import { SubmitAction } from '../../core.mjs'; | ||
@@ -3,0 +3,0 @@ class InvokeAction extends SubmitAction { |
@@ -1,2 +0,2 @@ | ||
| import { SubmitAction } from '../../core'; | ||
| import { SubmitAction } from '../../core.mjs'; | ||
@@ -3,0 +3,0 @@ class MessageBackAction extends SubmitAction { |
@@ -1,2 +0,2 @@ | ||
| import { SubmitAction } from '../../core'; | ||
| import { SubmitAction } from '../../core.mjs'; | ||
@@ -3,0 +3,0 @@ class SignInAction extends SubmitAction { |
@@ -1,2 +0,2 @@ | ||
| import { SubmitAction } from '../../core'; | ||
| import { SubmitAction } from '../../core.mjs'; | ||
@@ -3,0 +3,0 @@ class TaskFetchAction extends SubmitAction { |
+3
-3
@@ -1,5 +0,5 @@ | ||
| export * from './core'; | ||
| export * from './actions'; | ||
| export * from './utilities'; | ||
| export * from './core.mjs'; | ||
| export * from './actions/index.mjs'; | ||
| export * from './utilities/index.mjs'; | ||
| //# sourceMappingURL=index.mjs.map | ||
| //# sourceMappingURL=index.mjs.map |
@@ -1,4 +0,4 @@ | ||
| export * from './submit-data'; | ||
| export * from './open-dialog-data'; | ||
| export * from './submit-data.mjs'; | ||
| export * from './open-dialog-data.mjs'; | ||
| //# sourceMappingURL=index.mjs.map | ||
| //# sourceMappingURL=index.mjs.map |
@@ -1,2 +0,2 @@ | ||
| import { SubmitActionData, TaskFetchSubmitActionData } from '../core'; | ||
| import { SubmitActionData, TaskFetchSubmitActionData } from '../core.mjs'; | ||
@@ -3,0 +3,0 @@ const RESERVED_KEYWORD = "dialog_id"; |
@@ -1,2 +0,2 @@ | ||
| import { SubmitActionData } from '../core'; | ||
| import { SubmitActionData } from '../core.mjs'; | ||
@@ -3,0 +3,0 @@ const RESERVED_KEYWORD = "action"; |
+2
-2
| { | ||
| "name": "@microsoft/teams.cards", | ||
| "version": "2.0.11-preview.8", | ||
| "version": "2.0.11", | ||
| "license": "MIT", | ||
@@ -38,3 +38,3 @@ "main": "./dist/index.js", | ||
| "devDependencies": { | ||
| "@microsoft/teams.config": "2.0.11-preview.8", | ||
| "@microsoft/teams.config": "2.0.11", | ||
| "@types/jest": "^29.5.12", | ||
@@ -41,0 +41,0 @@ "jest": "^29.7.0", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3741007
00
-100%