Skip to content

Commit

Permalink
debug npm release CI 12
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Sep 24, 2024
1 parent 25702cb commit 90c3e67
Show file tree
Hide file tree
Showing 1,176 changed files with 112 additions and 205,582 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SHELL := /bin/bash
PACK := outscale
ORG := outscale
PROJECT := github.com/${ORG}/pulumi-${PACK}
NODE_MODULE_NAME := @pulumi/${PACK}
NODE_MODULE_NAME := @${PACK}/pulumi-${PACK}
TF_NAME := ${PACK}
PROVIDER_PATH := provider
VERSION_PATH := ${PROVIDER_PATH}/pkg/version.Version
Expand Down
4 changes: 2 additions & 2 deletions examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ func getJsBaseOptions(t *testing.T) integration.ProgramTestOptions {
baseJS := base.With(integration.ProgramTestOptions{
ExpectRefreshChanges: true,
Dependencies: []string{
"@pulumi/outscale",
"@outscale/pulumi-outscale",
},
})
return baseJS
}
}
2 changes: 1 addition & 1 deletion examples/ts/hello/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as outscale from "@pulumi/outscale";
import * as outscale from "@outscale/pulumi-outscale";
import * as cloudinit from "@pulumi/cloudinit";
import { readFileSync } from "fs";

Expand Down
6 changes: 3 additions & 3 deletions examples/ts/hello/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/ts/hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

"dependencies": {
"@pulumi/cloudinit": "^1.3.0",
"@pulumi/outscale": "../../../sdk/nodejs/",
"@outscale/pulumi-outscale": "../../../sdk/nodejs/",
"@pulumi/pulumi": "^3.83.0",
"ts-node": "^10.9.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/ts/user/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as pulumi from "@pulumi/pulumi";
import * as outscale from "@pulumi/outscale";
import * as outscale from "@outscale/pulumi-outscale";

// How to use and set simple example
const keypair = new outscale.Keypair("ts-demo", {
Expand Down
2 changes: 1 addition & 1 deletion examples/ts/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/node": "^16"
},
"dependencies": {
"@pulumi/outscale": "file:./../../sdk/nodejs/",
"@outscale/pulumi-outscale": "file:./../../sdk/nodejs/",
"@pulumi/pulumi": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/ts/user/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==

"@pulumi/outscale@file:./../../sdk/nodejs/":
"@outscale/pulumi-outscale@file:./../../sdk/nodejs/":
version "0.0.1"
dependencies:
"@pulumi/pulumi" "^3.0.0"
Expand Down
1 change: 1 addition & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ func Provider() tfbridge.ProviderInfo {
"outscale_vpn_connection_route": {Tok: outscaleDataSource(outscaleMod, "getVpnConnectionRoute")},
},
JavaScript: &tfbridge.JavaScriptInfo{
PackageName: "@outscale/pulumi-outscale",
// List any npm dependencies and their versions
Dependencies: map[string]string{
"@pulumi/pulumi": "^3.0.0",
Expand Down
192 changes: 0 additions & 192 deletions sdk/dotnet/AccessKey.cs

This file was deleted.

Loading

0 comments on commit 90c3e67

Please sign in to comment.