mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-09 22:30:41 -07:00
node_modules: upgrade
This commit is contained in:
8
node_modules/yaml/dist/doc/createNode.d.ts
generated
vendored
8
node_modules/yaml/dist/doc/createNode.d.ts
generated
vendored
@@ -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