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:
2
node_modules/yaml/dist/schema/json/schema.d.ts
generated
vendored
2
node_modules/yaml/dist/schema/json/schema.d.ts
generated
vendored
@@ -1,2 +1,2 @@
|
||||
import { CollectionTag, ScalarTag } from '../types.js';
|
||||
import type { CollectionTag, ScalarTag } from '../types';
|
||||
export declare const schema: (CollectionTag | ScalarTag)[];
|
||||
|
||||
2
node_modules/yaml/dist/schema/json/schema.js
generated
vendored
2
node_modules/yaml/dist/schema/json/schema.js
generated
vendored
@@ -29,7 +29,7 @@ const jsonScalars = [
|
||||
identify: value => typeof value === 'boolean',
|
||||
default: true,
|
||||
tag: 'tag:yaml.org,2002:bool',
|
||||
test: /^true|false$/,
|
||||
test: /^true$|^false$/,
|
||||
resolve: str => str === 'true',
|
||||
stringify: stringifyJSON
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user