@spinnaker/pluginsdk-peerdeps 0.17.0 → 0.19.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/package.json +7 -4
package/package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spinnaker/pluginsdk-peerdeps",
|
|
3
3
|
"description": "Provides package dependencies to plugin developers",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.19.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"access": "public"
|
|
8
|
+
},
|
|
6
9
|
"scripts": {
|
|
7
10
|
"temp": "./convert-peerdeps.js --from-peerdeps --input package.json --output package.temp.json",
|
|
8
11
|
"restoretemp": "./convert-peerdeps.js --to-peerdeps --output package.json --input package.temp.json && rm package.temp.json",
|
|
@@ -18,10 +21,10 @@
|
|
|
18
21
|
"@rollup/plugin-replace": "2.4.2",
|
|
19
22
|
"@rollup/plugin-typescript": "8.2.1",
|
|
20
23
|
"@rollup/plugin-url": "6.0.0",
|
|
21
|
-
"@spinnaker/core": "0.
|
|
24
|
+
"@spinnaker/core": "0.28.0",
|
|
22
25
|
"@spinnaker/eslint-plugin": "3.0.1",
|
|
23
26
|
"@spinnaker/pluginsdk": "*",
|
|
24
|
-
"@spinnaker/presentation": "0.3.
|
|
27
|
+
"@spinnaker/presentation": "0.3.1",
|
|
25
28
|
"@types/react": "~16.8.0",
|
|
26
29
|
"@uirouter/core": "6.0.4",
|
|
27
30
|
"@uirouter/react": "1.0.2",
|
|
@@ -113,5 +116,5 @@
|
|
|
113
116
|
"dev": true
|
|
114
117
|
}
|
|
115
118
|
},
|
|
116
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "20d6ca89f39a5f44a802a1ccaffd669587450d76"
|
|
117
120
|
}
|