Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pawanpaudel93/create-ao-contract
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: pawanpaudel93/create-ao-contract
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Aug 15, 2024

  1. Copy the full SHA
    c38db0c View commit details
  2. chore: Add changeset

    pawanpaudel93 committed Aug 15, 2024
    Copy the full SHA
    01b940a View commit details
  3. Merge pull request #6 from pawanpaudel93/fix/aos-process-download

    fix: Download aos process correctly
    pawanpaudel93 authored Aug 15, 2024
    Copy the full SHA
    149fe83 View commit details
  4. Copy the full SHA
    167c0ce View commit details
  5. Merge pull request #7 from pawanpaudel93/changeset-release/main

    chore(release): version packages
    pawanpaudel93 authored Aug 15, 2024
    Copy the full SHA
    7828ff3 View commit details

Commits on Aug 24, 2024

  1. Copy the full SHA
    624491e View commit details
  2. chore: Add changeset

    pawanpaudel93 committed Aug 24, 2024
    Copy the full SHA
    21bc86e View commit details
  3. Merge pull request #8 from pawanpaudel93/chore/update-ao-deploy

    chore: Update ao deploy version
    pawanpaudel93 authored Aug 24, 2024
    Copy the full SHA
    427aea5 View commit details
  4. Copy the full SHA
    22e394e View commit details
  5. chore: Switch to pnpm

    pawanpaudel93 committed Aug 24, 2024
    Copy the full SHA
    512ff13 View commit details
  6. Copy the full SHA
    4c1173f View commit details
  7. Merge pull request #9 from pawanpaudel93/changeset-release/main

    chore(release): version packages
    pawanpaudel93 authored Aug 24, 2024
    Copy the full SHA
    57c7570 View commit details

Commits on Dec 22, 2024

  1. feat: wao integration

    pawanpaudel93 committed Dec 22, 2024
    Copy the full SHA
    a38f946 View commit details
  2. refactor: update readme

    pawanpaudel93 committed Dec 22, 2024
    Copy the full SHA
    64a3a7a View commit details
  3. refactor: update readme

    pawanpaudel93 committed Dec 22, 2024
    Copy the full SHA
    9c8c7e7 View commit details
  4. Copy the full SHA
    b573681 View commit details
  5. Merge pull request #11 from pawanpaudel93/feat/wao

    feat: wao integration
    pawanpaudel93 authored Dec 22, 2024
    Copy the full SHA
    e4f5f0b View commit details
  6. chore: Add changeset

    pawanpaudel93 committed Dec 22, 2024
    Copy the full SHA
    30ee146 View commit details
  7. Copy the full SHA
    476465e View commit details
  8. Merge pull request #12 from pawanpaudel93/changeset-release/main

    chore(release): version packages
    pawanpaudel93 authored Dec 22, 2024
    Copy the full SHA
    3394b58 View commit details

Commits on Dec 23, 2024

  1. Copy the full SHA
    76a12bd View commit details
  2. chore: Add changeset

    pawanpaudel93 committed Dec 23, 2024
    Copy the full SHA
    b567b07 View commit details
  3. Copy the full SHA
    fbf991b View commit details
  4. Merge pull request #13 from pawanpaudel93/changeset-release/main

    chore(release): version packages
    pawanpaudel93 authored Dec 23, 2024
    Copy the full SHA
    24f6d33 View commit details
  5. Copy the full SHA
    c8b0c0f View commit details
  6. Copy the full SHA
    265fb57 View commit details
  7. chore: Add changeset

    pawanpaudel93 committed Dec 23, 2024
    Copy the full SHA
    33d5c98 View commit details
  8. Copy the full SHA
    0fe8baf View commit details
  9. Merge pull request #14 from pawanpaudel93/changeset-release/main

    chore(release): version packages
    pawanpaudel93 authored Dec 23, 2024
    Copy the full SHA
    689c600 View commit details
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"$schema": "https://unpkg.com/@changesets/config@2.1.1/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "pawanpaudel93/create-ao-contract" }],
"commit": false,
"fixed": [],
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -9,10 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: "pnpm"

- run: bun install --no-frozen-lockfile
- run: bun run build
- run: pnpm install --no-frozen-lockfile
- run: pnpm build
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -15,16 +15,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
with:
node-version: 18.x

- name: Install bun Dependencies
run: bun install --no-frozen-lockfile
- name: Install pnpm Dependencies
run: pnpm install --no-frozen-lockfile

- name: Build the package
run: bun run build
run: pnpm build

- name: Create Release Pull Request or Publish
id: changesets
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# create-ao-contract

## 1.1.2

### Patch Changes

- [`33d5c98`](https://github.com/pawanpaudel93/create-ao-contract/commit/33d5c98e01b918caf9eda3a79888acac2e6a705d) Thanks [@pawanpaudel93](https://github.com/pawanpaudel93)! - fix: remove testing dir finally

## 1.1.1

### Patch Changes

- [`b567b07`](https://github.com/pawanpaudel93/create-ao-contract/commit/b567b07e0c2196d132cb581173a92b6c625bde82) Thanks [@pawanpaudel93](https://github.com/pawanpaudel93)! - fix: update wao test

## 1.1.0

### Minor Changes

- [`30ee146`](https://github.com/pawanpaudel93/create-ao-contract/commit/30ee1467f2d5537d9cd2d15356672fbb7cac5d70) Thanks [@pawanpaudel93](https://github.com/pawanpaudel93)! - WAO integration

## 1.0.3

### Patch Changes

- [#8](https://github.com/pawanpaudel93/create-ao-contract/pull/8) [`21bc86e`](https://github.com/pawanpaudel93/create-ao-contract/commit/21bc86ecc201162ab1e679f227aebd5e494fa107) Thanks [@pawanpaudel93](https://github.com/pawanpaudel93)! - chode: update ao-deploy package version

## 1.0.2

### Patch Changes

- [#6](https://github.com/pawanpaudel93/create-ao-contract/pull/6) [`01b940a`](https://github.com/pawanpaudel93/create-ao-contract/commit/01b940a96029449266d6bf259143e89b3489c292) Thanks [@pawanpaudel93](https://github.com/pawanpaudel93)! - fix: Download aos process correctly

## 1.0.1

### Patch Changes
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Create AO Contract

A CLI tool for scaffolding AO contracts, featuring [Busted](https://luarocks.org/modules/lunarmodules/busted) for testing and seamless deployment via [ao-deploy](https://github.com/pawanpaudel93/ao-deploy).
A CLI tool for scaffolding AO contracts, featuring:

- 🧪 **Testing**: [Busted](https://luarocks.org/modules/lunarmodules/busted) and [WAO](https://github.com/weavedb/wao) for testing
- 🛠️ **Development Tools**: [arweave](https://github.com/crookse/arweave-lua) for testing, formatting and linting
- 📦 **Deployment**: Seamless deployment using [ao-deploy](https://github.com/pawanpaudel93/ao-deploy)

## Table of Contents

Binary file removed bun.lockb
Binary file not shown.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-ao-contract",
"version": "1.0.1",
"version": "1.1.2",
"description": "Create AO Contract",
"author": "pawanpaudel93",
"license": "MIT",
@@ -42,11 +42,11 @@
"dev": "tsup --watch",
"start": "node dist/index.js",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "bun lint --fix",
"lint:fix": "pnpm lint --fix",
"format": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path .gitignore --write",
"format:check": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path .gitignore --check",
"release": "changeset version",
"publish": "bun run build && changeset publish"
"publish": "pnpm run build && changeset publish"
},
"dependencies": {
"@clack/core": "^0.3.4",
@@ -76,5 +76,6 @@
"tsup": "^6.7.0",
"type-fest": "^3.13.1",
"typescript": "^5.5.3"
}
},
"packageManager": "pnpm@9.7.1"
}
Loading