@omnia/tooling 8.0.340-dev → 8.0.341-dev

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
@@ -1,6 +1,6 @@
1
1
  # Omnia Fx Tooling
2
2
 
3
- Omnia Fx Tooling is a product from Precio Fishbone. In order to use Omnia Fx you need a product license for one of the following products:
3
+ Omnia Fx Tooling is a product from Omnia Digital Workplace AB. In order to use Omnia Fx you need a product license for one of the following products:
4
4
 
5
5
  ### Documentation
6
- https://github.com/preciofishbone/OmniaDocs
6
+ https://github.com/omniaintranet/OmniaDocs
@@ -3,10 +3,10 @@
3
3
  "version": "1.0.0",
4
4
  "description": "Omnia fx events",
5
5
  "typings": "./index.d.ts",
6
- "author": "Precio Fishbone",
6
+ "author": "Omnia Digital Workplace AB",
7
7
  "license": "MIT",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/preciofishbone/OmniaFx"
10
+ "url": "git+https://github.com/omniaintranet/OmniaFx"
11
11
  }
12
- }
12
+ }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@omnia/tooling",
3
3
  "license": "MIT",
4
- "version": "8.0.340-dev",
4
+ "version": "8.0.341-dev",
5
5
  "description": "Provide basic stuffs extensible for omnia extension.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/preciofishbone/OmniaFx"
11
+ "url": "git+https://github.com/omniaintranet/OmniaFx"
12
12
  },
13
13
  "keywords": [
14
14
  "omnia",
@@ -17,7 +17,7 @@
17
17
  "office365",
18
18
  "sharepoint"
19
19
  ],
20
- "author": "Precio Fishbone",
20
+ "author": "Omnia Digital Workplace AB",
21
21
  "bin": {
22
22
  "omniafx": "bin/omniafx.js"
23
23
  },
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "main": "index.js",
28
28
  "dependencies": {
29
- "@omnia/types": "8.0.340-dev",
29
+ "@omnia/types": "8.0.341-dev",
30
30
  "@types/node": "18.13.0",
31
31
  "tslib": "2.6.2",
32
32
  "typescript": "5.6.2",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "typings": "./index.d.ts",
44
44
  "bugs": {
45
- "url": "https://github.com/preciofishbone/OmniaFx/issues"
45
+ "url": "https://github.com/omniaintranet/OmniaFx/issues"
46
46
  },
47
- "homepage": "https://github.com/preciofishbone/OmniaFx#readme"
47
+ "homepage": "https://github.com/omniaintranet/OmniaFx#readme"
48
48
  }