diff --git a/.changeset/gold-shirts-sin.md b/.changeset/gold-shirts-sin.md deleted file mode 100644 index 4390bb0b..00000000 --- a/.changeset/gold-shirts-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alfalab/scripts-modules": patch ---- - -Исправлена типизация для хуков загрузчика модулей diff --git a/packages/arui-scripts-modules/CHANGELOG.md b/packages/arui-scripts-modules/CHANGELOG.md index c9ae52ce..145993ca 100644 --- a/packages/arui-scripts-modules/CHANGELOG.md +++ b/packages/arui-scripts-modules/CHANGELOG.md @@ -1,49 +1,55 @@ # @alfalab/scripts-modules +## 1.4.1 + +### Patch Changes + +- [#129](https://github.com/core-ds/arui-scripts/pull/129) [`ca6dd72`](https://github.com/core-ds/arui-scripts/commit/ca6dd722843a82b550d78012a279f7ed59316809) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Исправлена типизация для хуков загрузчика модулей + ## 1.4.0 ### Minor Changes -- [#98](https://github.com/core-ds/arui-scripts/pull/98) [`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - - Добавлено описание типов для Factory-модулей, доступно как `FactoryModule`. +- [#98](https://github.com/core-ds/arui-scripts/pull/98) [`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - - Добавлено описание типов для Factory-модулей, доступно как `FactoryModule`. - - Factory-модули теперь могут принимать `runParams` - отдельный параметр, который не будет передаваться на сервер, а - сразу будет попадать из клиента в клиент. - **Важно:** `runParams` теперь является первым аргументом для `run` функции. + - Factory-модули теперь могут принимать `runParams` - отдельный параметр, который не будет передаваться на сервер, а + сразу будет попадать из клиента в клиент. + **Важно:** `runParams` теперь является первым аргументом для `run` функции. - - Mountable модули теперь могут использовать запись вида `export default mountableModule;` вместо отдельных экспортов - `mount` и `unmount` функций. + - Mountable модули теперь могут использовать запись вида `export default mountableModule;` вместо отдельных экспортов + `mount` и `unmount` функций. ## 1.3.0 ### Minor Changes -- [#94](https://github.com/core-ds/arui-scripts/pull/94) [`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59) Thanks [@sanityFair](https://github.com/sanityFair)! - ## В данном PR исправлены: +- [#94](https://github.com/core-ds/arui-scripts/pull/94) [`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59) Thanks [@sanityFair](https://github.com/sanityFair)! - ## В данном PR исправлены: - - Prototype pollution in webpack loader-utils Critical - - Improper Neutralization of Special Elements used in a Command in Shell-quote Critical - - json-schema is vulnerable to Prototype Pollution Critical - - Prototype Pollution in immer Critical ( - - Для обновления пришлось вынести в плагины WatchMissingNodeModulesPlugin из react-dev-utils, так как в последней версии его убрали.) - - Prototype Pollution in handlebars Critical + - Prototype pollution in webpack loader-utils Critical + - Improper Neutralization of Special Elements used in a Command in Shell-quote Critical + - json-schema is vulnerable to Prototype Pollution Critical + - Prototype Pollution in immer Critical ( + - Для обновления пришлось вынести в плагины WatchMissingNodeModulesPlugin из react-dev-utils, так как в последней версии его убрали.) + - Prototype Pollution in handlebars Critical ## 1.2.1 ### Patch Changes -- [#71](https://github.com/core-ds/arui-scripts/pull/71) [`1f1fa45`](https://github.com/core-ds/arui-scripts/commit/1f1fa45d9d634d59e92169e4931b38e4945f2f92) Thanks [@chermashentsau](https://github.com/chermashentsau)! - Fix modules factory hook +- [#71](https://github.com/core-ds/arui-scripts/pull/71) [`1f1fa45`](https://github.com/core-ds/arui-scripts/commit/1f1fa45d9d634d59e92169e4931b38e4945f2f92) Thanks [@chermashentsau](https://github.com/chermashentsau)! - Fix modules factory hook ## 1.2.0 ### Minor Changes -- [#67](https://github.com/core-ds/arui-scripts/pull/67) [`5f0b9bb`](https://github.com/core-ds/arui-scripts/commit/5f0b9bbb2ed995a8888492b389a5ad340e783d0a) Thanks [@chermashentsau](https://github.com/chermashentsau)! - Add factory modules support +- [#67](https://github.com/core-ds/arui-scripts/pull/67) [`5f0b9bb`](https://github.com/core-ds/arui-scripts/commit/5f0b9bbb2ed995a8888492b389a5ad340e783d0a) Thanks [@chermashentsau](https://github.com/chermashentsau)! - Add factory modules support ## 1.1.0 ### Minor Changes -- [#56](https://github.com/core-ds/arui-scripts/pull/56) [`1c64198`](https://github.com/core-ds/arui-scripts/commit/1c641989791c4ff1e7a20d05c115f8a1d7817e30) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Add modules support and various tools to work with them correctly. +- [#56](https://github.com/core-ds/arui-scripts/pull/56) [`1c64198`](https://github.com/core-ds/arui-scripts/commit/1c641989791c4ff1e7a20d05c115f8a1d7817e30) Thanks [@heymdall-legal](https://github.com/heymdall-legal)! - Add modules support and various tools to work with them correctly. - Modules provides a way to define reusable piece of code to consume from different applications. - Additional tooling provides a convenient way to consume this modules in applications. - Full documentation is available in [separate doc](https://github.com/core-ds/arui-scripts/blob/master/packages/arui-scripts/docs/modules.md). + Modules provides a way to define reusable piece of code to consume from different applications. + Additional tooling provides a convenient way to consume this modules in applications. + Full documentation is available in [separate doc](https://github.com/core-ds/arui-scripts/blob/master/packages/arui-scripts/docs/modules.md). diff --git a/packages/arui-scripts-modules/package.json b/packages/arui-scripts-modules/package.json index 3df08858..4c01877c 100644 --- a/packages/arui-scripts-modules/package.json +++ b/packages/arui-scripts-modules/package.json @@ -1,6 +1,6 @@ { "name": "@alfalab/scripts-modules", - "version": "1.4.0", + "version": "1.4.1", "main": "./build/index.js", "module": "./build/esm/index.js", "typings": "./build/index.d.ts", diff --git a/packages/example-modules/CHANGELOG.md b/packages/example-modules/CHANGELOG.md index e1d4a3d9..701c786e 100644 --- a/packages/example-modules/CHANGELOG.md +++ b/packages/example-modules/CHANGELOG.md @@ -1,131 +1,139 @@ # example-modules +## 1.1.7 + +### Patch Changes + +- Updated dependencies [[`ca6dd72`](https://github.com/core-ds/arui-scripts/commit/ca6dd722843a82b550d78012a279f7ed59316809)]: + - @alfalab/scripts-modules@1.4.1 + - @alfalab/scripts-server@1.2.1 + ## 1.1.6 ### Patch Changes -- Updated dependencies [[`8b6d9c7`](https://github.com/core-ds/arui-scripts/commit/8b6d9c75e1c466b82cd12edcdca3f8c3f1d56d3f), [`112b32a`](https://github.com/core-ds/arui-scripts/commit/112b32a5b642d3bd2dd96c24ce3c65c9908b4b03)]: - - arui-scripts@15.8.0 +- Updated dependencies [[`8b6d9c7`](https://github.com/core-ds/arui-scripts/commit/8b6d9c75e1c466b82cd12edcdca3f8c3f1d56d3f), [`112b32a`](https://github.com/core-ds/arui-scripts/commit/112b32a5b642d3bd2dd96c24ce3c65c9908b4b03)]: + - arui-scripts@15.8.0 ## 1.1.5 ### Patch Changes -- Updated dependencies [[`c2c8382`](https://github.com/core-ds/arui-scripts/commit/c2c8382f809432dad79f8c9eae4db999f98a44d2)]: - - arui-scripts@15.7.4 +- Updated dependencies [[`c2c8382`](https://github.com/core-ds/arui-scripts/commit/c2c8382f809432dad79f8c9eae4db999f98a44d2)]: + - arui-scripts@15.7.4 ## 1.1.4 ### Patch Changes -- Updated dependencies [[`a6d38a3`](https://github.com/core-ds/arui-scripts/commit/a6d38a3db0e9df0e9367395ae863bafd363710ce)]: - - arui-scripts@15.7.3 +- Updated dependencies [[`a6d38a3`](https://github.com/core-ds/arui-scripts/commit/a6d38a3db0e9df0e9367395ae863bafd363710ce)]: + - arui-scripts@15.7.3 ## 1.1.3 ### Patch Changes -- Updated dependencies [[`332b437`](https://github.com/core-ds/arui-scripts/commit/332b437851900d288f6d98f191666d21e5571879), [`d314448`](https://github.com/core-ds/arui-scripts/commit/d3144488d9a93f1d664a1e90f769d0f8b76528b8)]: - - arui-scripts@15.7.2 +- Updated dependencies [[`332b437`](https://github.com/core-ds/arui-scripts/commit/332b437851900d288f6d98f191666d21e5571879), [`d314448`](https://github.com/core-ds/arui-scripts/commit/d3144488d9a93f1d664a1e90f769d0f8b76528b8)]: + - arui-scripts@15.7.2 ## 1.1.2 ### Patch Changes -- Updated dependencies [[`06f382d`](https://github.com/core-ds/arui-scripts/commit/06f382d4cead2a4a3a9d7d9c3e340230040eb75e)]: - - arui-scripts@15.7.1 +- Updated dependencies [[`06f382d`](https://github.com/core-ds/arui-scripts/commit/06f382d4cead2a4a3a9d7d9c3e340230040eb75e)]: + - arui-scripts@15.7.1 ## 1.1.1 ### Patch Changes -- Updated dependencies [[`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627), [`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627)]: - - @alfalab/scripts-server@1.2.1 - - @alfalab/scripts-modules@1.4.0 +- Updated dependencies [[`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627), [`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627)]: + - @alfalab/scripts-server@1.2.1 + - @alfalab/scripts-modules@1.4.0 ## 1.1.0 ### Minor Changes -- [#94](https://github.com/core-ds/arui-scripts/pull/94) [`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59) Thanks [@sanityFair](https://github.com/sanityFair)! - ## В данном PR исправлены: +- [#94](https://github.com/core-ds/arui-scripts/pull/94) [`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59) Thanks [@sanityFair](https://github.com/sanityFair)! - ## В данном PR исправлены: - - Prototype pollution in webpack loader-utils Critical - - Improper Neutralization of Special Elements used in a Command in Shell-quote Critical - - json-schema is vulnerable to Prototype Pollution Critical - - Prototype Pollution in immer Critical ( - - Для обновления пришлось вынести в плагины WatchMissingNodeModulesPlugin из react-dev-utils, так как в последней версии его убрали.) - - Prototype Pollution in handlebars Critical + - Prototype pollution in webpack loader-utils Critical + - Improper Neutralization of Special Elements used in a Command in Shell-quote Critical + - json-schema is vulnerable to Prototype Pollution Critical + - Prototype Pollution in immer Critical ( + - Для обновления пришлось вынести в плагины WatchMissingNodeModulesPlugin из react-dev-utils, так как в последней версии его убрали.) + - Prototype Pollution in handlebars Critical ### Patch Changes -- Updated dependencies [[`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59)]: - - @alfalab/scripts-modules@1.3.0 - - arui-scripts@15.7.0 - - @alfalab/scripts-server@1.2.0 +- Updated dependencies [[`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59)]: + - @alfalab/scripts-modules@1.3.0 + - arui-scripts@15.7.0 + - @alfalab/scripts-server@1.2.0 ## 1.0.9 ### Patch Changes -- Updated dependencies [[`1169f2d`](https://github.com/core-ds/arui-scripts/commit/1169f2d24e185f07644492054b2e40cc4cd75351)]: - - arui-scripts@15.6.2 +- Updated dependencies [[`1169f2d`](https://github.com/core-ds/arui-scripts/commit/1169f2d24e185f07644492054b2e40cc4cd75351)]: + - arui-scripts@15.6.2 ## 1.0.8 ### Patch Changes -- Updated dependencies [[`33a1c60`](https://github.com/core-ds/arui-scripts/commit/33a1c60dceae7fa78ede8e073ccb7f57927c07b0), [`dcb6fd3`](https://github.com/core-ds/arui-scripts/commit/dcb6fd3a69a5877e43ae08e6330c8bbb0a095bb3)]: - - arui-scripts@15.6.1 +- Updated dependencies [[`33a1c60`](https://github.com/core-ds/arui-scripts/commit/33a1c60dceae7fa78ede8e073ccb7f57927c07b0), [`dcb6fd3`](https://github.com/core-ds/arui-scripts/commit/dcb6fd3a69a5877e43ae08e6330c8bbb0a095bb3)]: + - arui-scripts@15.6.1 ## 1.0.7 ### Patch Changes -- Updated dependencies [[`d31109c`](https://github.com/core-ds/arui-scripts/commit/d31109c81a39173918bc17568b792b5fb1df06dc), [`4123653`](https://github.com/core-ds/arui-scripts/commit/41236530565511eceb86d6a950c338fc386b4848)]: - - arui-scripts@15.6.0 +- Updated dependencies [[`d31109c`](https://github.com/core-ds/arui-scripts/commit/d31109c81a39173918bc17568b792b5fb1df06dc), [`4123653`](https://github.com/core-ds/arui-scripts/commit/41236530565511eceb86d6a950c338fc386b4848)]: + - arui-scripts@15.6.0 ## 1.0.6 ### Patch Changes -- Updated dependencies [[`2827327`](https://github.com/core-ds/arui-scripts/commit/2827327868addc654677c2fd79f6ef8da2f15ce8), [`3617329`](https://github.com/core-ds/arui-scripts/commit/361732947536ea14dab3c6e2f8285d7604f3f7a3)]: - - arui-scripts@15.5.3 +- Updated dependencies [[`2827327`](https://github.com/core-ds/arui-scripts/commit/2827327868addc654677c2fd79f6ef8da2f15ce8), [`3617329`](https://github.com/core-ds/arui-scripts/commit/361732947536ea14dab3c6e2f8285d7604f3f7a3)]: + - arui-scripts@15.5.3 ## 1.0.5 ### Patch Changes -- Updated dependencies [[`1f1fa45`](https://github.com/core-ds/arui-scripts/commit/1f1fa45d9d634d59e92169e4931b38e4945f2f92)]: - - @alfalab/scripts-modules@1.2.1 - - @alfalab/scripts-server@1.2.0 +- Updated dependencies [[`1f1fa45`](https://github.com/core-ds/arui-scripts/commit/1f1fa45d9d634d59e92169e4931b38e4945f2f92)]: + - @alfalab/scripts-modules@1.2.1 + - @alfalab/scripts-server@1.2.0 ## 1.0.4 ### Patch Changes -- Updated dependencies [[`5f0b9bb`](https://github.com/core-ds/arui-scripts/commit/5f0b9bbb2ed995a8888492b389a5ad340e783d0a)]: - - @alfalab/scripts-modules@1.2.0 - - @alfalab/scripts-server@1.2.0 +- Updated dependencies [[`5f0b9bb`](https://github.com/core-ds/arui-scripts/commit/5f0b9bbb2ed995a8888492b389a5ad340e783d0a)]: + - @alfalab/scripts-modules@1.2.0 + - @alfalab/scripts-server@1.2.0 ## 1.0.3 ### Patch Changes -- Updated dependencies [[`eca6d00`](https://github.com/core-ds/arui-scripts/commit/eca6d0094d36f5041a2ad2c29c95e6099219c154)]: - - arui-scripts@15.5.2 +- Updated dependencies [[`eca6d00`](https://github.com/core-ds/arui-scripts/commit/eca6d0094d36f5041a2ad2c29c95e6099219c154)]: + - arui-scripts@15.5.2 ## 1.0.2 ### Patch Changes -- Updated dependencies [[`82b0587`](https://github.com/core-ds/arui-scripts/commit/82b0587b9333193a6eaad3ed29b2d3a32745479c)]: - - arui-scripts@15.5.1 +- Updated dependencies [[`82b0587`](https://github.com/core-ds/arui-scripts/commit/82b0587b9333193a6eaad3ed29b2d3a32745479c)]: + - arui-scripts@15.5.1 ## 1.0.1 ### Patch Changes -- Updated dependencies [[`1c64198`](https://github.com/core-ds/arui-scripts/commit/1c641989791c4ff1e7a20d05c115f8a1d7817e30)]: - - @alfalab/scripts-modules@1.1.0 - - @alfalab/scripts-server@1.1.0 - - arui-scripts@15.5.0 +- Updated dependencies [[`1c64198`](https://github.com/core-ds/arui-scripts/commit/1c641989791c4ff1e7a20d05c115f8a1d7817e30)]: + - @alfalab/scripts-modules@1.1.0 + - @alfalab/scripts-server@1.1.0 + - arui-scripts@15.5.0 diff --git a/packages/example-modules/package.json b/packages/example-modules/package.json index 1244f093..da628a04 100644 --- a/packages/example-modules/package.json +++ b/packages/example-modules/package.json @@ -1,6 +1,6 @@ { "name": "example-modules", - "version": "1.1.6", + "version": "1.1.7", "private": true, "scripts": { "build:app": "arui-scripts build", diff --git a/packages/example/CHANGELOG.md b/packages/example/CHANGELOG.md index a3c08c8a..b005a099 100644 --- a/packages/example/CHANGELOG.md +++ b/packages/example/CHANGELOG.md @@ -1,131 +1,139 @@ # example +## 1.1.7 + +### Patch Changes + +- Updated dependencies [[`ca6dd72`](https://github.com/core-ds/arui-scripts/commit/ca6dd722843a82b550d78012a279f7ed59316809)]: + - @alfalab/scripts-modules@1.4.1 + - @alfalab/scripts-server@1.2.1 + ## 1.1.6 ### Patch Changes -- Updated dependencies [[`8b6d9c7`](https://github.com/core-ds/arui-scripts/commit/8b6d9c75e1c466b82cd12edcdca3f8c3f1d56d3f), [`112b32a`](https://github.com/core-ds/arui-scripts/commit/112b32a5b642d3bd2dd96c24ce3c65c9908b4b03)]: - - arui-scripts@15.8.0 +- Updated dependencies [[`8b6d9c7`](https://github.com/core-ds/arui-scripts/commit/8b6d9c75e1c466b82cd12edcdca3f8c3f1d56d3f), [`112b32a`](https://github.com/core-ds/arui-scripts/commit/112b32a5b642d3bd2dd96c24ce3c65c9908b4b03)]: + - arui-scripts@15.8.0 ## 1.1.5 ### Patch Changes -- Updated dependencies [[`c2c8382`](https://github.com/core-ds/arui-scripts/commit/c2c8382f809432dad79f8c9eae4db999f98a44d2)]: - - arui-scripts@15.7.4 +- Updated dependencies [[`c2c8382`](https://github.com/core-ds/arui-scripts/commit/c2c8382f809432dad79f8c9eae4db999f98a44d2)]: + - arui-scripts@15.7.4 ## 1.1.4 ### Patch Changes -- Updated dependencies [[`a6d38a3`](https://github.com/core-ds/arui-scripts/commit/a6d38a3db0e9df0e9367395ae863bafd363710ce)]: - - arui-scripts@15.7.3 +- Updated dependencies [[`a6d38a3`](https://github.com/core-ds/arui-scripts/commit/a6d38a3db0e9df0e9367395ae863bafd363710ce)]: + - arui-scripts@15.7.3 ## 1.1.3 ### Patch Changes -- Updated dependencies [[`332b437`](https://github.com/core-ds/arui-scripts/commit/332b437851900d288f6d98f191666d21e5571879), [`d314448`](https://github.com/core-ds/arui-scripts/commit/d3144488d9a93f1d664a1e90f769d0f8b76528b8)]: - - arui-scripts@15.7.2 +- Updated dependencies [[`332b437`](https://github.com/core-ds/arui-scripts/commit/332b437851900d288f6d98f191666d21e5571879), [`d314448`](https://github.com/core-ds/arui-scripts/commit/d3144488d9a93f1d664a1e90f769d0f8b76528b8)]: + - arui-scripts@15.7.2 ## 1.1.2 ### Patch Changes -- Updated dependencies [[`06f382d`](https://github.com/core-ds/arui-scripts/commit/06f382d4cead2a4a3a9d7d9c3e340230040eb75e)]: - - arui-scripts@15.7.1 +- Updated dependencies [[`06f382d`](https://github.com/core-ds/arui-scripts/commit/06f382d4cead2a4a3a9d7d9c3e340230040eb75e)]: + - arui-scripts@15.7.1 ## 1.1.1 ### Patch Changes -- Updated dependencies [[`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627), [`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627)]: - - @alfalab/scripts-server@1.2.1 - - @alfalab/scripts-modules@1.4.0 +- Updated dependencies [[`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627), [`ed40587`](https://github.com/core-ds/arui-scripts/commit/ed4058763981be72124be3f29269563df748b627)]: + - @alfalab/scripts-server@1.2.1 + - @alfalab/scripts-modules@1.4.0 ## 1.1.0 ### Minor Changes -- [#94](https://github.com/core-ds/arui-scripts/pull/94) [`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59) Thanks [@sanityFair](https://github.com/sanityFair)! - ## В данном PR исправлены: +- [#94](https://github.com/core-ds/arui-scripts/pull/94) [`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59) Thanks [@sanityFair](https://github.com/sanityFair)! - ## В данном PR исправлены: - - Prototype pollution in webpack loader-utils Critical - - Improper Neutralization of Special Elements used in a Command in Shell-quote Critical - - json-schema is vulnerable to Prototype Pollution Critical - - Prototype Pollution in immer Critical ( - - Для обновления пришлось вынести в плагины WatchMissingNodeModulesPlugin из react-dev-utils, так как в последней версии его убрали.) - - Prototype Pollution in handlebars Critical + - Prototype pollution in webpack loader-utils Critical + - Improper Neutralization of Special Elements used in a Command in Shell-quote Critical + - json-schema is vulnerable to Prototype Pollution Critical + - Prototype Pollution in immer Critical ( + - Для обновления пришлось вынести в плагины WatchMissingNodeModulesPlugin из react-dev-utils, так как в последней версии его убрали.) + - Prototype Pollution in handlebars Critical ### Patch Changes -- Updated dependencies [[`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59)]: - - @alfalab/scripts-modules@1.3.0 - - arui-scripts@15.7.0 - - @alfalab/scripts-server@1.2.0 +- Updated dependencies [[`ad23eb0`](https://github.com/core-ds/arui-scripts/commit/ad23eb09e75080a3828f04c9a30a72ea19ddde59)]: + - @alfalab/scripts-modules@1.3.0 + - arui-scripts@15.7.0 + - @alfalab/scripts-server@1.2.0 ## 1.0.9 ### Patch Changes -- Updated dependencies [[`1169f2d`](https://github.com/core-ds/arui-scripts/commit/1169f2d24e185f07644492054b2e40cc4cd75351)]: - - arui-scripts@15.6.2 +- Updated dependencies [[`1169f2d`](https://github.com/core-ds/arui-scripts/commit/1169f2d24e185f07644492054b2e40cc4cd75351)]: + - arui-scripts@15.6.2 ## 1.0.8 ### Patch Changes -- Updated dependencies [[`33a1c60`](https://github.com/core-ds/arui-scripts/commit/33a1c60dceae7fa78ede8e073ccb7f57927c07b0), [`dcb6fd3`](https://github.com/core-ds/arui-scripts/commit/dcb6fd3a69a5877e43ae08e6330c8bbb0a095bb3)]: - - arui-scripts@15.6.1 +- Updated dependencies [[`33a1c60`](https://github.com/core-ds/arui-scripts/commit/33a1c60dceae7fa78ede8e073ccb7f57927c07b0), [`dcb6fd3`](https://github.com/core-ds/arui-scripts/commit/dcb6fd3a69a5877e43ae08e6330c8bbb0a095bb3)]: + - arui-scripts@15.6.1 ## 1.0.7 ### Patch Changes -- Updated dependencies [[`d31109c`](https://github.com/core-ds/arui-scripts/commit/d31109c81a39173918bc17568b792b5fb1df06dc), [`4123653`](https://github.com/core-ds/arui-scripts/commit/41236530565511eceb86d6a950c338fc386b4848)]: - - arui-scripts@15.6.0 +- Updated dependencies [[`d31109c`](https://github.com/core-ds/arui-scripts/commit/d31109c81a39173918bc17568b792b5fb1df06dc), [`4123653`](https://github.com/core-ds/arui-scripts/commit/41236530565511eceb86d6a950c338fc386b4848)]: + - arui-scripts@15.6.0 ## 1.0.6 ### Patch Changes -- Updated dependencies [[`2827327`](https://github.com/core-ds/arui-scripts/commit/2827327868addc654677c2fd79f6ef8da2f15ce8), [`3617329`](https://github.com/core-ds/arui-scripts/commit/361732947536ea14dab3c6e2f8285d7604f3f7a3)]: - - arui-scripts@15.5.3 +- Updated dependencies [[`2827327`](https://github.com/core-ds/arui-scripts/commit/2827327868addc654677c2fd79f6ef8da2f15ce8), [`3617329`](https://github.com/core-ds/arui-scripts/commit/361732947536ea14dab3c6e2f8285d7604f3f7a3)]: + - arui-scripts@15.5.3 ## 1.0.5 ### Patch Changes -- Updated dependencies [[`1f1fa45`](https://github.com/core-ds/arui-scripts/commit/1f1fa45d9d634d59e92169e4931b38e4945f2f92)]: - - @alfalab/scripts-modules@1.2.1 - - @alfalab/scripts-server@1.2.0 +- Updated dependencies [[`1f1fa45`](https://github.com/core-ds/arui-scripts/commit/1f1fa45d9d634d59e92169e4931b38e4945f2f92)]: + - @alfalab/scripts-modules@1.2.1 + - @alfalab/scripts-server@1.2.0 ## 1.0.4 ### Patch Changes -- Updated dependencies [[`5f0b9bb`](https://github.com/core-ds/arui-scripts/commit/5f0b9bbb2ed995a8888492b389a5ad340e783d0a)]: - - @alfalab/scripts-modules@1.2.0 - - @alfalab/scripts-server@1.2.0 +- Updated dependencies [[`5f0b9bb`](https://github.com/core-ds/arui-scripts/commit/5f0b9bbb2ed995a8888492b389a5ad340e783d0a)]: + - @alfalab/scripts-modules@1.2.0 + - @alfalab/scripts-server@1.2.0 ## 1.0.3 ### Patch Changes -- Updated dependencies [[`eca6d00`](https://github.com/core-ds/arui-scripts/commit/eca6d0094d36f5041a2ad2c29c95e6099219c154)]: - - arui-scripts@15.5.2 +- Updated dependencies [[`eca6d00`](https://github.com/core-ds/arui-scripts/commit/eca6d0094d36f5041a2ad2c29c95e6099219c154)]: + - arui-scripts@15.5.2 ## 1.0.2 ### Patch Changes -- Updated dependencies [[`82b0587`](https://github.com/core-ds/arui-scripts/commit/82b0587b9333193a6eaad3ed29b2d3a32745479c)]: - - arui-scripts@15.5.1 +- Updated dependencies [[`82b0587`](https://github.com/core-ds/arui-scripts/commit/82b0587b9333193a6eaad3ed29b2d3a32745479c)]: + - arui-scripts@15.5.1 ## 1.0.1 ### Patch Changes -- Updated dependencies [[`1c64198`](https://github.com/core-ds/arui-scripts/commit/1c641989791c4ff1e7a20d05c115f8a1d7817e30)]: - - @alfalab/scripts-modules@1.1.0 - - @alfalab/scripts-server@1.1.0 - - arui-scripts@15.5.0 +- Updated dependencies [[`1c64198`](https://github.com/core-ds/arui-scripts/commit/1c641989791c4ff1e7a20d05c115f8a1d7817e30)]: + - @alfalab/scripts-modules@1.1.0 + - @alfalab/scripts-server@1.1.0 + - arui-scripts@15.5.0 diff --git a/packages/example/package.json b/packages/example/package.json index 29dabec4..55fd8bbe 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "1.1.6", + "version": "1.1.7", "private": true, "scripts": { "build:app": "arui-scripts build",