diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc2d3e7..a4af63d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,46 +29,49 @@ jobs: - name: Run build run: yarn build + # NOTE: publishing is now performed internally, do not + # re-enable this job. + # Publishing is done in a separate job to allow # for all matrix builds to complete. - release: - needs: test - runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' - strategy: - fail-fast: false - matrix: - node: [18] + # release: + # needs: test + # runs-on: ubuntu-latest + # if: github.ref == 'refs/heads/main' + # strategy: + # fail-fast: false + # matrix: + # node: [18] - steps: - - name: Setup Node - uses: actions/setup-node@v1 - with: - node-version: 18.x + # steps: + # - name: Setup Node + # uses: actions/setup-node@v1 + # with: + # node-version: 18.x - - name: Check out repo - uses: actions/checkout@v2 - with: - fetch-depth: 2 + # - name: Check out repo + # uses: actions/checkout@v2 + # with: + # fetch-depth: 2 - # Fetch tags and describe the commit before the merge commit - # to see if it's a version publish - - name: Fetch tags - run: | - git fetch --tags - if git describe --exact-match --match "v*.*.*" HEAD^2 - then - echo "Found version commit tag. Publishing." - echo "publish=true" >> $GITHUB_ENV - else - echo "Version commit tag not found. Not publishing." - fi + # # Fetch tags and describe the commit before the merge commit + # # to see if it's a version publish + # - name: Fetch tags + # run: | + # git fetch --tags + # if git describe --exact-match --match "v*.*.*" HEAD^2 + # then + # echo "Found version commit tag. Publishing." + # echo "publish=true" >> $GITHUB_ENV + # else + # echo "Version commit tag not found. Not publishing." + # fi - - name: Publish - if: env.publish == 'true' - env: - NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} - run: | - echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > .npmrc - yarn - npm publish + # - name: Publish + # if: env.publish == 'true' + # env: + # NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} + # run: | + # echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > .npmrc + # yarn + # npm publish diff --git a/README.md b/README.md index 57a5468..8994876 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ +> NOTE - This repository is no longer actively maintained. +> Please refer to the [Data Model Documentation](https://docs.jupiterone.io/api/data-model/jupiterone-data-model) for the most up-to-date information. + # JupiterOne Graph Data Model -- [Data Model Guide](https://community.askj1.com/kb/articles/846-jupiterone-data-model) +- [Data Model Documentation](https://docs.jupiterone.io/api/data-model/jupiterone-data-model) The **JupiterOne Graph Data Model** describes a set of common classifications for data found in an organization's set of digital assets, as well as common diff --git a/package-lock.json b/package-lock.json index cd3458a..3a5cbca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jupiterone/data-model", - "version": "0.56.1", + "version": "0.57.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jupiterone/data-model", - "version": "0.56.1", + "version": "0.57.0", "license": "MPL-2.0", "dependencies": { "ajv": "^8.0.0", @@ -2572,6 +2572,8 @@ }, "node_modules/eslint/node_modules/ajv": { "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, "license": "MIT", "dependencies": {