@pulumi/gitlab 6.12.0-alpha.1715757371 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -35,7 +35,7 @@ To use from Python, install using `pip`:
35
35
 
36
36
  To use from Go, use `go get` to grab the latest version of the library
37
37
 
38
- $ go get github.com/pulumi/pulumi-gitlab/sdk/v6
38
+ $ go get github.com/pulumi/pulumi-gitlab/sdk/v7
39
39
 
40
40
  ### .NET
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/gitlab",
3
- "version": "6.12.0-alpha.1715757371+9baf696",
3
+ "version": "7.0.0",
4
4
  "description": "A Pulumi package for creating and managing GitLab resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -25,6 +25,6 @@
25
25
  "pulumi": {
26
26
  "resource": true,
27
27
  "name": "gitlab",
28
- "version": "6.12.0-alpha.1715757371+9baf696"
28
+ "version": "7.0.0"
29
29
  }
30
30
  }
package/package.json.bak DELETED
@@ -1,30 +0,0 @@
1
- {
2
- "name": "@pulumi/gitlab",
3
- "version": "6.12.0-alpha.1715757371+9baf696",
4
- "description": "A Pulumi package for creating and managing GitLab resources.",
5
- "keywords": [
6
- "pulumi",
7
- "gitlab"
8
- ],
9
- "homepage": "https://pulumi.io",
10
- "repository": "https://github.com/pulumi/pulumi-gitlab",
11
- "license": "Apache-2.0",
12
- "scripts": {
13
- "build": "tsc"
14
- },
15
- "dependencies": {
16
- "@pulumi/pulumi": "^3.0.0",
17
- "builtin-modules": "3.0.0",
18
- "read-package-tree": "^5.2.1",
19
- "resolve": "^1.7.1"
20
- },
21
- "devDependencies": {
22
- "@types/node": "^10.0.0",
23
- "typescript": "^4.3.5"
24
- },
25
- "pulumi": {
26
- "resource": true,
27
- "name": "gitlab",
28
- "version": "6.12.0-alpha.1715757371+9baf696"
29
- }
30
- }