Skip to content

Commit 2dec982

Browse files
committed
Move internal packages to @msinternal/*
1 parent 874d0c7 commit 2dec982

File tree

16 files changed

+55
-77
lines changed

16 files changed

+55
-77
lines changed

package-lock.json

Lines changed: 40 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "botframework-webchat-root",
2+
"name": "@msinternal/botframework-webchat-root",
33
"version": "4.18.1-0",
44
"private": true,
55
"author": "Microsoft Corporation",

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "botframework-webchat-base",
2+
"name": "@msinternal/botframework-webchat-base",
33
"version": "0.0.0-0",
44
"description": "Base botframework-webchat package",
55
"main": "./dist/botframework-webchat-base.js",

packages/embed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "embed",
2+
"name": "@msinternal/embed",
33
"version": "0.0.0-0",
44
"description": "",
55
"private": true,

packages/isomorphic-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "isomorphic-react-dom",
2+
"name": "@msinternal/isomorphic-react-dom",
33
"description": "Exports window.ReactDOM if available, otherwise, exports require('react-dom').",
44
"version": "0.0.0-0",
55
"main": "dist/react-dom.js",

packages/isomorphic-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "isomorphic-react",
2+
"name": "@msinternal/isomorphic-react",
33
"description": "Exports window.React if available, otherwise, exports require('react').",
44
"version": "0.0.0-0",
55
"main": "dist/react.js",

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "playground",
2+
"name": "@msinternal/playground",
33
"version": "0.0.0-0",
44
"private": true,
55
"browserslist": [

packages/react-valibot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "botframework-webchat-react-valibot",
2+
"name": "@msinternal/botframework-webchat-react-valibot",
33
"version": "0.0.0-0",
44
"description": "The botframework-webchat react-valibot package",
55
"types": "./dist/botframework-webchat-react-valibot.d.ts",

packages/redux-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "botframework-webchat-redux-store",
2+
"name": "@msinternal/botframework-webchat-redux-store",
33
"version": "0.0.0-0",
44
"description": "The botframework-webchat redux-store package",
55
"types": "./dist/botframework-webchat-redux-store.d.ts",

packages/styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "botframework-webchat-styles",
2+
"name": "@msinternal/botframework-webchat-styles",
33
"version": "0.0.0-0",
44
"description": "The botframework-webchat styles package",
55
"main": "./dist/botframework-webchat-styles.js",

0 commit comments

Comments
 (0)