Skip to content

Commit 7a9d0b8

Browse files
author
Matthew Dobson
authored
Merge pull request #113 from apigee-internal/vb3.0.4-early-access
Version bump
2 parents 9e32a08 + a56fd30 commit 7a9d0b8

File tree

3 files changed

+19
-47
lines changed

3 files changed

+19
-47
lines changed

npm-shrinkwrap.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "edgemicro",
3-
"version": "3.0.3-early-access",
3+
"version": "3.0.4-early-access",
44
"description": "Apigee Edge Microgateway",
55
"main": "index.js",
66
"license": "Apache-2.0",

tests/sample_deployments_response.js

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -26,33 +26,5 @@ module.exports = [
2626
"PropBUNDLE_LEVEL": "scope1bundle1prop",
2727
"PropSCOPE_LEVEL": "scope1prop"
2828
}
29-
},
30-
{
31-
"scopeId": "GHIJKL",
32-
"id":"1234567890",
33-
"displayName": "abc123",
34-
"created":"1481917061",
35-
"updated":"1481917061",
36-
"createdBy":"mdobs",
37-
"updatedBy":"mdobs",
38-
"uri": "file://./tests/bundle2.zip",
39-
"configuration": {
40-
"PropBUNDLE_LEVEL": "scope2bundle2prop",
41-
"PropSCOPE_LEVEL": "scope2prop"
42-
}
43-
},
44-
{
45-
"scopeId": "GHIJKL",
46-
"id":"1234567891",
47-
"displayName": "abc123_2",
48-
"created":"1481917061",
49-
"updated":"1481917061",
50-
"createdBy":"mdobs",
51-
"updatedBy":"mdobs",
52-
"uri": "file://./tests/bundle1.zip",
53-
"configuration": {
54-
"PropBUNDLE_LEVEL": "scop21bundle1prop",
55-
"PropSCOPE_LEVEL": "scope2prop"
56-
}
5729
}
5830
]

0 commit comments

Comments
 (0)