Skip to content

Commit ffaa6d8

Browse files
committed
publising to npm
1 parent 6d9e7d5 commit ffaa6d8

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
language: node_js
22
node_js:
3-
- "6"
4-
- "6.1"
5-
- "5"
6-
- "5.11"
7-
3+
- "8"
4+

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
*NOTE*: The [Design Automation v2 API](https://forge.autodesk.com/en/docs/design-automation/v2/developers_guide/overview/) is deprecated in this module. Instead move to the [Design Automation v3 API](https://forge.autodesk.com/en/docs/design-automation/v3/developers_guide/overview/) using this [NPM package](https://www.npmjs.com/package/forge-design-automation)
1010

11+
*This Version includes Data Management filters and pagination, and the Data Management 'Commands' API.*
12+
1113
## Overview
1214
This [Node.js](https://nodejs.org/) SDK enables you to easily integrate the Forge REST APIs
1315
into your application, including [OAuth](https://developer.autodesk.com/en/docs/oauth/v2/overview/),

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forge-apis",
3-
"version": "0.4.8",
3+
"version": "0.5.0",
44
"description": "The Forge Platform contains an expanding collection of web service components that can be used with Autodesk cloud-based products or your own technologies. Take advantage of Autodesk’s expertise in design and engineering.",
55
"license": "Apache-2.0",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)