@teambit/react 1.0.995 → 1.0.996
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/env-template/public/{252.f8e013b8b07100a6b8ca.js → 109.8f7b5a48f4130e2d8d5c.js} +5 -5
- package/artifacts/env-template/public/{243.dac9adbf4f7ad2acb210.js → 254.848b21663dcb32f9874d.js} +1 -1
- package/artifacts/env-template/public/{874.3ef824f68e8be46dbe18.js → 427.4ed003b9ce0af834c6f1.js} +2 -2
- package/artifacts/env-template/public/assets-manifest.json +16 -16
- package/artifacts/env-template/public/{compositions.4e73b0a476e90992b0d7.js → compositions.903d74bba0ad71e6af5a.js} +2 -2
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.a6d430b9d865db143790.js → overview.d1d98d5096bf2a0ac8b8.js} +2 -2
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{preview-root.b7a0d9bb3d4bd9720ca6.js → preview-root.d508f161d37a747fe020.js} +1 -1
- package/artifacts/env-template/public/static/css/{252.e8c24c13.css → 109.5511a90a.css} +1 -1
- package/{compositions-1779305522985.js → compositions-1779737067779.js} +2 -2
- package/dist/{preview-1779305522985.js → preview-1779737067779.js} +2 -2
- package/{overview-1779305522985.js → overview-1779737067779.js} +2 -2
- package/package.json +26 -26
- /package/artifacts/env-template/public/{peers.9f25b0374ec1200581c8.js → peers.e8dabe4bcdf6b4d853c8.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { linkModules } from '/home/circleci/.bvm/versions/1.13.
|
|
1
|
+
import { linkModules } from '/home/circleci/.bvm/versions/1.13.194/bit-1.13.194/node_modules/@teambit/preview/dist/preview-modules.js';
|
|
2
2
|
|
|
3
3
|
// strip leading/trailing slashes from any id we compare
|
|
4
4
|
function __bitNormalizeId(id) {
|
|
@@ -43,7 +43,7 @@ function __bitSurfaceToOverlay(err, componentId) {
|
|
|
43
43
|
}, 0);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
import {defaultMainModule} from "/home/circleci/bit/bit/node_modules/@teambit/_local/preview-modules-
|
|
46
|
+
import {defaultMainModule} from "/home/circleci/bit/bit/node_modules/@teambit/_local/preview-modules-139de64abf5d134f0b08ed2465dac768a4bea720.mjs";
|
|
47
47
|
async function initializeModules() {
|
|
48
48
|
|
|
49
49
|
linkModules('compositions', {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.react_react@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.react_react@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.react_react@1.0.996/dist/react.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.react_react@1.0.996/dist/react.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { linkModules } from '/home/circleci/.bvm/versions/1.13.
|
|
1
|
+
import { linkModules } from '/home/circleci/.bvm/versions/1.13.194/bit-1.13.194/node_modules/@teambit/preview/dist/preview-modules.js';
|
|
2
2
|
|
|
3
3
|
// strip leading/trailing slashes from any id we compare
|
|
4
4
|
function __bitNormalizeId(id) {
|
|
@@ -43,7 +43,7 @@ function __bitSurfaceToOverlay(err, componentId) {
|
|
|
43
43
|
}, 0);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
import {defaultMainModule} from "/home/circleci/bit/bit/node_modules/@teambit/_local/preview-modules-
|
|
46
|
+
import {defaultMainModule} from "/home/circleci/bit/bit/node_modules/@teambit/_local/preview-modules-98cf30a024475b337e2db75aec661313311da841.mjs";
|
|
47
47
|
async function initializeModules() {
|
|
48
48
|
|
|
49
49
|
linkModules('overview', {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.996",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/react/react",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.react",
|
|
8
8
|
"name": "react",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.996"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"eslint": "8.56.0",
|
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"@teambit/typescript.typescript-compiler": "2.0.68",
|
|
84
84
|
"@teambit/worker": "0.0.1631",
|
|
85
85
|
"@teambit/cli": "0.0.1327",
|
|
86
|
-
"@teambit/react.ui.highlighter-provider": "0.0.223",
|
|
87
86
|
"@bitdev/react.generators.react-starters": "2.0.0",
|
|
88
87
|
"@bitdev/react.generators.react-templates": "6.0.3",
|
|
89
88
|
"@teambit/api-reference.renderers.react": "0.0.69",
|
|
@@ -101,29 +100,30 @@
|
|
|
101
100
|
"@teambit/toolbox.network.get-port": "1.0.21",
|
|
102
101
|
"@teambit/react.rendering.ssr": "1.0.4",
|
|
103
102
|
"@teambit/ui-foundation.ui.pages.static-error": "0.0.111",
|
|
104
|
-
"@teambit/typescript": "1.0.
|
|
105
|
-
"@teambit/builder": "1.0.
|
|
106
|
-
"@teambit/bundler": "1.0.
|
|
107
|
-
"@teambit/compiler": "1.0.
|
|
108
|
-
"@teambit/component": "1.0.
|
|
109
|
-
"@teambit/dependency-resolver": "1.0.
|
|
110
|
-
"@teambit/dev-files": "1.0.
|
|
111
|
-
"@teambit/envs": "1.0.
|
|
112
|
-
"@teambit/formatter": "1.0.
|
|
113
|
-
"@teambit/linter": "1.0.
|
|
114
|
-
"@teambit/pkg": "1.0.
|
|
115
|
-
"@teambit/preview": "1.0.
|
|
116
|
-
"@teambit/schema": "1.0.
|
|
117
|
-
"@teambit/tester": "1.0.
|
|
118
|
-
"@teambit/webpack": "1.0.
|
|
119
|
-
"@teambit/workspace-config-files": "1.0.
|
|
120
|
-
"@teambit/workspace": "1.0.
|
|
121
|
-
"@teambit/application": "1.0.
|
|
122
|
-
"@teambit/generator": "1.0.
|
|
123
|
-
"@teambit/graphql": "1.0.
|
|
124
|
-
"@teambit/
|
|
125
|
-
"@teambit/
|
|
126
|
-
"@teambit/
|
|
103
|
+
"@teambit/typescript": "1.0.996",
|
|
104
|
+
"@teambit/builder": "1.0.996",
|
|
105
|
+
"@teambit/bundler": "1.0.996",
|
|
106
|
+
"@teambit/compiler": "1.0.996",
|
|
107
|
+
"@teambit/component": "1.0.996",
|
|
108
|
+
"@teambit/dependency-resolver": "1.0.996",
|
|
109
|
+
"@teambit/dev-files": "1.0.996",
|
|
110
|
+
"@teambit/envs": "1.0.996",
|
|
111
|
+
"@teambit/formatter": "1.0.996",
|
|
112
|
+
"@teambit/linter": "1.0.996",
|
|
113
|
+
"@teambit/pkg": "1.0.996",
|
|
114
|
+
"@teambit/preview": "1.0.996",
|
|
115
|
+
"@teambit/schema": "1.0.996",
|
|
116
|
+
"@teambit/tester": "1.0.996",
|
|
117
|
+
"@teambit/webpack": "1.0.996",
|
|
118
|
+
"@teambit/workspace-config-files": "1.0.996",
|
|
119
|
+
"@teambit/workspace": "1.0.996",
|
|
120
|
+
"@teambit/application": "1.0.996",
|
|
121
|
+
"@teambit/generator": "1.0.997",
|
|
122
|
+
"@teambit/graphql": "1.0.996",
|
|
123
|
+
"@teambit/react.ui.highlighter-provider": "0.0.225",
|
|
124
|
+
"@teambit/api-reference": "1.0.996",
|
|
125
|
+
"@teambit/compositions": "1.0.996",
|
|
126
|
+
"@teambit/ui": "1.0.996"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
129
|
"@types/react": "^17.0.8",
|
|
File without changes
|