Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm package contents @4.6.17-dev #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
command: "source ~/.bashrc && nvm install 8.11.3 && nvm use 8.11.3 && nvm alias default 8.11.3"
- run:
name: "Install Rust"
command: "curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.34.0"
command: "curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.56.0"
- run:
name: "Install Clippy"
command: "~/.cargo/bin/rustup component add clippy"
Expand Down
40 changes: 40 additions & 0 deletions .history/.circleci/config_20200818095838.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
version: 2

jobs:
build:
machine: true
parallelism: 1
steps:
- run:
name: "Install Yarn PPAs"
command: "curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && echo 'deb https://dl.yarnpkg.com/debian/ stable main' | sudo tee /etc/apt/sources.list.d/yarn.list"
- run:
name: "Update APT Cache & Install latest yarn"
command: "sudo apt-get -y update && sudo apt-get install -y yarn curl"
- run:
name: "Auth NPM"
command: "echo \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" > ~/.npmrc"
- run:
name: "Locked NPM Version"
command: "source ~/.bashrc && nvm install 8.11.3 && nvm use 8.11.3 && nvm alias default 8.11.3"
- run:
name: "Install Rust"
command: "curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.34.0"
- run:
name: "Install Clippy"
command: "~/.cargo/bin/rustup component add clippy"

- checkout

- run:
name: "yarn install"
command: "source ~/.bashrc && yarn install"
- run:
name: "yarn test"
command: "source ~/.bashrc && yarn test"
- run:
name: "cargo test"
command: "~/.cargo/bin/cargo test"
- run:
name: "cargo clippy"
command: "~/.cargo/bin/cargo clippy --all-targets --all-features -- -D warnings"
41 changes: 41 additions & 0 deletions .history/.circleci/config_20220428152756.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: 2

jobs:
build:
machine: true
parallelism: 1
steps:
- run:
name: "Install Yarn PPAs"
command: "curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && echo 'deb https://dl.yarnpkg.com/debian/ stable main' | sudo tee /etc/apt/sources.list.d/yarn.list"
- run:
name: "Update APT Cache & Install latest yarn"
command: "sudo apt-get -y update && sudo apt-get install -y yarn curl"
- run:
name: "Auth NPM"
command: "echo \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" > ~/.npmrc"
echo "//registry.npmjs.org/:_authToken=$NPMAccessToken" > ./.npmrc
- run:
name: "Locked NPM Version"
command: "source ~/.bashrc && nvm install 8.11.3 && nvm use 8.11.3 && nvm alias default 8.11.3"
- run:
name: "Install Rust"
command: "curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.34.0"
- run:
name: "Install Clippy"
command: "~/.cargo/bin/rustup component add clippy"

- checkout

- run:
name: "yarn install"
command: "source ~/.bashrc && yarn install"
- run:
name: "yarn test"
command: "source ~/.bashrc && yarn test"
- run:
name: "cargo test"
command: "~/.cargo/bin/cargo test"
- run:
name: "cargo clippy"
command: "~/.cargo/bin/cargo clippy --all-targets --all-features -- -D warnings"
40 changes: 40 additions & 0 deletions .history/.circleci/config_20220428152758.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
version: 2

jobs:
build:
machine: true
parallelism: 1
steps:
- run:
name: "Install Yarn PPAs"
command: "curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && echo 'deb https://dl.yarnpkg.com/debian/ stable main' | sudo tee /etc/apt/sources.list.d/yarn.list"
- run:
name: "Update APT Cache & Install latest yarn"
command: "sudo apt-get -y update && sudo apt-get install -y yarn curl"
- run:
name: "Auth NPM"
command: "echo \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" > ~/.npmrc"
- run:
name: "Locked NPM Version"
command: "source ~/.bashrc && nvm install 8.11.3 && nvm use 8.11.3 && nvm alias default 8.11.3"
- run:
name: "Install Rust"
command: "curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.34.0"
- run:
name: "Install Clippy"
command: "~/.cargo/bin/rustup component add clippy"

- checkout

- run:
name: "yarn install"
command: "source ~/.bashrc && yarn install"
- run:
name: "yarn test"
command: "source ~/.bashrc && yarn test"
- run:
name: "cargo test"
command: "~/.cargo/bin/cargo test"
- run:
name: "cargo clippy"
command: "~/.cargo/bin/cargo clippy --all-targets --all-features -- -D warnings"
40 changes: 40 additions & 0 deletions .history/.circleci/config_20220428152802.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
version: 2

jobs:
build:
machine: true
parallelism: 1
steps:
- run:
name: "Install Yarn PPAs"
command: "curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && echo 'deb https://dl.yarnpkg.com/debian/ stable main' | sudo tee /etc/apt/sources.list.d/yarn.list"
- run:
name: "Update APT Cache & Install latest yarn"
command: "sudo apt-get -y update && sudo apt-get install -y yarn curl"
- run:
name: "Auth NPM"
command: echo "//registry.npmjs.org/:_authToken=$NPMAccessToken" > ./.npmrc
- run:
name: "Locked NPM Version"
command: "source ~/.bashrc && nvm install 8.11.3 && nvm use 8.11.3 && nvm alias default 8.11.3"
- run:
name: "Install Rust"
command: "curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.34.0"
- run:
name: "Install Clippy"
command: "~/.cargo/bin/rustup component add clippy"

- checkout

- run:
name: "yarn install"
command: "source ~/.bashrc && yarn install"
- run:
name: "yarn test"
command: "source ~/.bashrc && yarn test"
- run:
name: "cargo test"
command: "~/.cargo/bin/cargo test"
- run:
name: "cargo clippy"
command: "~/.cargo/bin/cargo clippy --all-targets --all-features -- -D warnings"
40 changes: 40 additions & 0 deletions .history/.circleci/config_20220428152805.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
version: 2

jobs:
build:
machine: true
parallelism: 1
steps:
- run:
name: "Install Yarn PPAs"
command: "curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && echo 'deb https://dl.yarnpkg.com/debian/ stable main' | sudo tee /etc/apt/sources.list.d/yarn.list"
- run:
name: "Update APT Cache & Install latest yarn"
command: "sudo apt-get -y update && sudo apt-get install -y yarn curl"
- run:
name: "Auth NPM"
command: "echo \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" > ~/.npmrc"
- run:
name: "Locked NPM Version"
command: "source ~/.bashrc && nvm install 8.11.3 && nvm use 8.11.3 && nvm alias default 8.11.3"
- run:
name: "Install Rust"
command: "curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.34.0"
- run:
name: "Install Clippy"
command: "~/.cargo/bin/rustup component add clippy"

- checkout

- run:
name: "yarn install"
command: "source ~/.bashrc && yarn install"
- run:
name: "yarn test"
command: "source ~/.bashrc && yarn test"
- run:
name: "cargo test"
command: "~/.cargo/bin/cargo test"
- run:
name: "cargo clippy"
command: "~/.cargo/bin/cargo clippy --all-targets --all-features -- -D warnings"
41 changes: 41 additions & 0 deletions .history/.circleci/config_20220428152809.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: 2

jobs:
build:
machine: true
parallelism: 1
steps:
- run:
name: "Install Yarn PPAs"
command: "curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && echo 'deb https://dl.yarnpkg.com/debian/ stable main' | sudo tee /etc/apt/sources.list.d/yarn.list"
- run:
name: "Update APT Cache & Install latest yarn"
command: "sudo apt-get -y update && sudo apt-get install -y yarn curl"
- run:
name: "Auth NPM"
command: "echo \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" > ~/.npmrc"
command: echo "//registry.npmjs.org/:_authToken=$NPMAccessToken" > ./.npmrc
- run:
name: "Locked NPM Version"
command: "source ~/.bashrc && nvm install 8.11.3 && nvm use 8.11.3 && nvm alias default 8.11.3"
- run:
name: "Install Rust"
command: "curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.34.0"
- run:
name: "Install Clippy"
command: "~/.cargo/bin/rustup component add clippy"

- checkout

- run:
name: "yarn install"
command: "source ~/.bashrc && yarn install"
- run:
name: "yarn test"
command: "source ~/.bashrc && yarn test"
- run:
name: "cargo test"
command: "~/.cargo/bin/cargo test"
- run:
name: "cargo clippy"
command: "~/.cargo/bin/cargo clippy --all-targets --all-features -- -D warnings"
41 changes: 41 additions & 0 deletions .history/.circleci/config_20220428152820.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: 2

jobs:
build:
machine: true
parallelism: 1
steps:
- run:
name: "Install Yarn PPAs"
command: "curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && echo 'deb https://dl.yarnpkg.com/debian/ stable main' | sudo tee /etc/apt/sources.list.d/yarn.list"
- run:
name: "Update APT Cache & Install latest yarn"
command: "sudo apt-get -y update && sudo apt-get install -y yarn curl"
- run:
name: "Auth NPM"
command: "echo \"//registry.npmjs.org/:_authToken=$NPMAccessToken\" > ~/.npmrc"
command: echo "//registry.npmjs.org/:_authToken=$NPMAccessToken" > ./.npmrc
- run:
name: "Locked NPM Version"
command: "source ~/.bashrc && nvm install 8.11.3 && nvm use 8.11.3 && nvm alias default 8.11.3"
- run:
name: "Install Rust"
command: "curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.34.0"
- run:
name: "Install Clippy"
command: "~/.cargo/bin/rustup component add clippy"

- checkout

- run:
name: "yarn install"
command: "source ~/.bashrc && yarn install"
- run:
name: "yarn test"
command: "source ~/.bashrc && yarn test"
- run:
name: "cargo test"
command: "~/.cargo/bin/cargo test"
- run:
name: "cargo clippy"
command: "~/.cargo/bin/cargo clippy --all-targets --all-features -- -D warnings"
40 changes: 40 additions & 0 deletions .history/.circleci/config_20220428152821.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
version: 2

jobs:
build:
machine: true
parallelism: 1
steps:
- run:
name: "Install Yarn PPAs"
command: "curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && echo 'deb https://dl.yarnpkg.com/debian/ stable main' | sudo tee /etc/apt/sources.list.d/yarn.list"
- run:
name: "Update APT Cache & Install latest yarn"
command: "sudo apt-get -y update && sudo apt-get install -y yarn curl"
- run:
name: "Auth NPM"
command: "echo \"//registry.npmjs.org/:_authToken=$NPMAccessToken\" > ~/.npmrc"
- run:
name: "Locked NPM Version"
command: "source ~/.bashrc && nvm install 8.11.3 && nvm use 8.11.3 && nvm alias default 8.11.3"
- run:
name: "Install Rust"
command: "curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.34.0"
- run:
name: "Install Clippy"
command: "~/.cargo/bin/rustup component add clippy"

- checkout

- run:
name: "yarn install"
command: "source ~/.bashrc && yarn install"
- run:
name: "yarn test"
command: "source ~/.bashrc && yarn test"
- run:
name: "cargo test"
command: "~/.cargo/bin/cargo test"
- run:
name: "cargo clippy"
command: "~/.cargo/bin/cargo clippy --all-targets --all-features -- -D warnings"
40 changes: 40 additions & 0 deletions .history/.circleci/config_20220428160251.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
version: 2

jobs:
build:
machine: true
parallelism: 1
steps:
- run:
name: "Install Yarn PPAs"
command: "curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && echo 'deb https://dl.yarnpkg.com/debian/ stable main' | sudo tee /etc/apt/sources.list.d/yarn.list"
- run:
name: "Update APT Cache & Install latest yarn"
command: "sudo apt-get -y update && sudo apt-get install -y yarn curl"
- run:
name: "Auth NPM"
command: "echo \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" > ~/.npmrc"
- run:
name: "Locked NPM Version"
command: "source ~/.bashrc && nvm install 8.11.3 && nvm use 8.11.3 && nvm alias default 8.11.3"
- run:
name: "Install Rust"
command: "curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.34.0"
- run:
name: "Install Clippy"
command: "~/.cargo/bin/rustup component add clippy"

- checkout

- run:
name: "yarn install"
command: "source ~/.bashrc && yarn install"
- run:
name: "yarn test"
command: "source ~/.bashrc && yarn test"
- run:
name: "cargo test"
command: "~/.cargo/bin/cargo test"
- run:
name: "cargo clippy"
command: "~/.cargo/bin/cargo clippy --all-targets --all-features -- -D warnings"
Loading