Skip to content

Commit

Permalink
bump version number to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanayan committed Aug 22, 2021
1 parent e148c21 commit 57f7f5b
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 173 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dynamic-remote-component",
"version": "0.0.1",
"version": "0.0.2",
"description": "Allows you to dynamically load a component from a remote using webpack 5's module federation.",
"keywords": [
"react",
Expand Down
3 changes: 2 additions & 1 deletion test/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"nanoid": "^3.1.25",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dynamic-remote-component": "^0.0.1",
"react-fast-compare": "^3.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
Expand All @@ -30,7 +31,7 @@
},
"scripts": {
"copyfile": "cp -R ../../src/ ./src/lib/",
"start": "npm run copyfile && craco start",
"start": " craco start",
"build": "craco build",
"serve": "npm run build && serve -s build -p 3000",
"test": "react-scripts test",
Expand Down
2 changes: 1 addition & 1 deletion test/app1/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
getModule,
RemoteComponent,
useRemoteModule,
} from "./lib/RemoteComponent";
} from "react-dynamic-remote-component";

function App() {
return (
Expand Down
59 changes: 0 additions & 59 deletions test/app1/src/lib/RemoteComponent.tsx

This file was deleted.

42 changes: 0 additions & 42 deletions test/app1/src/lib/attach-script.ts

This file was deleted.

1 change: 0 additions & 1 deletion test/app1/src/lib/index.ts

This file was deleted.

28 changes: 0 additions & 28 deletions test/app1/src/lib/load-module.ts

This file was deleted.

29 changes: 0 additions & 29 deletions test/app1/src/lib/suspend.ts

This file was deleted.

1 change: 0 additions & 1 deletion test/app1/src/lib/types.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion test/app1/src/lib/types.ts

This file was deleted.

4 changes: 0 additions & 4 deletions test/app1/src/lib/utils.ts

This file was deleted.

4 changes: 0 additions & 4 deletions test/app1/src/lib/window.d.ts

This file was deleted.

9 changes: 8 additions & 1 deletion test/app1/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@
core-js-pure "^3.16.0"
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.5", "@babel/runtime@^7.15.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
version "7.15.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b"
integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==
Expand Down Expand Up @@ -7765,6 +7765,13 @@ react-dom@^17.0.2:
object-assign "^4.1.1"
scheduler "^0.20.2"

react-dynamic-remote-component@^0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/react-dynamic-remote-component/-/react-dynamic-remote-component-0.0.1.tgz#6f1e03e0538f0555f4c0d4bb0dbb9fd892456003"
integrity sha512-B+XMIJYw537kBdRNgonNITcnNUxlqeoP4Qv3TkZgN3RX6XIvsqIihxlzKjYM4bgAE9l40FWR//ZsVaemgnO2uw==
dependencies:
"@babel/runtime" "^7.15.3"

react-error-overlay@7.0.0-next.38+749a76d2:
version "7.0.0-next.38"
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-7.0.0-next.38.tgz#0d9bbb797b4772e987f3c2184fbbbae5c8b8b7d4"
Expand Down

0 comments on commit 57f7f5b

Please sign in to comment.