nadesiko3 3.3.76 → 3.3.78

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.
@@ -1,8 +1,8 @@
1
1
  // 実際のバージョン定義 (自動生成されるので以下を編集しない)
2
2
  const nakoVersion = {
3
- version: '3.3.76',
3
+ version: '3.3.78',
4
4
  major: 3,
5
5
  minor: 3,
6
- patch: 76
6
+ patch: 78
7
7
  };
8
8
  export default nakoVersion;
@@ -11,9 +11,9 @@ export interface NakoVersion {
11
11
  }
12
12
  // 実際のバージョン定義 (自動生成されるので以下を編集しない)
13
13
  const nakoVersion: NakoVersion = {
14
- version: '3.3.76',
14
+ version: '3.3.78',
15
15
  major: 3,
16
16
  minor: 3,
17
- patch: 76
17
+ patch: 78
18
18
  }
19
19
  export default nakoVersion
@@ -14,9 +14,8 @@ describe('plugin_test', () => {
14
14
  const scope1 = path.join(__dirname, 'scope1.nako3')
15
15
  const scope2 = path.join(__dirname, 'scope2.nako3')
16
16
  // nako.logger.addListener('trace', ({ browserConsole }) => { console.log(...browserConsole) })
17
- nako.silent = true
18
17
  const cmp = async (/** @type {string} */ code, /** @type {string} */ res) => {
19
- nako.logger.debug('code=' + code)
18
+ nako.getLogger().debug('code=' + code)
20
19
  const ret = await nako.runAsync(code, 'main.nako3')
21
20
  if (ret.log !== res) {
22
21
  console.log('[ERROR]', ret.log, '!=', res)
@@ -1,3 +1,3 @@
1
- selenium
2
- webdriver-manager
1
+ selenium>=4.5
2
+ webdriver-manager>=3.8.4
3
3
  flask