Skip to content

Commit

Permalink
Update release version to refs/tags/v3.4.9 (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: ojkelly <[email protected]>
  • Loading branch information
github-actions[bot] and ojkelly authored Apr 12, 2022
1 parent 070ef3d commit 316d965
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .yarn/plugins/@ojkelly/plugin-package-yaml.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable */
//prettier-ignore
module.exports = {
name: "@ojkelly/plugin-package-yaml",
name: "@yarnpkg/plugin-package-yaml",
factory: function (require) {
var plugin=(()=>{var cc=Object.create,Ke=Object.defineProperty;var uc=Object.getOwnPropertyDescriptor;var fc=Object.getOwnPropertyNames,pn=Object.getOwnPropertySymbols,hc=Object.getPrototypeOf,mn=Object.prototype.hasOwnProperty,dc=Object.prototype.propertyIsEnumerable;var yn=(e,t,i)=>t in e?Ke(e,t,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[t]=i,Ct=(e,t)=>{for(var i in t||(t={}))mn.call(t,i)&&yn(e,i,t[i]);if(pn)for(var i of pn(t))dc.call(t,i)&&yn(e,i,t[i]);return e};var pc=e=>Ke(e,"__esModule",{value:!0});var Q=e=>{if(typeof require!="undefined")return require(e);throw new Error('Dynamic require of "'+e+'" is not supported')};var y=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),mc=(e,t)=>{for(var i in t)Ke(e,i,{get:t[i],enumerable:!0})},yc=(e,t,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of fc(t))!mn.call(e,r)&&r!=="default"&&Ke(e,r,{get:()=>t[r],enumerable:!(i=uc(t,r))||i.enumerable});return e},le=e=>yc(pc(Ke(e!=null?cc(hc(e)):{},"default",e&&e.__esModule&&"default"in e?{get:()=>e.default,enumerable:!0}:{value:e,enumerable:!0})),e);var ue=y((yy,ce)=>{"use strict";function gn(e){return typeof e=="undefined"||e===null}function gc(e){return typeof e=="object"&&e!==null}function bc(e){return Array.isArray(e)?e:gn(e)?[]:[e]}function vc(e,t){var i,r,n,s;if(t)for(s=Object.keys(t),i=0,r=s.length;i<r;i+=1)n=s[i],e[n]=t[n];return e}function Sc(e,t){var i="",r;for(r=0;r<t;r+=1)i+=e;return i}function wc(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}ce.exports.isNothing=gn;ce.exports.isObject=gc;ce.exports.toArray=bc;ce.exports.repeat=Sc;ce.exports.isNegativeZero=wc;ce.exports.extend=vc});var we=y((gy,bn)=>{"use strict";function Ue(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=(this.reason||"(unknown reason)")+(this.mark?" "+this.mark.toString():""),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}Ue.prototype=Object.create(Error.prototype);Ue.prototype.constructor=Ue;Ue.prototype.toString=function(t){var i=this.name+": ";return i+=this.reason||"(unknown reason)",!t&&this.mark&&(i+=" "+this.mark.toString()),i};bn.exports=Ue});var wn=y((by,Sn)=>{"use strict";var vn=ue();function xi(e,t,i,r,n){this.name=e,this.buffer=t,this.position=i,this.line=r,this.column=n}xi.prototype.getSnippet=function(t,i){var r,n,s,a,o;if(!this.buffer)return null;for(t=t||4,i=i||75,r="",n=this.position;n>0&&`\0\r
\x85\u2028\u2029`.indexOf(this.buffer.charAt(n-1))===-1;)if(n-=1,this.position-n>i/2-1){r=" ... ",n+=5;break}for(s="",a=this.position;a<this.buffer.length&&`\0\r
Expand Down
16 changes: 8 additions & 8 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
# yarn.build plugin-all
[[redirects]]
from = "/latest"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.8/plugin-all.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.9/plugin-all.cjs"
status = 200
force = true

[[redirects]]
from = "/latest/build"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.8/plugin-build.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.9/plugin-build.cjs"
status = 200
force = true

[[redirects]]
from = "/release/*/build"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.8/plugin-build.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.9/plugin-build.cjs"
status = 200
force = true

[[redirects]]
from = "/latest/bundle"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.8/plugin-bundle.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.9/plugin-bundle.cjs"
status = 200
force = true

[[redirects]]
from = "/release/*/bundle"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.8/plugin-bundle.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.9/plugin-bundle.cjs"
status = 200
force = true

[[redirects]]
from = "/latest/test"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.8/plugin-test.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.9/plugin-test.cjs"
status = 200
force = true

[[redirects]]
from = "/release/*/test"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.8/plugin-test.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.9/plugin-test.cjs"
status = 200
force = true

Expand All @@ -51,7 +51,7 @@

[[redirects]]
from = "/release/*/yaml"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.8/plugin-package-yaml.cjs"
to = "https://github.com/ojkelly/yarn.build/releases/download/v3.4.9/plugin-package-yaml.cjs"
status = 200
force = true

Expand Down
1 change: 1 addition & 0 deletions packages/examples/lorem-ipsum-docker/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ jest:
yarn.build:
input: .
output: dist

0 comments on commit 316d965

Please sign in to comment.