mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2026-04-28 17:22:08 -06:00
node_modules: upgrade
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
||||
import type { Node } from '../nodes/Node.js';
|
||||
import type { Schema } from '../schema/Schema.js';
|
||||
import type { CollectionTag, ScalarTag } from '../schema/types.js';
|
||||
import type { Replacer } from './Document.js';
|
||||
import type { Node } from '../nodes/Node';
|
||||
import type { Schema } from '../schema/Schema';
|
||||
import type { CollectionTag, ScalarTag } from '../schema/types';
|
||||
import type { Replacer } from './Document';
|
||||
export interface CreateNodeContext {
|
||||
aliasDuplicateObjects: boolean;
|
||||
keepUndefined: boolean;
|
||||
|
||||
Reference in New Issue
Block a user