diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 07d588f..faf6ce6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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 @@ -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 @@ -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 diff --git a/LICENSE b/LICENSE index c9e4a8d..5a9317e 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index bb93f3d..940b06c 100644 --- a/README.md +++ b/README.md @@ -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/). @@ -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 diff --git a/package-lock.json b/package-lock.json index 5c8170d..7e7f4d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@geocortex/workflow-activities-geometry-conversion", + "name": "@vertigis/workflow-activities-geometry-conversion", "version": "0.0.0-semantically-released", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@geocortex/workflow-activities-geometry-conversion", + "name": "@vertigis/workflow-activities-geometry-conversion", "version": "0.0.0-semantically-released", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9477c34..70f5c19 100644 --- a/package.json +++ b/package.json @@ -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",