Skip to content

Commit f470b08

Browse files
committed
chore: @putout/plugin-nodejs: v15.0.0
1 parent 5ffd7d4 commit f470b08

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/formatter-codeframe/test/codeframe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import strictMode from '@putout/plugin-nodejs/strict-mode';
1+
import * as strictMode from '@putout/plugin-nodejs/strict-mode';
22
import rmUnused from '@putout/plugin-remove-unused-variables';
33
import {createTest} from '@putout/test';
44
import codeframe from '../lib/codeframe.js';

packages/plugin-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@putout/plugin-nodejs",
3-
"version": "14.1.0",
3+
"version": "15.0.0",
44
"type": "module",
55
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
66
"description": "🐊Putout plugin adds ability to transform code to new API of Node.js",

packages/plugin-putout/lib/add-path-arg-to-fix/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {createTest} from '@putout/test';
2-
import nodejs from '@putout/plugin-nodejs';
2+
import * as nodejs from '@putout/plugin-nodejs';
33
import * as plugin from './index.js';
44

55
const test = createTest(import.meta.url, {

0 commit comments

Comments
 (0)