Skip to content

Commit

Permalink
feat!: move to @vertigis scope (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcooney authored Feb 21, 2023
1 parent 9b74898 commit 03d911d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Use Node.js 16
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x

Expand All @@ -38,7 +38,7 @@ jobs:
- test
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# Pulls all commits (needed for semantic release to correctly version)
# See https://github.com/semantic-release/semantic-release/issues/1526
Expand All @@ -50,7 +50,7 @@ jobs:
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

- name: Use Node.js 16
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 VertiGIS North America Ltd.
Copyright (c) 2023 VertiGIS North America Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Geometry Conversion Activities

[![CI/CD](https://github.com/geocortex/workflow-activities-geometry-conversion/workflows/CI/CD/badge.svg)](https://github.com/geocortex/workflow-activities-geometry-conversion/actions)
[![npm](https://img.shields.io/npm/v/@geocortex/workflow-activities-geometry-conversion)](https://www.npmjs.com/package/@geocortex/workflow-activities-geometry-conversion)
[![CI/CD](https://github.com/vertigis/workflow-activities-geometry-conversion/workflows/CI/CD/badge.svg)](https://github.com/vertigis/workflow-activities-geometry-conversion/actions)
[![npm](https://img.shields.io/npm/v/@vertigis/workflow-activities-geometry-conversion)](https://www.npmjs.com/package/@vertigis/workflow-activities-geometry-conversion)

This project contains activities for performing geometry conversion operations in a [VertiGIS Studio Workflow](https://www.vertigisstudio.com/products/vertigis-studio-workflow/).

Expand All @@ -15,15 +15,16 @@ To use this activity pack in [VertiGIS Studio Workflow Designer](https://apps.ve
- Purpose: `Ready To Use`
- API: `JavaScript`
- URL: The URL to this activity pack manifest
- Use https://unpkg.com/@geocortex/workflow-activities-geometry-conversion/activitypack.json for the latest version
- Use https://unpkg.com/@geocortex/workflow-activities-geometry-conversion@0.1.0/activitypack.json for a specific version
- Use https://unpkg.com/@vertigis/workflow-activities-geometry-conversion/activitypack.json for the latest version
- Use https://unpkg.com/@vertigis/workflow-activities-geometry-conversion@2.0.0/activitypack.json for a specific version
- Use https://localhost:5000/activitypack.json for a local development version
- Title: Your desired title
- Tags: Must include `geocortex-workflow-activity-pack`
1. Reload [VertiGIS Studio Workflow Designer](https://apps.vertigisstudio.com/workflow/designer/)

## Development

This project was bootstrapped with the [VertiGIS Studio Workflow SDK](https://github.com/geocortex/vertigis-workflow-sdk). Before you can use this activity pack in the [VertiGIS Studio Workflow Designer](https://apps.vertigisstudio.com/workflow/designer/), you will need to [register the activity pack](https://developers.vertigisstudio.com/docs/workflow/sdk-web-overview#register-the-activity-pack).
This project was bootstrapped with the [VertiGIS Studio Workflow SDK](https://github.com/vertigis/vertigis-workflow-sdk). Before you can use this activity pack in the [VertiGIS Studio Workflow Designer](https://apps.vertigisstudio.com/workflow/designer/), you will need to [register the activity pack](https://developers.vertigisstudio.com/docs/workflow/sdk-web-overview#register-the-activity-pack).

## Available Scripts

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@geocortex/workflow-activities-geometry-conversion",
"name": "@vertigis/workflow-activities-geometry-conversion",
"version": "0.0.0-semantically-released",
"description": "Geometry conversion activities for VertiGIS Studio Workflow",
"repository": {
"type": "git",
"url": "git+https://github.com/geocortex/workflow-activities-geometry-conversion.git"
"url": "git+https://github.com/vertigis/workflow-activities-geometry-conversion.git"
},
"license": "MIT",
"author": "VertiGIS",
"homepage": "https://github.com/geocortex/workflow-activities-geometry-conversion#readme",
"homepage": "https://github.com/vertigis/workflow-activities-geometry-conversion#readme",
"keywords": [
"VertiGIS",
"VertiGIS Studio",
Expand Down

0 comments on commit 03d911d

Please sign in to comment.